ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/crushing/iron_ore.json

21 lines
325 B
JSON
Raw Normal View History

{
"type": "actuallyadditions:crushing",
"ingredient": {
"item": "minecraft:iron_ore"
},
"result": [
{
"result": {
"Count": 2,
"id": "minecraft:raw_iron"
}
},
{
"chance": 0.2,
"result": {
"Count": 1,
"id": "minecraft:raw_gold"
}
}
]
}