Files
meatballcraft/config/modularmachinery/recipes/meteoric_befaller_sandstone.json
T
PietroSainaghi cb3f80f938 Version 0.11.9.1
2022-10-31 09:44:45 -07:00

23 lines
490 B
JSON

{
"machine": "meteoric_befaller",
"registryName": "meteoric_befaller_sandstone",
"recipeTime": 100,
"requirements": [
{
"type": "mana",
"io-type": "input",
"mana": 250
},
{
"type": "item",
"io-type": "input",
"item": "contenttweaker:sacrificial_shard"
},
{
"type": "item",
"io-type": "output",
"item": "contenttweaker:shining_sandstone",
"amount": 4
}
]
}