Pulverizer
Link to pulverizer
所属包
Link to 所属包
mods.thermalexpansion.Pulverizer
ZenScript Copymods.thermalexpansion.Pulverizer.addRecipe(IItemStack output, IItemStack input, int energy, @Optional IItemStack secondaryOutput, @Optional int secondaryChance);
mods.thermalexpansion.Pulverizer.addRecipe(<minecraft:diamond>, <minecraft:stick>, 1500, <minecraft:stone>, 20);
ZenScript Copymods.thermalexpansion.Pulverizer.removeRecipe(IItemStack input);
mods.thermalexpansion.Pulverizer.removeRecipe(<thermalfoundation:material:136>);