38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"credit": "Created by Stridey",
|
|
"parent": "block/wall_inventory",
|
|
"textures": {
|
|
"particle": "block/sandstone",
|
|
"side": "block/sandstone",
|
|
"top": "block/sandstone_top",
|
|
"bottom": "block/sandstone_bottom"
|
|
},
|
|
"elements": [
|
|
{
|
|
"name": "Center post",
|
|
"from": [4, 0, 4],
|
|
"to": [12, 16, 12],
|
|
"faces": {
|
|
"north": {"uv": [4, 0, 12, 16], "texture": "#side"},
|
|
"east": {"uv": [4, 0, 12, 16], "texture": "#side"},
|
|
"south": {"uv": [4, 0, 12, 16], "texture": "#side"},
|
|
"west": {"uv": [4, 0, 12, 16], "texture": "#side"},
|
|
"up": {"uv": [4, 4, 12, 12], "texture": "#top"},
|
|
"down": {"uv": [4, 4, 12, 12], "texture": "#bottom", "cullface": "down"}
|
|
}
|
|
},
|
|
{
|
|
"name": "Full wall",
|
|
"from": [5, 0, 0],
|
|
"to": [11, 13, 16],
|
|
"faces": {
|
|
"north": {"uv": [5, 3, 11, 16], "texture": "#side", "cullface": "north"},
|
|
"east": {"uv": [0, 3, 16, 16], "texture": "#side"},
|
|
"south": {"uv": [5, 3, 11, 16], "texture": "#side", "cullface": "south"},
|
|
"west": {"uv": [0, 3, 16, 16], "texture": "#side"},
|
|
"up": {"uv": [5, 0, 11, 16], "texture": "#top"},
|
|
"down": {"uv": [5, 0, 11, 16], "texture": "#bottom", "cullface": "down"}
|
|
}
|
|
}
|
|
]
|
|
} |