summaryrefslogtreecommitdiff
path: root/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/faucet.json
blob: a207722b602617671b3ac964da6aaa5df5528a98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "forge_marker": 1,
    "defaults": {
        "model": "tconstruct:faucet"
    },
	"variants": {
        "facing": {
            "up": { "model": "tconstruct:faucet_top" },
            "north": { "y": 180 },
            "east":  { "y": 270 },
            "south": { "y": 0 },
            "west":  { "y": 90 }
        },
        "inventory": {
            "model": "tconstruct:faucet"
        }
    }
}