Skip to content

Go Back

Draconic Reactor

Only available in versions =>1.16-0.7.4r, <1.16-0.7.7r

Picture

Image of the Reactor Stabilizer block

The Draconic Reactor is a powerful reactor used to create a massive amount of energy.

Requirement

Requires the Draconic Evolution mod to be installed

Functions

getReactorInfo

getReactorInfo() -> table
Returns a table with information about the reactor.


chargeReactor

chargeReactor() -> boolean
This initiates a disabled reactor and beings the reactor charging.
Returns true if the reactor successfully begins charging.


activateReactor

activateReactor() -> boolean
Turns on the reactor and will being producing energy.
Returns true if the reactor successfully activates.


stopReactor

stopReactor() -> boolean
Turns off the reactor.
Returns true if the reactor successfully deactivates.


setFailSafe

setFailSafe(enabled: boolean) -> void
Enables and disables the reactor's fail safe.


Changelog/Trivia

0.7.4r
Added Draconic Evolution integration