Mobs-Dimensions2/src/overrides/config/modularmachinery/recipes/gridmana.json
2020-08-04 19:30:15 +02:00

18 lines
290 B
JSON

{
"machine": "manafab",
"registryName": "gridmana",
"recipeTime": 20,
"requirements": [
{
"type": "mana",
"io-type": "output",
"mana": 10
},
{
"type": "grid",
"io-type": "input",
"power": 200
}
]
}