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

21 lines
317 B
JSON
Raw Normal View History

2021-11-21 22:38:48 +01:00
{
"type": "actuallyadditions:crushing",
"ingredient": {
"item": "minecraft:gravel"
2021-11-21 22:38:48 +01:00
},
"result": [
{
2024-03-04 22:52:17 +01:00
"result": {
"Count": 1,
"id": "minecraft:flint"
2024-03-04 22:52:17 +01:00
}
},
2021-11-21 22:38:48 +01:00
{
"chance": 0.5,
2024-03-04 22:52:17 +01:00
"result": {
"Count": 1,
"id": "minecraft:flint"
2024-03-04 22:52:17 +01:00
}
}
2021-11-21 22:38:48 +01:00
]
}