FE Meter Block
P3ridot opened this issue ยท 4 comments
This block would basically have input and output (with options to specify which sides would be which using Create's Wrench).
At the front side it would display 2 values:
- Currently transmitted power (like FE/t)
- Total transmitted power (like FE) - it would work like electricity meters like this, which everyone has in their homes. This value would be preserved after breaking the meter block and would be cleared after placing it in the crafting slot.
Also would be nice to see some mechanism to lock this meter blocks, so only player which locked it could of course unlock it, break it, change input/outputs or clear total transmitted power from it
I'm creating server based on Create and I'd like to provider players easy option to sell their power for other players
Combine this with a ComputerCraft (CCTweaked) API then you can automatically send meter readings to the energy company. Then using the Redstone Relay you can remotely turn off customers' power if they do not pay.
Similar to #90