mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-16 21:13:11 +01:00
ef6e52f8a6
Datagen Crushing recipes
21 lines
No EOL
320 B
JSON
21 lines
No EOL
320 B
JSON
{
|
|
"type": "actuallyadditions:crushing",
|
|
"ingredient": {
|
|
"item": "minecraft:rose_bush"
|
|
},
|
|
"result": [
|
|
{
|
|
"result": {
|
|
"Count": 4,
|
|
"id": "minecraft:red_dye"
|
|
}
|
|
},
|
|
{
|
|
"chance": 0.0,
|
|
"result": {
|
|
"Count": 0,
|
|
"id": "minecraft:air"
|
|
}
|
|
}
|
|
]
|
|
} |