Search found 2 matches
- Sat Oct 17, 2015 6:04 am
- Forum: Mods
- Topic: [MOD 0.12] vzyAccumulator - 0.1.0
- Replies: 4
- Views: 13861
Re: [MOD 0.12] vzyAccumulator - 0.1.0
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 return 5 el...
- Sun Oct 19, 2014 3:17 pm
- Forum: Mods
- Topic: [Mod 0.10.X] Advanced-Solar-Energy
- Replies: 9
- Views: 22243
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.