DarkReactor

Generates Dark Matter when powered and near a black hole. The reactor is very unstable, and if the reactor overheats it will cause a huge explosion.
The DarkReactor generates up to 500 degrees of temperature, meaing you will need atleast 25 coolers to cool the reactor to make sure it does not overheat. It is a craftable and spawnable non-flammable solid.
It consumes 1 power per tick.
It cannot be resized.
At its default size (10x10x6) it has a durability of 25.
By default, its colour is #000000.
It requires 10 AlienCore
, 25 Diamond
, 100 Gold
, 5 Reactor
, and 50 Titanium
to be crafted.
Events
Loop(tickInterval)
Fires when the object is updated by the game loop.
The tickInterval parameter is the inverse of the tick rate. For example, if the tick rate is 20
, this will be 1 / 20
(or just 0.05
). If the tick rate commands are accessible, running them will change this value. It is a number
.