summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/brick_wall_side2.json
blob: adc84222d82cf445ae2e75f7c019e2c0e3ddf767 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	"textures": {
		"2": "block/brick_wall",
		"particle": "block/bricks"
	},
	"elements": [
		{
			"from": [5, 0, 0],
			"to": [11, 14, 16],
			"faces": {
				"north": {"uv": [14.5, 6.5, 16, 10], "texture": "#2", "cullface": "north"},
				"east": {"uv": [10.25, 6.5, 14.25, 10], "texture": "#2"},
				"south": {"uv": [8.5, 6.5, 10, 10], "texture": "#2", "cullface": "south"},
				"west": {"uv": [4.25, 6.5, 8.25, 10], "texture": "#2"},
				"up": {"uv": [4.25, 4.25, 8.25, 5.75], "rotation": 90, "texture": "#2"},
				"down": {"uv": [10.25, 4.25, 14.25, 5.75], "rotation": 90, "texture": "#2", "cullface": "down"}
			}
		}
	]
}