mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-10 14:26:10 +01:00
785c79786d
- Set up datagen and registrate chains for all remaining blocks
53 lines
No EOL
1.3 KiB
JSON
53 lines
No EOL
1.3 KiB
JSON
{
|
|
"variants": {
|
|
"axis=x,shape=straight": {
|
|
"model": "create:block/belt_tunnel/straight"
|
|
},
|
|
"axis=z,shape=straight": {
|
|
"model": "create:block/belt_tunnel/straight",
|
|
"y": 90
|
|
},
|
|
"axis=x,shape=window": {
|
|
"model": "create:block/belt_tunnel/window"
|
|
},
|
|
"axis=z,shape=window": {
|
|
"model": "create:block/belt_tunnel/window",
|
|
"y": 90
|
|
},
|
|
"axis=x,shape=halfshade": {
|
|
"model": "create:block/belt_tunnel/halfshade"
|
|
},
|
|
"axis=z,shape=halfshade": {
|
|
"model": "create:block/belt_tunnel/halfshade",
|
|
"y": 90
|
|
},
|
|
"axis=x,shape=fullshade": {
|
|
"model": "create:block/belt_tunnel/fullshade"
|
|
},
|
|
"axis=z,shape=fullshade": {
|
|
"model": "create:block/belt_tunnel/fullshade",
|
|
"y": 90
|
|
},
|
|
"axis=x,shape=t_left": {
|
|
"model": "create:block/belt_tunnel/t_left"
|
|
},
|
|
"axis=z,shape=t_left": {
|
|
"model": "create:block/belt_tunnel/t_left",
|
|
"y": 90
|
|
},
|
|
"axis=x,shape=t_right": {
|
|
"model": "create:block/belt_tunnel/t_right"
|
|
},
|
|
"axis=z,shape=t_right": {
|
|
"model": "create:block/belt_tunnel/t_right",
|
|
"y": 90
|
|
},
|
|
"axis=x,shape=cross": {
|
|
"model": "create:block/belt_tunnel/cross"
|
|
},
|
|
"axis=z,shape=cross": {
|
|
"model": "create:block/belt_tunnel/cross",
|
|
"y": 90
|
|
}
|
|
}
|
|
} |