You've already forked minecraft-assets
29 lines
466 B
JSON
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"
|
|
]
|
|
]
|
|
} |