Energy Detector¶
Picture
The Energy Detector can detect energy flow and acts as a resistor. You can define the max flow rate to use it as a resistor.
Bug
The Energy Detector does not work on versions below 0.4.5b. I recommend to use the latest version.
Overview¶
Peripheral Name | Interfaces with | Events | Introduced in |
---|---|---|---|
energyDetector | Energy(FE) | No | 0.4.1b |
Functions¶
The Energy Detector is quite simple, you can set the max energy flow or receive the current flow/max flow.
Example:
1 2 3 4 5 6 |
|
Function | Returns | Description |
---|---|---|
getTransferRate() | int | Returns the current energy which go through the block. |
getTransferRateLimit() | int | Returns the max rate limit which has been set with setTransferRateLimit(). |
setTransferRateLimit(int limit) | Set the transfer rate limit. |
Changelog/Trivia¶
The Energy Detector had some weird problems in versions older than 0.4.6b The block was able to store infinite amounts of energy or it creates an limitless amount of energy.
0.4.6b The energy detector is now bug free. hopefully
0.4.5b Completly changed the system of the energy detector, but the energy detector was able to drain energy without any reson.
0.4.3b Created a crafting recipe for the detector.
0.4.2b The energy detector is now able to send energy automatically.
0.4.1b Added the lovely bugged energy detector.