Create/src/generated/resources/assets/create/blockstates/encased_belt.json
simibubi c698aec5d4 Generating complex blockstates
- Added utility for outsourcing blockstate generators into dedicated classes
- Ported Encased belt and Adjustable Pulley
- Updated Forge
2020-05-18 22:01:09 +02:00

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"
}
}
}