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

21 lines
331 B
JSON
Raw Normal View History

2021-11-21 22:38:48 +01:00
{
"type": "actuallyadditions:crushing",
"ingredient": {
"item": "minecraft:lily_of_the_valley"
2021-11-21 22:38:48 +01:00
},
"result": [
{
2024-03-04 22:52:17 +01:00
"result": {
"Count": 3,
"id": "minecraft:white_dye"
2024-03-04 22:52:17 +01:00
}
},
2021-11-21 22:38:48 +01:00
{
2024-03-03 01:20:53 +01:00
"chance": 0.0,
2024-03-04 22:52:17 +01:00
"result": {
"Count": 0,
"id": "minecraft:air"
}
}
2021-11-21 22:38:48 +01:00
]
}