22 lines
611 B
JSON
22 lines
611 B
JSON
{
|
|
"credit": "Created by Stridey",
|
|
"textures": {
|
|
"particle": "block/sandstone",
|
|
"side": "block/sandstone",
|
|
"top": "block/sandstone_top",
|
|
"bottom": "block/sandstone_bottom"
|
|
},
|
|
"elements": [
|
|
{
|
|
"from": [5, 0, 0],
|
|
"to": [11, 16, 8],
|
|
"faces": {
|
|
"north": {"uv": [5, 0, 11, 16], "texture": "#side", "cullface": "north"},
|
|
"east": {"uv": [8, 0, 16, 16], "texture": "#side"},
|
|
"west": {"uv": [0, 0, 8, 16], "texture": "#side"},
|
|
"up": {"uv": [5, 0, 11, 8], "texture": "#top", "cullface": "up"},
|
|
"down": {"uv": [5, 8, 11, 16], "texture": "#bottom", "cullface": "down"}
|
|
}
|
|
}
|
|
]
|
|
} |