Create/src/generated/resources/data/create/recipes/crushing/netherrack.json
2024-04-26 16:55:33 -04:00

27 lines
427 B
JSON

{
"type": "create:crushing",
"ingredients": [
{
"item": "minecraft:netherrack"
}
],
"results": [
{
"item": "create:cinder_flour"
},
{
"item": "create:cinder_flour",
"chance": 0.5
}
],
"processingTime": 250,
"conditions": [
{
"value": {
"modid": "exnihilosequentia",
"type": "forge:mod_loaded"
},
"type": "forge:not"
}
]
}