Add an orderly synthesis:
recipes.addshapet (formula output, formula mark);
For example, I want to add an orderly synthesis of this,
recipes.addshapet (
[
[
[
Probably like this
recipes.addshapet (
Add disorderly synthesis:
recipes.addshapeless (formula output, formula mark);
recipes.addshapeless (
For example, I want to use two soil+1 stone to synthesize 3 hell rocks:
Recipes.addshapeless (
Add mirror formula:
Recipes.addshapedmirrored (
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