Kuxynator's Slim-Inserters


<BETA for Factorio 2.0> A new approach to inserters: they are attached directly to machines, chest and belts: Build more compact! Also Introducing double- and dual -inserters: Use 2 inserters on one tile and fill 2 lanes simultaneously. New: Full configurable with Smart Inserters mod

Content
5 days ago
1.1 - 2.0
1.12K
Logistics

b [CRASH] Crash when trying to place double inserter

21 days ago

Steps to reproduce:
- Start a rocket rush
- Buy 2 blue slim inserters and 2 chests
- Place chests next to each-other
- Try to make double blue inserter between them

image.png

21 days ago

https://prnt.sc/w_YHXaYtrZ-0
hmm, I cannot reproduce this

21 days ago

It is strange. I disabled all the mods just to be on a safe side and enabled only this mod + your library. Here is what I got: (using the latest available version)
` Error while running event Kux-SlimInserters::on_built_entity (ID 6) Unknown entity name: basic-slim-inserter_part-a stack traceback: [C]: in function 'create_entity' __Kux-SlimInserters__/events/on_built_entity.lua:105: in function 'on_built_slim_inserter' __Kux-SlimInserters__/events/on_built_entity.lua:58: in function <__Kux-SlimInserters__/events/on_built_entity.lua:43>
Could that be because I don't have SA while you got one?

21 days ago

Unknown entity name: basic-slim-inserter_part-a
that surprises me, it should actually be there.
I did test my mod only with the base mod. not buyed the SA.

20 days ago

did you disable "dual inserters" in settings?

20 days ago
(updated 20 days ago)

Not sure about difference between double and dual so here are my settings

image.png

20 days ago
(updated 20 days ago)

So yeah, probably need an extra check like

if game.prototypes.entity["basic-slim-inserter_part-a"] then
...
end
20 days ago

a "double" inserter is internally made by two insertes but build at once. both inserters have same setting.

a "dual" inserter is basical two inserter at the same tile. e.g. you can build a yellow inserter and additional a blue inserter at the same tile. both insertes work independently of each other. you can use diffent filters, you can fill both lanes with differnt items.

New response