summaryrefslogtreecommitdiff
path: root/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/glow.json
blob: ccb56a62d90cf5774e79213bf84d838669b76c26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "forge_marker": 1,
    "defaults": {
        "model": "tconstruct:flat_in",
        "textures": {
            "all": "tconstruct:blocks/glow"
        }
    },
    "variants": {
        "facing": {
            "down": { "x": 90 },
            "up": { "x": -90 },
            "north": {},
            "east": { "y": 90 },
            "south": { "y": 180 },
            "west": { "y": 270 }
        },
        "inventory": [{}]
    }
}