MCMinecraft Assets Explorer

Browse Minecraft assets, including Textures, Sounds, Models, Fonts, Shaders, and more

birch_boat.json0 B

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