mirror of
https://git.webmc.xyz/Starlike-Client/Starlike-Client
synced 2025-07-22 05:31:18 -09:00
43 lines
927 B
JSON
43 lines
927 B
JSON
{
|
|
"ambientocclusion": false,
|
|
"textures": {
|
|
"particle": "blocks/iron_bars",
|
|
"bars": "blocks/iron_bars",
|
|
"edge": "blocks/iron_bars"
|
|
},
|
|
"elements": [
|
|
{
|
|
"from": [8, 0, 0],
|
|
"to": [8, 16, 16],
|
|
"faces": {
|
|
"west": { "uv": [0, 0, 16, 16], "texture": "#bars" },
|
|
"east": { "uv": [0, 0, 16, 16], "texture": "#bars" }
|
|
}
|
|
},
|
|
{
|
|
"from": [7, 0, 0],
|
|
"to": [9, 16, 16],
|
|
"faces": {
|
|
"north": {
|
|
"uv": [7, 0, 9, 16],
|
|
"texture": "#edge",
|
|
"cullface": "north"
|
|
},
|
|
"south": {
|
|
"uv": [7, 0, 9, 16],
|
|
"texture": "#edge",
|
|
"cullface": "south"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"from": [7, 0.005, 0],
|
|
"to": [9, 15.995, 16],
|
|
"faces": {
|
|
"down": { "uv": [7, 0, 9, 16], "texture": "#edge" },
|
|
"up": { "uv": [9, 0, 7, 16], "texture": "#edge" }
|
|
}
|
|
}
|
|
]
|
|
}
|