Create/Update assets for version 1.12.2

This commit is contained in:
InventiveBot
2018-01-13 19:17:52 +00:00
parent edd2521bab
commit 3360cc4a4e
5926 changed files with 352052 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
{
"parent": "minecraft:recipes/root",
"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"
]
]
}