MCMinecraft Assets Explorer

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

black_stained_hardened_clay.json0 B

Empty File
{
  "parent": "minecraft:recipes/root",
  "rewards": {
    "recipes": [
      "minecraft:black_stained_hardened_clay"
    ]
  },
  "criteria": {
    "has_hardened_clay": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "item": "minecraft:hardened_clay"
          }
        ]
      }
    },
    "has_the_recipe": {
      "trigger": "minecraft:recipe_unlocked",
      "conditions": {
        "recipe": "black_stained_hardened_clay"
      }
    }
  },
  "requirements": [
    [
      "has_hardened_clay",
      "has_the_recipe"
    ]
  ]
}