summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/lily_pad_-22.json
blob: b24459d1becdb56c0f6f5248f92f882b8f28c3ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "ambientocclusion": false,
    "textures": {
        "particle": "block/lily_pad",
        "texture": "block/lily_pad"
    },
    "elements": [
        {   "from": [ 0, 0.25, 0 ],
            "to": [ 16, 0.25, 16 ],
			"rotation": {"angle": -22.5, "axis": "y", "origin": [8, 8, 8]},
            "faces": {
                "down":  { "uv": [ 16, 16, 0,  0 ], "texture": "#texture", "tintindex": 0 },
                "up":    { "uv": [ 16,  0, 0, 16 ], "texture": "#texture", "tintindex": 0 }
            }
        }
    ]
}