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
12 days ago
1.1 - 2.0
9.14K
Trains Power

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

2 years 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>

2 years 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