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

Method te_smelter_ore

src/main/java/gregapi/data/RM.java:1136–1140  ·  view source on GitHub ↗
(OreDictMaterial aMaterial)

Source from the content-addressed store, hash-verified

1134 FMLInterModComms.sendMessage("ThermalExpansion", "SmelterRecipe", toSend);
1135 }
1136 public static void te_smelter_ore(OreDictMaterial aMaterial) {
1137 NBTTagCompound toSend = UT.NBT.make();
1138 toSend.setString("oreType", aMaterial.toString());
1139 FMLInterModComms.sendMessage("ThermalExpansion", "SmelterBlastOreType", toSend);
1140 }
1141 public static void te_crucible(int energy, ItemStack input, FluidStack output) {
1142 if (input == null || output == null) return;
1143 NBTTagCompound toSend = UT.NBT.make();

Callers

nothing calls this directly

Calls 2

makeMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected