summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/mangrove_fence_side.json
blob: 6fce48ee456fa16e87358813edaacd098ecaf4df (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
{
	"credit": "Made with Blockbench",
	"textures": {
		"texture": "block/mangrove_fence",
		"particle": "block/mangrove_planks"
	},
	"elements": [
		{
			"from": [7, 5, 0],
			"to": [9, 15, 6],
			"faces": {
				"north": {"uv": [7, 1, 9, 11], "texture": "#texture", "cullface": "north"},
				"east": {"uv": [10, 1, 16, 11], "texture": "#texture"},
				"west": {"uv": [0, 1, 6, 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"}
			}
		}
	]
}