Create/Update assets for version 17w15a

This commit is contained in:
InventiveBot
2017-04-15 11:12:58 +00:00
parent edd2521bab
commit 1ecf9ab3bd
5840 changed files with 322438 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
{
"rewards": {
"recipes": [
"minecraft:lime_dye"
]
},
"criteria": {
"has_green_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:dye",
"data": 2
}
]
}
},
"has_bonemeal": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:dye",
"data": 15
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "lime_dye"
}
}
},
"requirements": [
[
"has_green_dye"
],
[
"has_bonemeal"
],
[
"has_the_recipe"
]
]
}