mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-16 15:34:39 +01:00
c698aec5d4
- Added utility for outsourcing blockstate generators into dedicated classes - Ported Encased belt and Adjustable Pulley - Updated Forge
97 lines
3.0 KiB
JSON
97 lines
3.0 KiB
JSON
{
|
|
"variants": {
|
|
"axis=x,axis_along_first=false,part=start": {
|
|
"model": "create:block/encased_belt/end_horizontal",
|
|
"x": 180
|
|
},
|
|
"axis=y,axis_along_first=false,part=start": {
|
|
"model": "create:block/encased_belt/end_vertical"
|
|
},
|
|
"axis=z,axis_along_first=false,part=start": {
|
|
"model": "create:block/encased_belt/end_horizontal",
|
|
"x": 270,
|
|
"y": 90
|
|
},
|
|
"axis=x,axis_along_first=true,part=start": {
|
|
"model": "create:block/encased_belt/end_horizontal",
|
|
"x": 270
|
|
},
|
|
"axis=y,axis_along_first=true,part=start": {
|
|
"model": "create:block/encased_belt/end_vertical",
|
|
"y": 270
|
|
},
|
|
"axis=z,axis_along_first=true,part=start": {
|
|
"model": "create:block/encased_belt/end_horizontal",
|
|
"y": 90
|
|
},
|
|
"axis=x,axis_along_first=false,part=middle": {
|
|
"model": "create:block/encased_belt/middle_horizontal"
|
|
},
|
|
"axis=y,axis_along_first=false,part=middle": {
|
|
"model": "create:block/encased_belt/middle_vertical"
|
|
},
|
|
"axis=z,axis_along_first=false,part=middle": {
|
|
"model": "create:block/encased_belt/middle_horizontal",
|
|
"x": 90,
|
|
"y": 90
|
|
},
|
|
"axis=x,axis_along_first=true,part=middle": {
|
|
"model": "create:block/encased_belt/middle_horizontal",
|
|
"x": 90
|
|
},
|
|
"axis=y,axis_along_first=true,part=middle": {
|
|
"model": "create:block/encased_belt/middle_vertical",
|
|
"y": 90
|
|
},
|
|
"axis=z,axis_along_first=true,part=middle": {
|
|
"model": "create:block/encased_belt/middle_horizontal",
|
|
"y": 90
|
|
},
|
|
"axis=x,axis_along_first=false,part=end": {
|
|
"model": "create:block/encased_belt/end_horizontal"
|
|
},
|
|
"axis=y,axis_along_first=false,part=end": {
|
|
"model": "create:block/encased_belt/end_vertical",
|
|
"y": 180
|
|
},
|
|
"axis=z,axis_along_first=false,part=end": {
|
|
"model": "create:block/encased_belt/end_horizontal",
|
|
"x": 90,
|
|
"y": 90
|
|
},
|
|
"axis=x,axis_along_first=true,part=end": {
|
|
"model": "create:block/encased_belt/end_horizontal",
|
|
"x": 90
|
|
},
|
|
"axis=y,axis_along_first=true,part=end": {
|
|
"model": "create:block/encased_belt/end_vertical",
|
|
"y": 90
|
|
},
|
|
"axis=z,axis_along_first=true,part=end": {
|
|
"model": "create:block/encased_belt/end_horizontal",
|
|
"y": 270
|
|
},
|
|
"axis=x,axis_along_first=false,part=none": {
|
|
"model": "create:block/encased_belt/single",
|
|
"y": 90
|
|
},
|
|
"axis=y,axis_along_first=false,part=none": {
|
|
"model": "create:block/encased_belt/single",
|
|
"x": 90
|
|
},
|
|
"axis=z,axis_along_first=false,part=none": {
|
|
"model": "create:block/encased_belt/single"
|
|
},
|
|
"axis=x,axis_along_first=true,part=none": {
|
|
"model": "create:block/encased_belt/single",
|
|
"y": 90
|
|
},
|
|
"axis=y,axis_along_first=true,part=none": {
|
|
"model": "create:block/encased_belt/single",
|
|
"x": 90
|
|
},
|
|
"axis=z,axis_along_first=true,part=none": {
|
|
"model": "create:block/encased_belt/single"
|
|
}
|
|
}
|
|
} |