Comfortable Loader

by plexpt

Adds Comfortable Compact minimalist 1x1 loaders.

Content
4 months ago
2.0
11.1K

b Snapping logic

5 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.

5 months ago
(updated 5 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

4 months ago

updated

4 months ago

Thanks!

New response