MCMinecraft Assets Explorer

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

bamboo_fence.json0 B

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