Create/src/generated/resources/assets/create/blockstates/limestone_pillar.json
simibubi b487e0a46a Drowning in Datagen
- Mechanical Belts no longer have a Stress Impact
- Stairs and Slabs variants of blocks no longer use plural in their name
- "Polished" stone type variant now uses the prefix Polished Cut
- "Bricks" stone type variant now uses the prefix Cut
- Added more recipes for stone types and copper blocks for convenience
- Reverted re-texture of crushed copper ore
- Added waxed copper recipes for deploying
2021-12-05 00:18:08 +01:00

16 lines
No EOL
299 B
JSON

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