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

24 lines
373 B
JSON

{
"type": "create:crushing",
"ingredients": [
{
"item": "minecraft:diorite"
}
],
"results": [
{
"item": "minecraft:quartz",
"chance": 0.25
}
],
"processingTime": 350,
"conditions": [
{
"value": {
"modid": "exnihilosequentia",
"type": "forge:mod_loaded"
},
"type": "forge:not"
}
]
}