Create/src/generated/resources/assets/create/blockstates/layered_limestone.json
simibubi c1b4c8cef2 New Flavours
- Removed Gabbro, Dolomite, Weathered Limestone
- Added Crimsite, Asurine, Veridium, Ochrum
- Added and Removed palette blocks for Andesite, Diorite, Granite, Tuff, Deepslate, Dripstone, Calcite, Limestone, Scoria and Dark Scoria
- Custom stone types now generate as layers instead of ores
(Work in Progress)
2021-11-28 02:24:15 +01:00

17 lines
No EOL
296 B
JSON

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