MCMinecraft Assets Explorer

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

mangrove_planks.json0 B

Empty File
{
  "parent": "minecraft:recipes/root",
  "criteria": {
    "has_logs": {
      "conditions": {
        "items": [
          {
            "items": "#minecraft:mangrove_logs"
          }
        ]
      },
      "trigger": "minecraft:inventory_changed"
    },
    "has_the_recipe": {
      "conditions": {
        "recipe": "minecraft:mangrove_planks"
      },
      "trigger": "minecraft:recipe_unlocked"
    }
  },
  "requirements": [
    [
      "has_the_recipe",
      "has_logs"
    ]
  ],
  "rewards": {
    "recipes": [
      "minecraft:mangrove_planks"
    ]
  }
}