mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-11 14:56:44 +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
45 lines
No EOL
3.5 KiB
JSON
45 lines
No EOL
3.5 KiB
JSON
{
|
|
"variants": {
|
|
"attached=false,attach_face=up,axis=y": { "model": "create:block/encased_belt", "x": 90 },
|
|
"attached=false,attach_face=down,axis=y": { "model": "create:block/encased_belt", "x": 90 },
|
|
"attached=false,attach_face=east,axis=y": { "model": "create:block/encased_belt", "x": 90 },
|
|
"attached=false,attach_face=west,axis=y": { "model": "create:block/encased_belt", "x": 90 },
|
|
"attached=false,attach_face=north,axis=y": { "model": "create:block/encased_belt", "x": 90 },
|
|
"attached=false,attach_face=south,axis=y": { "model": "create:block/encased_belt", "x": 90 },
|
|
|
|
"attached=false,attach_face=up,axis=z": { "model": "create:block/encased_belt"},
|
|
"attached=false,attach_face=down,axis=z": { "model": "create:block/encased_belt"},
|
|
"attached=false,attach_face=east,axis=z": { "model": "create:block/encased_belt"},
|
|
"attached=false,attach_face=west,axis=z": { "model": "create:block/encased_belt"},
|
|
"attached=false,attach_face=north,axis=z": { "model": "create:block/encased_belt"},
|
|
"attached=false,attach_face=south,axis=z": { "model": "create:block/encased_belt"},
|
|
|
|
"attached=false,attach_face=up,axis=x": { "model": "create:block/encased_belt", "y": 90 },
|
|
"attached=false,attach_face=down,axis=x": { "model": "create:block/encased_belt", "y": 90 },
|
|
"attached=false,attach_face=east,axis=x": { "model": "create:block/encased_belt", "y": 90 },
|
|
"attached=false,attach_face=west,axis=x": { "model": "create:block/encased_belt", "y": 90 },
|
|
"attached=false,attach_face=north,axis=x": { "model": "create:block/encased_belt", "y": 90 },
|
|
"attached=false,attach_face=south,axis=x": { "model": "create:block/encased_belt", "y": 90 },
|
|
|
|
"attached=true,attach_face=up,axis=y": { "model": "block/dirt" },
|
|
"attached=true,attach_face=down,axis=y": { "model": "block/dirt" },
|
|
"attached=true,attach_face=east,axis=y": { "model": "create:block/encased_belt_attached_vertical", "y": 270 },
|
|
"attached=true,attach_face=west,axis=y": { "model": "create:block/encased_belt_attached_vertical", "y": 90 },
|
|
"attached=true,attach_face=north,axis=y": { "model": "create:block/encased_belt_attached_vertical", "y": 180 },
|
|
"attached=true,attach_face=south,axis=y": { "model": "create:block/encased_belt_attached_vertical", "y": 0 },
|
|
|
|
"attached=true,attach_face=up,axis=z": { "model": "create:block/encased_belt_attached_horizontal", "x": 270, "y": 90 },
|
|
"attached=true,attach_face=down,axis=z": { "model": "create:block/encased_belt_attached_horizontal", "x": 90, "y": 90 },
|
|
"attached=true,attach_face=east,axis=z": { "model": "create:block/encased_belt_attached_horizontal", "x": 0, "y": 90 },
|
|
"attached=true,attach_face=west,axis=z": { "model": "create:block/encased_belt_attached_horizontal", "x": 180, "y": 90 },
|
|
"attached=true,attach_face=north,axis=z": { "model": "block/dirt"},
|
|
"attached=true,attach_face=south,axis=z": { "model": "block/dirt"},
|
|
|
|
"attached=true,attach_face=up,axis=x": { "model": "create:block/encased_belt_attached_horizontal", "x": 270 },
|
|
"attached=true,attach_face=down,axis=x": { "model": "create:block/encased_belt_attached_horizontal", "x": 90 },
|
|
"attached=true,attach_face=east,axis=x": { "model": "block/dirt" },
|
|
"attached=true,attach_face=west,axis=x": { "model": "block/dirt" },
|
|
"attached=true,attach_face=north,axis=x": { "model": "create:block/encased_belt_attached_horizontal", "x": 0 },
|
|
"attached=true,attach_face=south,axis=x": { "model": "create:block/encased_belt_attached_horizontal", "x": 180 }
|
|
}
|
|
} |