mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-16 23:46:04 +01:00
367296e6c1
- Arms can no longer insert into powered brass funnels - Slight ArmInteractionPoint refactor - Arms can now interact with Millstones, Basins, Jukeboxes, Crushing Wheels and the Mechanical Saw - Fixed crash when logging into a world with a running mixer - Arms now start to dance when one of their in or outputs is a running jukebox - Arms can now be mounted on the ceiling - Arms now always prefer the interaction points that were selected first - Fixed belt funnels not updating their blockstate properly when transitioning from other funnel types - Vertical funnels next to the end of a belt will now stall the belt when unable to collect incoming items - Minor model & texture touch ups - Arm no longer cancels player interaction when its empty handed - Fixed chutes not vertically interacting with andesite funnels
11 lines
199 B
JSON
11 lines
199 B
JSON
{
|
|
"variants": {
|
|
"ceiling=false": {
|
|
"model": "create:block/mechanical_arm/block"
|
|
},
|
|
"ceiling=true": {
|
|
"model": "create:block/mechanical_arm/block",
|
|
"x": 180
|
|
}
|
|
}
|
|
} |