Comfortable Loader

by plexpt

Adds Comfortable Compact minimalist 1x1 loaders.

Content
11 months ago
2.0
13.6K

b Snapping logic

11 months ago

Is it just me, or do the loaders from this mod have zero snapping logic? When you put them down, they don't react at all to what's around them, they just get placed and you have to manually rotate the loader if you want it to insert into anything.

11 months ago
(updated 11 months ago)

There is an error on line 61 of control.lua which causes this behavior. I have made a pull request to the author's git to expedite.
local built = event.created_entity

replace with
local built = event.entity

11 months ago

updated

11 months ago

Thanks!

New response