summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/bamboo_fence_post_tied.json
blob: 40f66a389e631e0c28b9011abdf051f09082b130 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
	"credit": "Made with Blockbench",
	"textures": {
		"texture": "block/bamboo_fence",
		"log": "block/bamboo_fence2",
		"particle": "block/bamboo_block"
	},
	"elements": [
		{
			"from": [6, 0, 6],
			"to": [10, 16, 10],
			"faces": {
				"north": {"uv": [6, 0, 10, 16], "texture": "#texture"},
				"east": {"uv": [6, 0, 10, 16], "texture": "#texture"},
				"south": {"uv": [6, 0, 10, 16], "texture": "#texture"},
				"west": {"uv": [6, 0, 10, 16], "texture": "#texture"},
				"up": {"uv": [11, 0, 15, 4], "texture": "#log", "cullface": "up"},
				"down": {"uv": [11, 12, 15, 16], "texture": "#log", "cullface": "down"}
			}
		}
	]
}