Cool mod. I believe I've found an error however. In the file prototypes/accumulator.lua the section of code
local function fnCapacityLimit(level)
if level <= 0 then
return 5
else
return 10 * fnFlowLimit(level - 1)
end
end
Should be
local function fnCapacityLimit(level)
if level <= 0 then ...
Search found 2 matches
- Sat Oct 17, 2015 6:04 am
- Forum: Mods
- Topic: [MOD 0.12] vzyAccumulator - 0.1.0
- Replies: 4
- Views: 14145
- Sun Oct 19, 2014 3:17 pm
- Forum: Mods
- Topic: [Mod 0.10.X] Advanced-Solar-Energy
- Replies: 9
- Views: 22663
Re: [Mod 0.10.X] Advanced-Solar-Energy
Made 2 small changes in the info.json file. The mod should work if you replace the info.json file with this one.