forked from Anvilcraft/Mobs-Dimensions2
42 lines
984 B
JSON
42 lines
984 B
JSON
|
{
|
||
|
"machine": "alloy_furnace",
|
||
|
"registryName": "alloy_furnace_modularium",
|
||
|
"recipeTime": 120,
|
||
|
"requirements": [
|
||
|
{
|
||
|
"type": "energy",
|
||
|
"io-type": "input",
|
||
|
"energyPerTick": 20
|
||
|
},
|
||
|
{
|
||
|
"type": "item",
|
||
|
"io-type": "output",
|
||
|
"item": "modularmachinery:itemmodularium",
|
||
|
"amount": 4
|
||
|
},
|
||
|
{
|
||
|
"type": "item",
|
||
|
"io-type": "input",
|
||
|
"item": "ore:ingotIron",
|
||
|
"amount": 1
|
||
|
},
|
||
|
{
|
||
|
"type": "item",
|
||
|
"io-type": "input",
|
||
|
"item": "ore:ingotGold",
|
||
|
"amount": 1
|
||
|
},
|
||
|
{
|
||
|
"type": "item",
|
||
|
"io-type": "input",
|
||
|
"item": "ore:dustRedstone",
|
||
|
"amount": 1
|
||
|
},
|
||
|
{
|
||
|
"type": "item",
|
||
|
"io-type": "input",
|
||
|
"item": "ore:dustGlowstone",
|
||
|
"amount": 1
|
||
|
}
|
||
|
]
|
||
|
}
|