MCMinecraft Assets Explorer

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

trapped_chest.json0 B

Empty File
{
  "model": {
    "type": "minecraft:select",
    "cases": [
      {
        "model": {
          "type": "minecraft:special",
          "base": "minecraft:item/trapped_chest",
          "model": {
            "type": "minecraft:chest",
            "texture": "minecraft:christmas"
          }
        },
        "when": [
          "12-24",
          "12-25",
          "12-26"
        ]
      }
    ],
    "fallback": {
      "type": "minecraft:special",
      "base": "minecraft:item/trapped_chest",
      "model": {
        "type": "minecraft:chest",
        "texture": "minecraft:trapped"
      }
    },
    "pattern": "MM-dd",
    "property": "minecraft:local_time"
  }
}