summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/redstone/redstone_t.json
blob: e637a379cbf0c5c1c1882ff5a99d0d534c8c6839 (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": [10.66667, 0, 16, 8], "texture": "#wire"},
				"down": {"uv": [10.66667, 8, 16, 0], "texture": "#wire", "cullface": "down"}
			}
		}
	]
}