ploof-pack/faithless/assets/minecraft/models/block/chiseled_sandstone_sides.json

19 lines
497 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"parent": "block/block",
"textures": {
"1": "block/chiseled_sandstone1",
"particle": "block/sandstone"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 8, 8], "texture": "#1", "cullface": "north"},
"east": {"uv": [0, 8, 8, 16], "texture": "#1", "cullface": "east"},
"south": {"uv": [8, 0, 16, 8], "texture": "#1", "cullface": "south"},
"west": {"uv": [8, 8, 16, 16], "texture": "#1", "cullface": "west"}
}
}
]
}