YummyOreo/red-phosphorus

Add `power` and `update` functions to `Block` trait

Closed this issue · 1 comments

Add a power and update function to the Block trait to allow for plugins and better implementation. Ie. dropping a item from a dropper when powered.

for power, you can just use the set_power function