ploof-pack/faithless/assets/minecraft/blockstates/bamboo_fence.json

73 lines
1.4 KiB
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"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
}
}
]
}