your current location:首页 > news>Add/delete the synthetic formula [MT] MineTweaker 3 Minecraft Game

Add/delete the synthetic formula [MT] MineTweaker 3 Minecraft Game

2024-12-09 18:31:11|Myriagame |source:minecraft skins

Add an orderly synthesis:

recipes.addshapet (formula output, formula mark);

For example, I want to add an orderly synthesis of this,

recipes.addshapet (,

[, , ],,],],

[, NULL, ],

[, NULL, ]];;

Probably like this

recipes.addshapet (,);

Add disorderly synthesis:

recipes.addshapeless (formula output, formula mark);

recipes.addshapeless ( * number, [ * individual, * one]);

For example, I want to use two soil+1 stone to synthesize 3 hell rocks:

Recipes.addshapeless ( * 3, [ * 2, ]);

Add mirror formula:

Recipes.addshapedmirrored (*4, [, NULL], [NULL, ]];

Remove the synthetic formula:

All synthetic formulas that remove the item:

Recipes.remove (need to delete the items of the formula);

Remove a specific orderly synthetic formula:

Recipes.removeShaped (need to delete the formula marking of the formula, the specific formula marks that need to be deleted).

Remove a specific disorderly synthetic formula:

Recipes.removeShapeless