MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / te_pulverizer

Method te_pulverizer

src/main/java/gregapi/data/RM.java:1077–1079  ·  view source on GitHub ↗
(int energy, ItemStack input, ItemStack primaryOutput)

Source from the content-addressed store, hash-verified

1075 FMLInterModComms.sendMessage("ThermalExpansion", "FurnaceRecipe", toSend);
1076 }
1077 public static void te_pulverizer(int energy, ItemStack input, ItemStack primaryOutput) {
1078 te_pulverizer(energy, input, primaryOutput, null, 0);
1079 }
1080 public static void te_pulverizer(int energy, ItemStack input, ItemStack primaryOutput, ItemStack secondaryOutput) {
1081 te_pulverizer(energy, input, primaryOutput, secondaryOutput, 100);
1082 }

Callers 2

mortarizeMethod · 0.95
pulverizingMethod · 0.95

Calls 2

makeMethod · 0.45
writeToNBTMethod · 0.45

Tested by

no test coverage detected