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

Method te_sawmill

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

Source from the content-addressed store, hash-verified

1094 FMLInterModComms.sendMessage("ThermalExpansion", "PulverizerRecipe", toSend);
1095 }
1096 public static void te_sawmill(int energy, ItemStack input, ItemStack primaryOutput) {
1097 te_sawmill(energy, input, primaryOutput, null, 0);
1098 }
1099 public static void te_sawmill(int energy, ItemStack input, ItemStack primaryOutput, ItemStack secondaryOutput) {
1100 te_sawmill(energy, input, primaryOutput, secondaryOutput, 100);
1101 }

Callers 1

pulverizingMethod · 0.95

Calls 2

makeMethod · 0.45
writeToNBTMethod · 0.45

Tested by

no test coverage detected