EarendelDevelopers / factorio-mods

This is a public repository for tracking issues with Earendel's factorio mods.
19 stars 3 forks source link

AAI Loaders requires "Steam powered Inserter" in Seablock but this inserter does not exist #334

Closed Inrixia closed 6 months ago

Inrixia commented 6 months ago

image

See title and image above. Something is hiding the steam inserter but ideally the mod wont use a disabled loader for its base recipe.

Inrixia commented 6 months ago

Yep so Seablock hides the "steam-inserter" here:

https://github.com/modded-factorio/SeaBlock/blob/d7c7dc55ec2ec59878a30660b06ca9e5b0804ada/SeaBlock/data-updates/misc.lua#L108

Inrixia commented 6 months ago

And bobslogistics implements the "basic-loader" here and makes it require the "steam-inserter"

https://github.com/modded-factorio/bobsmods/blob/492bd544746b867b377795f5c6a8d2b8b0bc6a52/boblogistics/prototypes/aai-loaders.lua#L108-L139

Inrixia commented 6 months ago

So I'm gonna say this is a Seablock issue and close