{
  "formatVersion": "1.0.0",
  "identifier": "custom_treasure_chest",
  "description": "A decorative treasure chest with lid and lock. 12 units tall (~0.75 blocks). Perfect for container blocks or loot entities.",
  "textureSize": [
    32,
    32
  ],
  "textures": {
    "wood": {
      "background": {
        "type": "dither_noise",
        "colors": [
          "#8B4513",
          "#7A3A10",
          "#9C5016"
        ],
        "seed": 11001
      }
    },
    "wood_dark": {
      "background": {
        "type": "dither_noise",
        "colors": [
          "#5A3010",
          "#4A2008",
          "#6A4018"
        ],
        "seed": 11002
      }
    },
    "metal": {
      "background": {
        "type": "dither_noise",
        "colors": [
          "#B8860B",
          "#A07608",
          "#C8960E"
        ],
        "seed": 11003
      }
    },
    "lock": {
      "background": {
        "type": "solid",
        "colors": [
          "#FFD700"
        ]
      }
    },
    "interior": {
      "background": {
        "type": "solid",
        "colors": [
          "#2A1A0A"
        ]
      }
    }
  },
  "bones": [
    {
      "name": "base",
      "pivot": [
        0,
        0,
        0
      ],
      "cubes": [
        {
          "origin": [
            -7,
            0,
            -5
          ],
          "size": [
            14,
            6,
            10
          ],
          "faces": {
            "north": {
              "textureId": "wood"
            },
            "south": {
              "textureId": "wood"
            },
            "east": {
              "textureId": "wood"
            },
            "west": {
              "textureId": "wood"
            },
            "up": {
              "textureId": "interior"
            },
            "down": {
              "textureId": "wood_dark"
            }
          }
        },
        {
          "origin": [
            -8,
            1,
            -5
          ],
          "size": [
            1,
            4,
            10
          ],
          "faces": {
            "north": {
              "textureId": "metal"
            },
            "south": {
              "textureId": "metal"
            },
            "east": {
              "textureId": "metal"
            },
            "west": {
              "textureId": "metal"
            },
            "up": {
              "textureId": "metal"
            },
            "down": {
              "textureId": "metal"
            }
          }
        },
        {
          "origin": [
            7,
            1,
            -5
          ],
          "size": [
            1,
            4,
            10
          ],
          "faces": {
            "north": {
              "textureId": "metal"
            },
            "south": {
              "textureId": "metal"
            },
            "east": {
              "textureId": "metal"
            },
            "west": {
              "textureId": "metal"
            },
            "up": {
              "textureId": "metal"
            },
            "down": {
              "textureId": "metal"
            }
          }
        }
      ]
    },
    {
      "name": "lid",
      "pivot": [
        0,
        6,
        5
      ],
      "cubes": [
        {
          "origin": [
            -7,
            6,
            -5
          ],
          "size": [
            14,
            5,
            10
          ],
          "faces": {
            "north": {
              "textureId": "wood"
            },
            "south": {
              "textureId": "wood"
            },
            "east": {
              "textureId": "wood"
            },
            "west": {
              "textureId": "wood"
            },
            "up": {
              "textureId": "wood_dark"
            },
            "down": {
              "textureId": "wood"
            }
          }
        },
        {
          "origin": [
            -8,
            7,
            -5
          ],
          "size": [
            1,
            3,
            10
          ],
          "faces": {
            "north": {
              "textureId": "metal"
            },
            "south": {
              "textureId": "metal"
            },
            "east": {
              "textureId": "metal"
            },
            "west": {
              "textureId": "metal"
            },
            "up": {
              "textureId": "metal"
            },
            "down": {
              "textureId": "metal"
            }
          }
        },
        {
          "origin": [
            7,
            7,
            -5
          ],
          "size": [
            1,
            3,
            10
          ],
          "faces": {
            "north": {
              "textureId": "metal"
            },
            "south": {
              "textureId": "metal"
            },
            "east": {
              "textureId": "metal"
            },
            "west": {
              "textureId": "metal"
            },
            "up": {
              "textureId": "metal"
            },
            "down": {
              "textureId": "metal"
            }
          }
        }
      ]
    },
    {
      "name": "lock_plate",
      "pivot": [
        0,
        5,
        -5
      ],
      "cubes": [
        {
          "origin": [
            -2,
            3,
            -6
          ],
          "size": [
            4,
            5,
            1
          ],
          "faces": {
            "north": {
              "textureId": "metal"
            },
            "south": {
              "textureId": "metal"
            },
            "east": {
              "textureId": "metal"
            },
            "west": {
              "textureId": "metal"
            },
            "up": {
              "textureId": "metal"
            },
            "down": {
              "textureId": "metal"
            }
          }
        },
        {
          "origin": [
            -0.5,
            4,
            -7
          ],
          "size": [
            1,
            2,
            1
          ],
          "faces": {
            "north": {
              "textureId": "lock"
            },
            "south": {
              "textureId": "lock"
            },
            "east": {
              "textureId": "lock"
            },
            "west": {
              "textureId": "lock"
            },
            "up": {
              "textureId": "lock"
            },
            "down": {
              "textureId": "lock"
            }
          }
        }
      ]
    }
  ],
  "category": "block"
}