stack-filter-inserter missing energy_required

Bugs that are actually features.
Post Reply
User avatar
beco
Burner Inserter
Burner Inserter
Posts: 16
Joined: Mon Jun 05, 2017 5:45 pm
Contact:

stack-filter-inserter missing energy_required

Post by beco »

Dear Factorio developers,

First of all, thanks for this great game.

Browsing the prototypes/recipe.lua file I've noticed that the

Code: Select all

stack-filter-inserter 
block is missing a directive for

Code: Select all

energy_required = 0.5
Maybe this values comes from other places, I'm not sure if it is intended or if it is a bug, but even if just for standardization reasons I'd think it is worth reporting.

Thanks and keep up the good work.

Dr. Bèco

User avatar
boskid
Factorio Staff
Factorio Staff
Posts: 2252
Joined: Thu Dec 14, 2017 6:56 pm
Contact:

Re: stack-filter-inserter missing energy_required

Post by boskid »

Not a bug.

RecipePrototype::energy_required has a default value of 0.5 and we are allowed to use it. https://lua-api.factorio.com/latest/pro ... y_required

User avatar
beco
Burner Inserter
Burner Inserter
Posts: 16
Joined: Mon Jun 05, 2017 5:45 pm
Contact:

Re: stack-filter-inserter missing energy_required

Post by beco »

boskid wrote:
Wed Jan 03, 2024 7:19 pm
Not a bug.

RecipePrototype::energy_required has a default value of 0.5 and we are allowed to use it. https://lua-api.factorio.com/latest/pro ... y_required

Thanks. Good to know the default value is 0.5, since I'll need it for my small experiment here.

Post Reply

Return to “Not a bug”