[2.0.10] Allow the beacon prototype to accept the "Burner" energy_source

Place to ask discuss and request the modding support of Factorio. Don't request mods here.
User avatar
ducksdux
Manual Inserter
Manual Inserter
Posts: 4
Joined: Thu Oct 24, 2024 4:56 pm
Contact:

[2.0.10] Allow the beacon prototype to accept the "Burner" energy_source

Post by ducksdux »

As of v2.0.10, the BeaconPrototype does not accept "BurnerEnergySource" for "energy_source"

I would like to use the BurnerEnergySource for beacons so that I can create a "Bio-Beacon" for Gleba, a much more powerful version of the beacon that requires Nutrients to function. :D

Code snippet that results in the following error:

Code: Select all

energy_source =
{
  type = "burner",
  fuel_categories = {"nutrients"},
  effectivity = 1,
  burner_usage = "nutrients",
  fuel_inventory_size = 1,
  emissions_per_minute = { pollution = -1 },
  --light_flicker = require("__space-age__.prototypes.entity.biochamber-pictures").light_flicker
}
factorio_8gZDVQLhF4.png
factorio_8gZDVQLhF4.png (34.28 KiB) Viewed 192 times
curiosity
Filter Inserter
Filter Inserter
Posts: 469
Joined: Wed Sep 11, 2019 4:13 pm
Contact:

Re: [2.0.10] Allow the beacon prototype to accept the "Burner" energy_source

Post by curiosity »

Let's not forget fluid and heat energy sources.
Atraxi
Inserter
Inserter
Posts: 21
Joined: Sun Aug 14, 2016 11:43 am
Contact:

Re: [2.0.10] Allow the beacon prototype to accept the "Burner" energy_source

Post by Atraxi »

Already requested and was moved to won't fix sadly viewtopic.php?f=221&t=113632
User avatar
ducksdux
Manual Inserter
Manual Inserter
Posts: 4
Joined: Thu Oct 24, 2024 4:56 pm
Contact:

Re: [2.0.10] Allow the beacon prototype to accept the "Burner" energy_source

Post by ducksdux »

Atraxi wrote: Thu Oct 24, 2024 8:47 pm Already requested and was moved to won't fix sadly viewtopic.php?f=221&t=113632
Ah, thanks for the info. Obviously I'm not in any amount knowledgeable to the game's code, but burner energy is pretty binary. I think the dev in that thread was expressing the concern of constant updates on the efficiency power of the beacon. Regardless, we'll see what the response is in this thread.
Post Reply

Return to “Modding interface requests”