mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-16 15:34:39 +01:00
a4b4c770be
- Implemented reworked chute models by Kryppers - Implemented new basin model by Kryppers - Chutes now have proper selection bounds - Some minor texture & model touch-ups - Fixed symmetry wand position in its GUI
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"variants": {
|
|
"facing=down,shape=intersection": {
|
|
"model": "create:block/chute/block_intersection"
|
|
},
|
|
"facing=north,shape=intersection": {
|
|
"model": "create:block/chute/block_diagonal_intersection",
|
|
"y": 180
|
|
},
|
|
"facing=south,shape=intersection": {
|
|
"model": "create:block/chute/block_diagonal_intersection"
|
|
},
|
|
"facing=west,shape=intersection": {
|
|
"model": "create:block/chute/block_diagonal_intersection",
|
|
"y": 90
|
|
},
|
|
"facing=east,shape=intersection": {
|
|
"model": "create:block/chute/block_diagonal_intersection",
|
|
"y": 270
|
|
},
|
|
"facing=down,shape=window": {
|
|
"model": "create:block/chute/block_windowed"
|
|
},
|
|
"facing=north,shape=window": {
|
|
"model": "create:block/chute/block_diagonal",
|
|
"y": 180
|
|
},
|
|
"facing=south,shape=window": {
|
|
"model": "create:block/chute/block_diagonal"
|
|
},
|
|
"facing=west,shape=window": {
|
|
"model": "create:block/chute/block_diagonal",
|
|
"y": 90
|
|
},
|
|
"facing=east,shape=window": {
|
|
"model": "create:block/chute/block_diagonal",
|
|
"y": 270
|
|
},
|
|
"facing=down,shape=normal": {
|
|
"model": "create:block/chute/block"
|
|
},
|
|
"facing=north,shape=normal": {
|
|
"model": "create:block/chute/block_diagonal",
|
|
"y": 180
|
|
},
|
|
"facing=south,shape=normal": {
|
|
"model": "create:block/chute/block_diagonal"
|
|
},
|
|
"facing=west,shape=normal": {
|
|
"model": "create:block/chute/block_diagonal",
|
|
"y": 90
|
|
},
|
|
"facing=east,shape=normal": {
|
|
"model": "create:block/chute/block_diagonal",
|
|
"y": 270
|
|
}
|
|
}
|
|
} |