Comfortable Loader

by plexpt

Adds Comfortable Compact minimalist 1x1 loaders.

Content
15 days ago
2.0
8.44K

b Snapping logic

27 days 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.

19 days ago
(updated 19 days 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

15 days ago

updated

14 days ago

Thanks!

New response