mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-14 22:44:07 +01:00
4cfd7a1bb9
- 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
7 lines
230 B
JSON
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 }
|
|
}
|
|
} |