MCMinecraft Assets Explorer

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

test_block.json0 B

Empty File
{
  "model": {
    "type": "minecraft:select",
    "block_state_property": "mode",
    "cases": [
      {
        "model": {
          "type": "minecraft:model",
          "model": "minecraft:block/test_block_log"
        },
        "when": "log"
      },
      {
        "model": {
          "type": "minecraft:model",
          "model": "minecraft:block/test_block_fail"
        },
        "when": "fail"
      },
      {
        "model": {
          "type": "minecraft:model",
          "model": "minecraft:block/test_block_accept"
        },
        "when": "accept"
      }
    ],
    "fallback": {
      "type": "minecraft:model",
      "model": "minecraft:block/test_block_start"
    },
    "property": "minecraft:block_state"
  }
}