summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/lily_fireflies_-22.json
blob: 657b9d631f0a00b61097040ac376caef00d8a197 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
    "ambientocclusion": false,
    "textures": {
		"1": "block/fireflies",
        "particle": "block/lily_pad",
        "texture": "block/lily_pad"
    },
    "elements": [
        {   "from": [ 0, 0.25, 0 ],
            "to": [ 16, 0.25, 16 ],
            "faces": {
                "down":  { "uv": [ 16, 16, 0,  0 ], "texture": "#texture", "tintindex": 0 },
                "up":    { "uv": [ 16,  0, 0, 16 ], "texture": "#texture", "tintindex": 0 }
            }
        },
		{
			"from": [-16, 0, 8],
			"to": [32, 32, 8],
			"shade": false,
			"rotation": {"angle": -22.5, "axis": "y", "origin": [8, 0, 8]},
			"faces": {
				"north": {"uv": [0, 5.4, 16, 16], "texture": "#1"},
				"south": {"uv": [16, 0, 0, 10.6], "texture": "#1"}
			}
		}
    ]
}