your current location:首页 > news>CREA

CREA

2024-12-10 17:58:20|Myriagame |source:minecraft skins

This article will sort out the magic reform in WIKI.

This is the formula of the power roller press:

Working basin:

 //  .addrecipe ("formula name", "calories", output, [input item], [input fluid], time);

.addrecipe ("compacting_test_2", "head", , [, ], [Fluid: Minecraft:lava>], 1000);

There are three types of calories: no (None) ordinary heating

Put diamonds, dirt, magma, and press the normal heating block to get bricks

Settracks:

 //  .addRecipe ("formula name", [output item output probability], );

.addRecipe("pressing_test", [ % 45], );

There is a 45%probability of mud to obtain diamonds and apples

Formula of the power mixer:

  .addRecipe ("formula name", "calories", output, [input item], [input fluid], time); time);

.addrecipe ("Compacting_test_2", "Heated", , [, ], [], 1000);

Ordinary heating diamonds, soil, and magma mixing bricks

Formula for power saw:

 //  .addrecipe ("formula name", output items, input items);

.addrecipe ("cutting_test", , );

Cut glass to get the manufacture of diamond fake diamonds

The formula of the liquid injection device;

 //  .addRecipe _test ",, , ); 

Inject magma into the soil, you can get diamonds

Formula of the division pool:

 //  .addRecipe

.addrecipe ("Emptying_test", , , ));

Throw the soil on the liquid pool, and will divide the magma and throw out the diamond

Formula for crushing wheels:

 //  .addRecipe

.addrecipe ("Hopes_And_dreams", [%10], ));

There is a 10%probability of crushing mud to obtain diamonds

The formula of stone mill:

 //  .addrecipe (formula name, [output output probability], input,)

.addRecipe("milling_test", [ % 45], );

45%of the probability of obtaining diamonds and apples when grinding soil

Formula for power synthesizers:

 //  .addrecipe (formula name, output, [[input], [input]]

.addRecipe

("mechanical_crafter_test", , [[],

[, , ]);

Put the wooden stick in this form to get diamonds:/null /

Empty /empty

Serialized assembly: (I don't know what it is here: https://www.mcmod.cn/item/470020.html))

  .addRecipe ( .builder ("seq_teest")

.TransitationTo ()

.Require ())

.Loads (2)

.Addoutput (, 1)

.Addoutput (, 1)

.Addstep ( .factory (), (RB) => Rb.Duration (50))

.Addstep ( .Factory (), (RB) => Rb.Duration (500))

.Addstep ( .Factory (), (RB) => Rb.require ());

This formula will make an arrow turn into glass by power saw, then press the glass with a power roller machine. Finally, use a robotic hand to hold the soil with the soil, repeat it twice, and get a diamond and an apple.

Formula for sandpaper polishing:

 //  .addrecipe (formula name, output, output,)

.adrecipe ("SAND_PAPER_POLISHING_TES", , ));

All recipes need CreateTweaker as support