2024-12-17 02:08:01 +03:00

28 lines
492 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:spruce_boat"
]
},
"criteria": {
"entered_water": {
"trigger": "minecraft:enter_block",
"conditions": {
"block": "minecraft:water"
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "spruce_boat"
}
}
},
"requirements": [
[
"entered_water",
"has_the_recipe"
]
]
}