{ "multipart": [ { "when": { "north": "false", "east": "false", "south": "false", "west": "false" }, "apply": { "model": "minecraft:block/bamboo_fence_post" } }, { "when": { "north": "true" }, "apply": { "model": "minecraft:block/bamboo_fence_post_tied" } }, { "when": { "east": "true" }, "apply": { "model": "minecraft:block/bamboo_fence_post_tied" } }, { "when": { "south": "true" }, "apply": { "model": "minecraft:block/bamboo_fence_post_tied" } }, { "when": { "west": "true" }, "apply": { "model": "minecraft:block/bamboo_fence_post_tied" } }, { "when": { "north": "true" }, "apply": { "model": "minecraft:block/bamboo_fence_side", "uvlock": false } }, { "when": { "east": "true" }, "apply": { "model": "minecraft:block/bamboo_fence_side", "y": 90, "uvlock": false } }, { "when": { "south": "true" }, "apply": { "model": "minecraft:block/bamboo_fence_side", "y": 180, "uvlock": false } }, { "when": { "west": "true" }, "apply": { "model": "minecraft:block/bamboo_fence_side", "y": 270, "uvlock": false } } ] }