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