MCMinecraft Assets Explorer

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

bamboo_fence.json0 B

Empty File
{
  "multipart": [
    {
      "apply": {
        "model": "minecraft:block/bamboo_fence_post"
      }
    },
    {
      "apply": {
        "model": "minecraft:block/bamboo_fence_side_north"
      },
      "when": {
        "north": "true"
      }
    },
    {
      "apply": {
        "model": "minecraft:block/bamboo_fence_side_east"
      },
      "when": {
        "east": "true"
      }
    },
    {
      "apply": {
        "model": "minecraft:block/bamboo_fence_side_south"
      },
      "when": {
        "south": "true"
      }
    },
    {
      "apply": {
        "model": "minecraft:block/bamboo_fence_side_west"
      },
      "when": {
        "west": "true"
      }
    }
  ]
}