Create/src/main/resources/assets/create/blockstates/crushing_wheel.json
simibubi 4cfd7a1bb9 Constructs, Pistons and Blocks
- Added Mechanical Pistons
- Added Chassis blocks for multiblock movement
- Improved memory usage of kinetic renders
- Added Mechanical Harvester
- Added Mechanical Drill
- Visual hints for the Belt connector
- Added Crushing Wheel Model
- Added Encased Belt
- Added Redstone Contact
- Fixed Invalid Schematics crashing on shift-right-click
- Added a variety of building materials
- Updated textures of kinetic blocks to be rotation independent
- Fixed axes rotating with fixed shaded sides
2019-08-17 00:57:36 +02:00

7 lines
230 B
JSON

{
"variants": {
"axis=y": { "model": "create:block/crushing_wheel" },
"axis=z": { "model": "create:block/crushing_wheel", "x": 90 },
"axis=x": { "model": "create:block/crushing_wheel", "x": 90, "y": 90 }
}
}