Create/src/generated/resources/assets/create/blockstates/gearbox.json
simibubi e3bef624a0 Casing case closed
- Encased shafts and gearboxes can now join textures with respective casing blocks
- Added back encased shaft items for creative mode
- Fixed encased shafts able to be created with casing and cogs
2020-12-02 21:49:57 +01:00

20 lines
No EOL
350 B
JSON

{
"variants": {
"axis=x": {
"model": "create:block/gearbox/block",
"x": 90,
"y": 90,
"uvlock": true
},
"axis=y": {
"model": "create:block/gearbox/block",
"uvlock": true
},
"axis=z": {
"model": "create:block/gearbox/block",
"x": 90,
"y": 180,
"uvlock": true
}
}
}