summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/redstone/redstone_power.json
blob: a0df17babeec7a5980c4e21ff65894247caaed0b (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": [3, 0.75, 3],
			"to": [13, 1.25, 13],
			"shade": false,
			"faces": {
				"up": {"uv": [0, 8, 5.33333, 16], "texture": "#wire"},
				"down": {"uv": [5.33333, 16, 0, 8], "texture": "#wire", "cullface": "down"}
			}
		}
	]
}