McGuten / Factorio5DimMods

5Dim's mods repository
MIT License
13 stars 13 forks source link

[core] Bug with stack_size if item is not stackable #49

Open Daeruun opened 2 years ago

Daeruun commented 2 years ago

There is a compatibility issue with mods that create items with the flag 'not-stackable' set. When your mod tries to multiply the stack_size the game won't start any more.

On a side-note: the links in the mod description in the mod-portal lead to an archived repository.

Daeruun commented 2 years ago

For reference: I'm the maintainer of Logistic Request Manager (continued) and got a bug-report about this. I checked back in this thread in the modding-section of the Factorio forums to be sure I'm not doing anything obscure, but I was assured it should be fixed here. Nobody knows if any other mod creates another item that will trigger this...

To reproduce the bug, use V1.1.21 of my mod. I removed the flag for the time being so that the mods can be used until you could fix this.