mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-16 15:34:39 +01:00
53 lines
1.3 KiB
JSON
53 lines
1.3 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=halfshade": {
|
||
|
"model": "create:block/brass_tunnel/halfshade"
|
||
|
},
|
||
|
"axis=z,shape=halfshade": {
|
||
|
"model": "create:block/brass_tunnel/halfshade",
|
||
|
"y": 90
|
||
|
},
|
||
|
"axis=x,shape=fullshade": {
|
||
|
"model": "create:block/brass_tunnel/fullshade"
|
||
|
},
|
||
|
"axis=z,shape=fullshade": {
|
||
|
"model": "create:block/brass_tunnel/fullshade",
|
||
|
"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
|
||
|
}
|
||
|
}
|
||
|
}
|