summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/redstone/redstone_bend.json
blob: 0aacb67d01f95fecddef0023eef3ac499eb99a9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"ambientocclusion": false,
	"texture_size": [48, 32],
	"textures": {
		"particle": "block/redstone/particle"
	},
	"elements": [
		{
			"from": [0, 1, 0],
			"to": [16, 1, 16],
			"shade": false,
			"faces": {
				"up": {"uv": [5.33333, 8, 10.66667, 16], "texture": "#wire"},
				"down": {"uv": [5.33333, 16, 10.66667, 8], "texture": "#wire", "cullface": "down"}
			}
		}
	]
}