Reactor
Only available in version 1.19.2
The Reactor is a block from Powah to generate power from uraninite.
Requirement
Requires the Powah mod to be installed
| Peripheral Name | Interfaces with | Has events | Introduced in |
| ----------------- | ---------------------------------------------- | ---------- | ------------- |
| uraniniteReactor | Every reactor multiblock structure (all tiers) | No | N/A |
Functions
getName
Returns the name of the peripheral
getEnergy
Returns the quantity of stored energy inside the cell.
getMaxEnergy
Returns the maximum quantity of storable energy inside the Reactor.
isRunning
Returns true if the Reactor is currently running.
getFuel
Returns the stored quantity fuel in percentage.
getCarbon
Returns the stored quantity of carbon in percentage.
getRedstone
Returns the stored quantity of redstone in percentage.
getTemperature
getTemperature() -> number
Returns the current temperature of the Reactor.
getInventoryUraninite
getInventoryUraninite() -> table
Returns a table containing the ItemStack infos of the item inside the uraninite slot of the Reactor.
getInventoryRedstone
getInventoryRedstone() -> table
Returns a table containing the ItemStack infos of the item inside the redstone slot of the Reactor.
getInventoryCarbon
getInventoryCarbon() -> table
Returns a table containing the ItemStack infos of the item inside the carbon slot of the Reactor.
Changelog/Trivia
1.19.2-0.7.26.r
Added integration for Powah