minecraft-src/assets/minecraft/blockstates/pale_oak_fence.json
2025-07-04 02:00:41 +03:00

48 lines
No EOL
831 B
JSON

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