diff options
Diffstat (limited to 'TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/stone_ladder.json')
| -rw-r--r-- | TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/stone_ladder.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/stone_ladder.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/stone_ladder.json new file mode 100644 index 0000000..5536d5d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/stone_ladder.json @@ -0,0 +1,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 } + } + } +} |
