Electric Blocks v0.1 Alpha
Pre-release
Pre-release
Early preview of Electric Blocks.
Includes the following blocks: lamp, generator, external grid, and bus.
Notes:
- EBPP must be running and accessible on localhost at port 1127. Game will crash if EBPP is not accessible.
- The only block with in game behavior is the lamp block. Try connecting it to an external grid block with wire to turn it on.
- The only way to get information about blocks is to read their tile entity information. You can use the command "/data get block " to get the block information. You can find more info here: https://minecraft.gamepedia.com/Commands/data
- Generator block starts off with "inService" set to false and "slack" set to true. This behavior will likely change in future versions, but you cannot use a generator that is a slack bus to power anything.