Class MoltenAlloyRecipes

java.lang.Object
com.hbm_m.recipe.MoltenAlloyRecipes

public class MoltenAlloyRecipes extends Object
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.
All of the above would require adding brand new items, which is out of scope for a recipe port.
  • Constructor Details

    • MoltenAlloyRecipes

      public MoltenAlloyRecipes()
  • Method Details