48 lines
979 B
JSON
48 lines
979 B
JSON
{
|
|
"parent": "block/thin_block",
|
|
"textures": {
|
|
"down": "templates:templates_special/down",
|
|
"up": "templates:templates_special/up",
|
|
"north": "templates:templates_special/north",
|
|
"south": "templates:templates_special/south",
|
|
"west": "templates:templates_special/west",
|
|
"east": "templates:templates_special/east"
|
|
},
|
|
"elements": [
|
|
{
|
|
"from": [0, 0, 0],
|
|
"to": [16, 1, 16],
|
|
"faces": {
|
|
"down": {
|
|
"uv": [0, 0, 16, 16],
|
|
"texture": "#down",
|
|
"cullface": "down"
|
|
},
|
|
"up": {
|
|
"uv": [0, 0, 16, 16],
|
|
"texture": "#up"
|
|
},
|
|
"north": {
|
|
"uv": [0, 15, 16, 16],
|
|
"texture": "#north",
|
|
"cullface": "north"
|
|
},
|
|
"south": {
|
|
"uv": [0, 15, 16, 16],
|
|
"texture": "#south",
|
|
"cullface": "south"
|
|
},
|
|
"west": {
|
|
"uv": [0, 15, 16, 16],
|
|
"texture": "#west",
|
|
"cullface": "west"
|
|
},
|
|
"east": {
|
|
"uv": [0, 15, 16, 16],
|
|
"texture": "#east",
|
|
"cullface": "east"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |