Create/Update assets for version 17w13a

This commit is contained in:
InventiveBot
2017-03-30 14:00:41 +00:00
parent edd2521bab
commit aadcfad1a2
5761 changed files with 319910 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
{
"rewards": {
"recipes": [
"minecraft:jungle_boat"
]
},
"criteria": {
"entered_water": {
"trigger": "minecraft:enter_block",
"conditions": {
"block": "minecraft:water"
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "jungle_boat"
}
}
},
"requirements": [
[
"entered_water"
],
[
"has_the_recipe"
]
]
}