Bassebombecraft

Bassebombecraft

18.5k Downloads

Modify BlockDirective to be procssed without a player as input

Closed this issue ยท 1 comments

commented

Implementation of #720 results in the event handler ProcessBlockDirectivesEventHandler not being invoked with a player. BlockDirectives (DB) requires a player to be processed in order to harvest blocks.

The solution is to:

  • support creation of "harvestable" BD with a player as input (used for digging/mining).
  • support creation of "unharvestable" BD with a no player as input (used for building).
commented

Resolved with commit f19050b.