summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/chiseled_sandstone_sides.json
blob: e9d074dcfa02370ad821cd6ec6228888bd9c2abf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"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"}
			}
		}
	]
}