Battery Powered

by harag

Provides several tiers of batteries that can be charged and used as fuel or to transport energy. The highest tiers require Space Exploration.

Content
9 months ago
1.1
7.25K
Trains Power

b [1.3.0][Fixed] Crash when mod Jetpack is not installed

1 year, 5 months ago

The mod Battery Powered (1.3.0) caused a non-recoverable error.
Please report this error to the mod author.

Error while running event battery-powered::on_init()
battery-powered/control.lua:51: attempt to index field 'jetpack' (a nil value)
stack traceback:
battery-powered/control.lua:51: in function 'register_jetpack_fuels'
battery-powered/control.lua:58: in function <battery-powered/control.lua:56>

1 year, 5 months ago

The code that added Jetpack fuels forgot to check if the Jetpack mod is actually enabled. This is now fixed with the new API in Jetpack because the Jetpack mod now requests fuels from this mod.

New response