mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-16 07:24:32 +01:00
e276302cee
- Replaced belt tunnel assets; adjusted blockstates and animations accordingly
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"variants": {
|
|
"axis=x,shape=straight": {
|
|
"model": "create:block/brass_tunnel/straight"
|
|
},
|
|
"axis=z,shape=straight": {
|
|
"model": "create:block/brass_tunnel/straight",
|
|
"y": 90
|
|
},
|
|
"axis=x,shape=window": {
|
|
"model": "create:block/brass_tunnel/window"
|
|
},
|
|
"axis=z,shape=window": {
|
|
"model": "create:block/brass_tunnel/window",
|
|
"y": 90
|
|
},
|
|
"axis=x,shape=closed": {
|
|
"model": "create:block/brass_tunnel/straight"
|
|
},
|
|
"axis=z,shape=closed": {
|
|
"model": "create:block/brass_tunnel/straight",
|
|
"y": 90
|
|
},
|
|
"axis=x,shape=t_left": {
|
|
"model": "create:block/brass_tunnel/t_left"
|
|
},
|
|
"axis=z,shape=t_left": {
|
|
"model": "create:block/brass_tunnel/t_left",
|
|
"y": 90
|
|
},
|
|
"axis=x,shape=t_right": {
|
|
"model": "create:block/brass_tunnel/t_right"
|
|
},
|
|
"axis=z,shape=t_right": {
|
|
"model": "create:block/brass_tunnel/t_right",
|
|
"y": 90
|
|
},
|
|
"axis=x,shape=cross": {
|
|
"model": "create:block/brass_tunnel/cross"
|
|
},
|
|
"axis=z,shape=cross": {
|
|
"model": "create:block/brass_tunnel/cross",
|
|
"y": 90
|
|
}
|
|
}
|
|
} |