Planet Foliax

by Crethor

A mysterious planet, void of mineable resources. Combine botany and the arcane to produce materials that are strangely familiar. Craft powerful machines and discover biolabs with a never ending thirst.

Content
a month ago
2.0 - 2.1
12.0K
Factorio: Space Age Icon Space Age Mod
Planets Enemies Environment Manufacturing

g barrel-recycling energy error

10 months ago
(updated 10 months ago)

After updating this mod t 0.4.4 i'm getting the following

Failed to load mods: Error while loading recipe prototype "barrel-recycling" (recipe): energy_required can't be <= 0.001.
Modifications: Quality › Remove Productivity Cap › Foliax

10 months ago

try removing the other addons one at a time to see which one is causing that error, im assuming its the prod cap one. thats something they would have to fix.

10 months ago

i can investigate later tonight if you cant determine what is causing the error, at work right now

10 months ago

foliax doesnt modify base game items

10 months ago

Foliax is the only mod that causes this specific crash.
Prod cap is not the cause, as the entire mod is a single data-final-updates file changing max prod to 99999.99 on every item.
I've fixed it by adding the following to data-final-updates.lua in foliax

local barreling = data.raw["recipe"]["barrel-recycling"]
barreling.energy_required = 0.05
data:extend({barreling})

New response