MCMinecraft Assets Explorer

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

pillar_quartz_block.json0 B

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