Endless greedy ultimate synthetic synthetic modification tutorial Endless greedy (Avaritia) Minecraft Game

MC1.10++

Add the ultimate synthetic table in an orderly synthesis:

 mods.avaritia.extremeCrafting.addshaped ("formula ID", synthetic items, materials); 

P.S.1. Formula ID is not the same for each synthetic formula;

2. The lowercase letters cannot be mixed, pay attention to the case;

3. The punctuation is English punctuation, and the use of Chinese punctuation MT will report an error.

With reference to MineTweaker, the format is:

 mods.avaritia.extremeCrafting.addshaped ("formula ID", ,,,,

[, , , , , , , Items>, ],

[, , , , , , , , ],

[, , , , , , , , ],

[, , , , , , , , ],

[, , , , , , , , ],

[, , , , , , , , ],

[, , , , , , , , ],

[, , , , , , , , ],

[, , , , , , , , ];

So remember that it is the synthetic format of 9x9.If there is no item in a grid, please put NULL (no sprite).

For example, I want to synthesize BC's oil spring:

 mods.avaritia.extremeCrafting.addshaped ("BC Oil", ,

[, , , , , ,,,, , ],

[, NULL, NULL, NULL, NULL, NULL, NULL, ], [, Null, Null, NULL, NULL L, Null, Null, ], [, NULL, NULL, NULL, NULL, NULL, NULL, ],

[, , , , , , , , ],

[, NULL, NULL, NULL, NULL, NULL, NULL, ],

[, NULL, NULL, NULL, NULL, NULL, NULL, ], [, Null, Null, NULL, NULL L, null, null, ],,

[, , , , , , , , ]];

Mc1.7.10

It is very similar to the above format, but there is no "formula ID", such as:

 mods.avaritia.extremeCrafting.addshaped (synthetic items, materials);