mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-14 22:44:07 +01:00
f2eba6b8fb
- Added the Mechanical Mixer for automated shapeless recipes - Added the Basin holding multiple items for processing - Added a Wrench for manipulating Scrollvalues, picking up and rotating kinetic blocks - Extractors and Funnels now require a block to attach to - Fixed Animation ticks being synced with the server world time - Fixed "Magical Soaryn Gears" - Gearboxes can now connect to each other directly - Fixed Belt items not stacking even after finishing a link
13 lines
187 B
JSON
13 lines
187 B
JSON
{
|
|
"forge_marker": 1,
|
|
"defaults": {
|
|
"model": "create:block/cogwheel_shaftless"
|
|
},
|
|
"variants": {
|
|
"axis" : {
|
|
"x": { "x": 90, "y": 90 },
|
|
"y": {},
|
|
"z": { "x": 90 }
|
|
}
|
|
}
|
|
} |