1
0
Fork 0
mirror of https://github.com/Athemis/PixelPerfectionCE.git synced 2025-04-06 07:26:04 +00:00
PixelPerfectionCE/assets/minecraft/models/block/fence_post.json
2020-05-15 16:17:25 +02:00

21 lines
770 B
JSON

{
"textures": {
"side": "#side",
"top": "#top",
"particle": "#texture"
},
"elements": [
{ "from": [ 6, 0, 6 ],
"to": [ 10, 16, 10 ],
"faces": {
"down": { "uv": [ 6, 6, 10, 10 ], "texture": "#top", "cullface": "down" },
"up": { "uv": [ 6, 6, 10, 10 ], "texture": "#top", "cullface": "up" },
"north": { "uv": [ 6, 0, 10, 16 ], "texture": "#side" },
"south": { "uv": [ 6, 0, 10, 16 ], "texture": "#side" },
"west": { "uv": [ 6, 0, 10, 16 ], "texture": "#side" },
"east": { "uv": [ 6, 0, 10, 16 ], "texture": "#side" }
},
"__comment": "Center post"
}
]
}