| 12345678910111213141516171819202122232425262728 |
- {
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "minecraft:dark_oak_boat"
- ]
- },
- "criteria": {
- "in_water": {
- "trigger": "minecraft:enter_block",
- "conditions": {
- "block": "minecraft:water"
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "minecraft:dark_oak_boat"
- }
- }
- },
- "requirements": [
- [
- "in_water",
- "has_the_recipe"
- ]
- ]
- }
|