summaryrefslogtreecommitdiff
path: root/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/vine_up.json
blob: d3e733a914ad4c80f2c764561a16a9d7984fe532 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "ambientocclusion": false,
    "textures": {
        "particle": "#vine",
        "vine": "tconstruct:blocks/slime/slimevine"
    },
    "elements": [
        {   "from": [ 0, 15.2, 0 ],
            "to": [ 16, 15.2, 16 ],
            "shade": false,
            "faces": {
                "down":  { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 },
                "up":    { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }
            }
        }
    ]
}