summaryrefslogtreecommitdiff
path: root/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/tank_knob.json
blob: 93ef0e078eda245c3255cd75376f3ffc38647f80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "textures": {
        "particle": "#side"
    },
    "elements": [
        {   "from": [ 3, 0, 3 ],
            "to": [ 13, 1, 13 ],
            "faces": {
                "up":  { "texture": "#top" },
                "north": { "texture": "#side" },
                "south": { "texture": "#side" },
                "west":  { "texture": "#side" },
                "east":  { "texture": "#side" }
            }
        }
    ]
}