Create/src/main/resources/assets/create/blockstates/limestone_pillar.json
simibubi 5e628e18cb Stairs, Slabs, Walls, Repeat
- Added partial versions of the building blocks
2019-09-05 22:23:58 +02:00

7 lines
No EOL
263 B
JSON

{
"variants": {
"axis=y": { "model": "create:block/palettes/limestone_pillar" },
"axis=z": { "model": "create:block/palettes/limestone_pillar", "x": 90 },
"axis=x": { "model": "create:block/palettes/limestone_pillar", "x": 90, "y": 90 }
}
}