Skip to content

Commit

Permalink
add debug to PaperEvents
Browse files Browse the repository at this point in the history
  • Loading branch information
Ste3et committed Jun 29, 2023
1 parent 27b96f2 commit 9dcac5a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ public class PaperEvents implements Listener {
ModelHandler.MODELBUILD_FILTER = block -> block.getType().isSolid() && block.isReplaceable() == false;
}

public PaperEvents(){
FurnitureLib.getInstance().send("FurnitureLib use FurnitureLib-Paper module");
}

@EventHandler(priority = EventPriority.LOW)
public void onBlockDestroy(BlockDestroyEvent e) {
if(!e.isCancelled()) {
Expand Down

0 comments on commit 9dcac5a

Please sign in to comment.