summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/mangrove_fence_side2.json
blob: fd058ba5ffbc09b688886f4dc4cd7fb6085c4391 (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
35
36
37
38
39
40
{
	"textures": {
		"texture": "block/mangrove_fence",
		"particle": "block/mangrove_planks"
	},
	"elements": [
		{
			"from": [7, 5, 0],
			"to": [9, 15, 16],
			"faces": {
				"north": {"uv": [7, 1, 9, 11], "texture": "#texture", "cullface": "north"},
				"east": {"uv": [0, 1, 16, 11], "texture": "#texture"},
				"south": {"uv": [7, 1, 9, 11], "texture": "#texture", "cullface": "south"},
				"west": {"uv": [0, 1, 16, 11], "texture": "#texture"},
				"up": {"uv": [10, 1, 16, 3], "rotation": 90, "texture": "#texture"},
				"down": {"uv": [10, 9, 16, 11], "rotation": 90, "texture": "#texture"}
			}
		},
		{
			"from": [9, 8, 1],
			"to": [7, 13, 3],
			"faces": {
				"north": {"uv": [0, 3, 1, 8], "texture": "#texture"},
				"south": {"uv": [3, 3, 5, 8], "texture": "#texture"},
				"up": {"uv": [1, 1, 3, 3], "rotation": 90, "texture": "#texture"},
				"down": {"uv": [1, 8, 3, 10], "rotation": 270, "texture": "#texture"}
			}
		},
		{
			"from": [9, 8, 13],
			"to": [7, 13, 15],
			"faces": {
				"north": {"uv": [5, 3, 3, 8], "texture": "#texture"},
				"south": {"uv": [1, 3, 0, 8], "texture": "#texture"},
				"up": {"uv": [3, 1, 1, 3], "rotation": 90, "texture": "#texture"},
				"down": {"uv": [3, 8, 1, 10], "rotation": 270, "texture": "#texture"}
			}
		}
	]
}