summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/brick_wall_cross_tall.json
blob: c8df55e0cd9f895ced16ebb5218cb1ef5d95ec32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
	"credit": "Made with Blockbench",
	"textures": {
		"particle": "block/brick_wall",
		"wall": "block/brick_wall"
	},
	"elements": [
		{
			"from": [5, 0, 0],
			"to": [11, 16, 16],
			"faces": {
				"north": {"uv": [14.5, 12, 16, 16], "texture": "#wall", "cullface": "north"},
				"east": {"uv": [10.25, 12, 14.25, 16], "texture": "#wall"},
				"south": {"uv": [8.5, 12, 10, 16], "texture": "#wall", "cullface": "south"},
				"west": {"uv": [4.25, 12, 8.25, 16], "texture": "#wall"},
				"up": {"uv": [8, 1.25, 12, 2.75], "rotation": 90, "texture": "#wall", "cullface": "up"},
				"down": {"uv": [13.25, 0, 14.75, 4], "texture": "#wall", "cullface": "down"}
			}
		},
		{
			"from": [0, 0, 5],
			"to": [16, 16, 11],
			"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
			"faces": {
				"north": {"uv": [4.25, 12, 8.25, 16], "texture": "#wall"},
				"east": {"uv": [8.5, 12, 10, 16], "texture": "#wall", "cullface": "east"},
				"south": {"uv": [10.25, 12, 14.25, 16], "texture": "#wall"},
				"west": {"uv": [14.5, 12, 16, 16], "texture": "#wall", "cullface": "west"},
				"up": {"uv": [9.25, 0, 10.75, 4], "rotation": 90, "texture": "#wall", "cullface": "up"},
				"down": {"uv": [12, 1.25, 16, 2.75], "texture": "#wall", "cullface": "down"}
			}
		}
	]
}