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

Method add_smelting

src/main/java/gregapi/data/RM.java:790–792  ·  view source on GitHub ↗
(ItemStack aInput, ItemStack aOutput)

Source from the content-addressed store, hash-verified

788 return NI;
789 }
790 public static boolean add_smelting(ItemStack aInput, ItemStack aOutput) {
791 return add_smelting(aInput, aOutput, 0, T);
792 }
793 public static boolean add_smelting(ItemStack aInput, ItemStack aOutput, boolean aRemoveOthers) {
794 return add_smelting(aInput, aOutput, 0, aRemoveOthers);
795 }

Callers 15

stonetypesMethod · 0.95
addSmeltingRecipeMethod · 0.95
runMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onOreRegistrationMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onOreRegistrationMethod · 0.95

Calls 10

invalidMethod · 0.95
rem_smeltingMethod · 0.95
get_Method · 0.95
ingredableMethod · 0.95
equal_Method · 0.95
copy_Method · 0.95
addRecipeMethod · 0.80
printlnMethod · 0.80
getMethod · 0.65
addMethod · 0.65

Tested by

no test coverage detected