Package com.hbm_m.recipe
Class MoltenAlloyRecipes
java.lang.Object
com.hbm_m.recipe.MoltenAlloyRecipes
Registry of crucible alloying reactions (molten material → molten material[]).
Port of the alloying half of legacy
CrucibleRecipes.registerDefaults().
Only alloys expressible with materials that already exist as real items in this mod are registered here (no invented ores/items). Left out entirely:
crucible.ferro(steel + U-238 → ferrouranium) — no ferrouranium item exists to cast, and U-238 nuggets/billets are reactor fuel items elsewhere; repurposing them as a smelting input risks conflicting with that intended use.crucible.cdalloy(steel + cadmium) — no cadmium item exists.crucible.cmb(magnetized tungsten + mud) — no magnetized tungsten ingot/nugget exists (only wire/coil items), and mud is a fluid bucket, not a solid smeltable item.crucible.magtung(tungsten + schrabidium) — same missing magnetized-tungsten-ingot problem.crucible.bscco(bismuth + strontium + calcium + copper) — no BSCCO, strontium or calcium items exist.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<MoltenAlloyRecipe>static voidregister(MoltenAlloyRecipe recipe) static void
-
Constructor Details
-
MoltenAlloyRecipes
public MoltenAlloyRecipes()
-
-
Method Details
-
register
-
getRecipes
-
registerDefaults
public static void registerDefaults()
-