MCMinecraft Assets Explorer

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

jungle_boat.json0 B

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