Files
minecraft-assets/assets/minecraft/advancements/recipes/transportation/jungle_boat.json
2017-04-15 11:12:58 +00:00

29 lines
466 B
JSON

{
"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"
]
]
}