Bigger Reactors

Bigger Reactors

17M Downloads

Turbine "battery" function seems to always return Nil for CC: Tweaked

NicholasJMES opened this issue ยท 1 comments

commented

I saw that this was a problem that was fixed with reactors, but the problem seems to be present with turbines. I'm using the ATM6 mod pack so this may have an impact. It includes biggerreactors-1.16.5-0.5.0-beta.1.

Here is the log from the server after calling battery. I'm using an advanced computer with wired modem to do so.

[06May2021 16:07:41.068] [ComputerCraft-Coroutine-1/WARN] [computercraft/]: Lua Method net.roguelogix.biggerreactors.multiblocks.turbine.deps.TurbinePeripheral$Battery.capacity should be final.
[06May2021 16:07:41.068] [ComputerCraft-Coroutine-1/ERROR] [computercraft/]: Lua Method net.roguelogix.biggerreactors.multiblocks.turbine.deps.TurbinePeripheral$Battery.capacity should be on a public class.
[06May2021 16:07:41.069] [ComputerCraft-Coroutine-1/WARN] [computercraft/]: Lua Method net.roguelogix.biggerreactors.multiblocks.turbine.deps.TurbinePeripheral$Battery.stored should be final.
[06May2021 16:07:41.069] [ComputerCraft-Coroutine-1/ERROR] [computercraft/]: Lua Method net.roguelogix.biggerreactors.multiblocks.turbine.deps.TurbinePeripheral$Battery.stored should be on a public class.
[06May2021 16:07:41.069] [ComputerCraft-Coroutine-1/WARN] [computercraft/]: Lua Method net.roguelogix.biggerreactors.multiblocks.turbine.deps.TurbinePeripheral$Battery.producedLastTick should be final.
[06May2021 16:07:41.069] [ComputerCraft-Coroutine-1/ERROR] [computercraft/]: Lua Method net.roguelogix.biggerreactors.multiblocks.turbine.deps.TurbinePeripheral$Battery.producedLastTick should be on a public class.
[06May2021 16:07:41.069] [ComputerCraft-Coroutine-1/WARN] [computercraft/]: Received unknown type 'net.roguelogix.biggerreactors.multiblocks.turbine.deps.TurbinePeripheral$Battery', returning nil.
commented

already fixed in dev 5c9ecad