[0.15.35] Boiler type entities cannot eject burnt items
[0.15.35] Boiler type entities cannot eject burnt items
The burnt item slot on boiler entities cannot be emptied via inserters, which results in such a boiler eventually backing up and stopping entirely since no other method for automating this currently exists. Fuel items provided to the boiler can still be extracted via inserters.
A mod is attached which recreates the issue by setting the vanilla boiler fuel category to nuclear, as well as massively dropping the efficiency so that it consumes cells at a reasonable rate, and adding a burnt item slot.
A mod is attached which recreates the issue by setting the vanilla boiler fuel category to nuclear, as well as massively dropping the efficiency so that it consumes cells at a reasonable rate, and adding a burnt item slot.
- Attachments
-
- Uranium_Boiler_0.1.0.zip
- (836 Bytes) Downloaded 157 times
Re: [0.15.35] Boiler type entities cannot eject burnt items
Thanks for the report. This is unfortunately a limitation of the game as it is currently. An entity can't have 2 output inventories that inserters will grab from meaning the boiler which already has the main fuel as output can't also have the burnt result output.
If you want to get ahold of me I'm almost always on Discord.
- Arch666Angel
- Smart Inserter
- Posts: 1636
- Joined: Sun Oct 18, 2015 11:52 am
- Contact:
Re: [0.15.35] Boiler type entities cannot eject burnt items
Which is kinda meh, because it makes the nuclear burner type broken, if you base it of the functionality the reactor has. :/Rseding91 wrote:Thanks for the report. This is unfortunately a limitation of the game as it is currently. An entity can't have 2 output inventories that inserters will grab from meaning the boiler which already has the main fuel as output can't also have the burnt result output.
Angels Mods
I. Angel's Mods Subforum
II. Development and Discussion
III. Bugs & FAQ
"should be fixed"
I. Angel's Mods Subforum
II. Development and Discussion
III. Bugs & FAQ
"should be fixed"
Re: [0.15.35] Boiler type entities cannot eject burnt items
I've yet to see an effective design for 0.15 boilers that uses the fuel sharing mechanic, surely that could be removed? It feels like a relic of the old boilers more than anything since the new boilers use 3 of their 4 sides for fluids.Rseding91 wrote:Thanks for the report. This is unfortunately a limitation of the game as it is currently. An entity can't have 2 output inventories that inserters will grab from meaning the boiler which already has the main fuel as output can't also have the burnt result output.
- eradicator
- Smart Inserter
- Posts: 5207
- Joined: Tue Jul 12, 2016 9:03 am
- Contact:
Re: [0.15.35] Boiler type entities cannot eject burnt items
While i myself wouldn't mind if inventory-chaining in general would be removed (boilers, labs), i did use it on my last map:Hexicube wrote:I've yet to see an effective design for 0.15 boilers that uses the fuel sharing mechanic, surely that could be removed? It feels like a relic of the old boilers more than anything since the new boilers use 3 of their 4 sides for fluids.
PICTURE
Author of: Belt Planner, Hand Crank Generator, Screenshot Maker, /sudo and more.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.
Re: [0.15.35] Boiler type entities cannot eject burnt items
I also wouldn't mind if the inventory-chaining would get removed if it would enable modders to take advantage of ejecting something like burnt items into the output slot of Boilers etc.
Inventory chaining used to be interesting when you needed a shit-ton of the old 1x1 boilers and even then I never really used it because I always use burner inserters for my boilers (to prevent power-death spirals) and they are only more fuel efficient against electric inserters if they don't have to move a lot.
Inventory chaining used to be interesting when you needed a shit-ton of the old 1x1 boilers and even then I never really used it because I always use burner inserters for my boilers (to prevent power-death spirals) and they are only more fuel efficient against electric inserters if they don't have to move a lot.
Re: [0.15.35] Boiler type entities cannot eject burnt items
Effective, no, but I've seen two: one that's been demonstrated, and two rows of boilers offset so the fuel zigzags between them via inserters.Hexicube wrote:I've yet to see an effective design for 0.15 boilers that uses the fuel sharing mechanic, surely that could be removed? It feels like a relic of the old boilers more than anything since the new boilers use 3 of their 4 sides for fluids.Rseding91 wrote:Thanks for the report. This is unfortunately a limitation of the game as it is currently. An entity can't have 2 output inventories that inserters will grab from meaning the boiler which already has the main fuel as output can't also have the burnt result output.
Is it possible to make output inventory selectable instead of hardcoded, so that modders can create a copy of the boiler that outputs waste and cannot share fuel? Alternately, them having single inventory that whitelists fuel items only, so that inserters can both insert fuel and take out waste, but nothing else.Rseding91 wrote:Thanks for the report. This is unfortunately a limitation of the game as it is currently. An entity can't have 2 output inventories that inserters will grab from meaning the boiler which already has the main fuel as output can't also have the burnt result output.
Re: [0.15.35] Boiler type entities cannot eject burnt items
Vanilla fuel leeching via inventory chaining is still good for some medium-scale pre-nuclear power plants: And with mods you can even get all-burner smelting setups including ore-to-steel double columns:MeduSalem wrote:Inventory chaining used to be interesting when you needed a shit-ton of the old 1x1 boilers and even then I never really used it because I always use burner inserters for my boilers (to prevent power-death spirals) and they are only more fuel efficient against electric inserters if they don't have to move a lot.
Re: [0.15.35] Boiler type entities cannot eject burnt items
When a boiler's burnt result inventory is full, it seems to just delete further burnt results. Along with that, burnt results can only be manually removed from burner inserters.
Any chance of a revisit here?
Any chance of a revisit here?
Re: [0.15.35] Boiler type entities cannot eject burnt items
This is something that I spent some time on and re-worked for 1.2. So when that releases (unknown future date) this will be resolved.
If you want to get ahold of me I'm almost always on Discord.
Re: [0.15.35] Boiler type entities cannot eject burnt items
I though it was fixed at 1.1.37?
inserters can now pull out from the main output and burnt result inventory of an entity.
Re: [0.15.35] Boiler type entities cannot eject burnt items
1.1.39 at least seems to stop a boiler when it’s output is full, and a filter inserter can remove the output. A regular inserter still prefers to take out the input fuel. Any chance the output priorities could be inverted? Chaining boilers would presumably still work in that case?