Burner Agricultural Tower fuel/seed prioritization #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Stumbled across this issue with the mod unfortunately. Took notice that a forum post was made months ago regarding this issue here: https://forums.factorio.com/viewtopic.php?t=127149
With limited modding knowledge, I noticed that the mod is simply copying the blueprint for the Agricultural Tower (Line 7) and making it "burner compatible" (Line 16 - Line 22)
One thing I see from the moddings docs is that possibly the Agricultural Tower is driven by the LuaAgriculturalTowerControlBehavior class. Is it perhaps possible to change this to, for example, the LuaFurnaceControlBehavior class? This might "fix" the problem where tree seeds are inserted to the max stack size and can result in a deadlock.
Then it wouldn't be a tower that places plants anymore. Maybe it would be possible to script something with a compound entity but honestly that would be quite some amount of effort for a really small problem. I'm not willing to investigate into that. Changing the order of the lanes or using two separate inserters is good enough.