summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/oak_fence_post.json
blob: adb8cae769c90c6a6a67090857adedde8be040c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"textures": {
		"texture": "block/oak_fence",
		"log": "block/stripped_oak_log_top",
		"particle": "block/oak_planks"
	},
	"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": [6, 6, 10, 10], "texture": "#log", "cullface": "up"},
				"down": {"uv": [6, 6, 10, 10], "texture": "#log", "cullface": "down"}
			}
		}
	]
}