HexCasting/Fabric/src/generated/resources/data/create/recipes/crushing/amethyst_block.json
2022-11-09 19:50:37 -05:00

28 lines
452 B
JSON

{
"type": "create:crushing",
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"create"
]
}
],
"ingredients": [
{
"item": "minecraft:amethyst_block"
}
],
"processingTime": 150,
"results": [
{
"count": 3,
"item": "minecraft:amethyst_shard"
},
{
"chance": 0.5,
"count": 4,
"item": "hexcasting:amethyst_dust"
}
]
}