summaryrefslogtreecommitdiff
path: root/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/stone_ladder.json
blob: 5536d5d5279ddba933849adb6cbeddddaca9299a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "forge_marker": 1,
    "defaults": {
        "transform": "forge:default-item",
        "model": "ladder",
        "textures": {
            "texture": "tconstruct:blocks/stone_ladder",
            "particle": "#texture"
        }
    },
	"variants": {
        "facing": {
            "north": {},
            "east":  { "y": 90 },
            "south": { "y": 180 },
            "west":  { "y": 270 }
        }
    }
}