troelsbjerre / Bottleneck

Factorio mod that tell you which assemblers are starved of ingredients
Other
26 stars 21 forks source link

The mod causes 'auto-deconstruct' mod to deconstruct miners unintentionally. #85

Closed RundesBalli closed 2 years ago

RundesBalli commented 2 years ago

I use the https://github.com/softmix/AutoDeconstruct Mod from @softmix since I bought the game and it has never caused any problems.

Since I installed the Bottleneck Mod, mining equipment is being deconstructed, even though some of it still had 80,000 mineable ores. I could imagine that the bottleneck mod sends a certain signal, which tells the game API that the miner has no more ores.

troelsbjerre commented 2 years ago

That doesn't sound like a problem that Bottleneck can cause. Bottleneck only reads the status of each entity, and does issue game commands or cause any events to trigger. I think this is an issue with auto-deconstruct.

RundesBalli commented 2 years ago

Thanks for checking. I will open an issue in the other repository.