You've already forked minecraft-assets
38 lines
659 B
JSON
38 lines
659 B
JSON
{
|
|
"rewards": {
|
|
"recipes": [
|
|
"minecraft:bone_meal_from_block",
|
|
"minecraft:bone_block"
|
|
]
|
|
},
|
|
"criteria": {
|
|
"has_the_recipe": {
|
|
"trigger": "minecraft:recipe_unlocked",
|
|
"conditions": {
|
|
"recipe": "bone_block"
|
|
}
|
|
},
|
|
"has_at_least_9_dye": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"item": "minecraft:dye",
|
|
"count": {
|
|
"min": 9
|
|
},
|
|
"data": 15
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"requirements": [
|
|
[
|
|
"has_the_recipe"
|
|
],
|
|
[
|
|
"has_at_least_9_dye"
|
|
]
|
|
]
|
|
} |