Skip to content

Crucible JSON Format

dashuaibia edited this page Sep 25, 2022 · 2 revisions

Example of Crucible:

{
  "type": "immersiveindustry:crucible",
  "inputs": [
    {"item": "minecraft:iron_ingot"},
    {"item": "minecraft:sand"}
  ],
  "result": {
    "item": "immersiveengineering:ingot_steel"
  },
  "time": 1200
}
Clone this wiki locally