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

Method te_smelter

src/main/java/gregapi/data/RM.java:1115–1117  ·  view source on GitHub ↗
(int energy, ItemStack primaryInput, ItemStack secondaryInput, ItemStack primaryOutput)

Source from the content-addressed store, hash-verified

1113 FMLInterModComms.sendMessage("ThermalExpansion", "SawmillRecipe", toSend);
1114 }
1115 public static void te_smelter(int energy, ItemStack primaryInput, ItemStack secondaryInput, ItemStack primaryOutput) {
1116 te_smelter(energy, primaryInput, secondaryInput, primaryOutput, null, 0);
1117 }
1118 public static void te_smelter(int energy, ItemStack primaryInput, ItemStack secondaryInput, ItemStack primaryOutput, ItemStack secondaryOutput) {
1119 te_smelter(energy, primaryInput, secondaryInput, primaryOutput, secondaryOutput, 100);
1120 }

Callers

nothing calls this directly

Calls 2

makeMethod · 0.45
writeToNBTMethod · 0.45

Tested by

no test coverage detected