MCMinecraft Assets Explorer

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

chiseled_sandstone.json0 B

Empty File
{
  "parent": "minecraft:recipes/root",
  "rewards": {
    "recipes": [
      "minecraft:chiseled_sandstone"
    ]
  },
  "criteria": {
    "has_stone_slab": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "item": "minecraft:stone_slab",
            "data": 1
          }
        ]
      }
    },
    "has_the_recipe": {
      "trigger": "minecraft:recipe_unlocked",
      "conditions": {
        "recipe": "chiseled_sandstone"
      }
    }
  },
  "requirements": [
    [
      "has_stone_slab",
      "has_the_recipe"
    ]
  ]
}