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

31 lines
512 B
JSON

{
"type": "create:crushing",
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"create"
]
}
],
"ingredients": [
{
"item": "minecraft:amethyst_cluster"
}
],
"processingTime": 150,
"results": [
{
"count": 7,
"item": "minecraft:amethyst_shard"
},
{
"count": 5,
"item": "hexcasting:amethyst_dust"
},
{
"chance": 0.25,
"item": "hexcasting:charged_amethyst"
}
]
}