summaryrefslogtreecommitdiff
path: root/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/tooltables.json
blob: c36bed74ba261fe8e43f6fcea97f286597bfb61f (plain)
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
28
29
{
    "forge_marker": 1,
    "defaults": {
        "transform": "forge:default-block"
    },
	"variants": {
        "type=craftingstation": { "model": "tconstruct:craftingstation" },
        "type=stenciltable": { "model": "tconstruct:stenciltable" },
        "type=partbuilder": { "model": "tconstruct:partbuilder" },
        "type=toolstation": { "model": "tconstruct:toolstation" },
        "type=toolforge": { "model": "tconstruct:toolforge" },
        "type=patternchest": {
            "model": "tconstruct:patternchest",
            "textures": {
                "side": "tconstruct:blocks/patternchest",
                "bottom": "#side",
                "top": "#side"
            }
        },
        "type=partchest": {
            "model": "tconstruct:patternchest",
            "textures": {
                "side": "tconstruct:blocks/partchest",
                "bottom": "#side",
                "top": "#side"
            }
        }
    }
}