Additions (Tags n' Stuff) - Milkyway-Team/mw-core GitHub Wiki

TAGS

create:crushed_ores/material

forge:plates/reinforced/material

forge:plates/sturdy/material

mw_core:oil_sands

MELTING RECIPE ADDITIONS

Click For Example

Desktop Screenshot 2022 12 01 - 22 46 02 39

{
  "type": "tconstruct:ore_melting",
  "rate": "metal",
  "ingredient": {
    "tag": "create:crushed_ores/iron"
  },
  "result": {
    "fluid": "tconstruct:molten_iron",
    "amount": 90
  },
  "temperature": 425,
  "time": 71,
  "byproducts": [
    {
      "fluid": "tconstruct:molten_nickel",
      "amount": 90
    }
  ]
}
⚠️ **GitHub.com Fallback** ⚠️