summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/bamboo_fence_side2.json
blob: c5dd41880daad02d49f72cc35117ab790c764601 (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
{
	"credit": "Made with Blockbench",
	"textures": {
		"texture": "block/bamboo_fence",
		"particle": "block/bamboo_planks"
	},
	"elements": [
		{
			"from": [7, 7, 14],
			"to": [9, 12, 2],
			"faces": {
				"north": {"uv": [0, 4, 2, 9], "texture": "#texture"},
				"south": {"uv": [0, 4, 2, 9], "texture": "#texture"},
				"up": {"uv": [2, 2, 14, 4], "rotation": 270, "texture": "#texture"},
				"down": {"uv": [2, 9, 14, 11], "rotation": 90, "texture": "#texture"}
			}
		},
		{
			"from": [7, 4, 0],
			"to": [9, 15, 16],
			"faces": {
				"north": {"uv": [14, 1, 16, 12], "texture": "#texture", "cullface": "north"},
				"east": {"uv": [0, 1, 16, 12], "texture": "#texture"},
				"south": {"uv": [0, 1, 2, 12], "texture": "#texture", "cullface": "south"},
				"west": {"uv": [0, 1, 16, 12], "texture": "#texture"},
				"up": {"uv": [0, 1, 16, 3], "rotation": 270, "texture": "#texture"},
				"down": {"uv": [0, 10, 16, 12], "rotation": 90, "texture": "#texture"}
			}
		}
	]
}