mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-18 00:14:22 +01:00
bf57058e4e
- Set up datagen for basic palette models and blockstates - Overgrown blocks now follow foliage colour - Paved blocks now connect vertically
16 lines
274 B
JSON
16 lines
274 B
JSON
{
|
|
"variants": {
|
|
"axis=x": {
|
|
"model": "create:block/andesite_pillar",
|
|
"x": 90,
|
|
"y": 90
|
|
},
|
|
"axis=y": {
|
|
"model": "create:block/andesite_pillar"
|
|
},
|
|
"axis=z": {
|
|
"model": "create:block/andesite_pillar",
|
|
"x": 90
|
|
}
|
|
}
|
|
} |