(int energy, ItemStack input, ItemStack primaryOutput)
| 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 | } |
no test coverage detected