Files
wireless-docs/public/assets/minecraft/blockstates/oak_fence.json
2026-07-06 17:09:00 -04:00

48 lines
806 B
JSON

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