KillerCreeper
KillerCreeper
### Expected behavior When fire spreads, BlockSpreadEvent should get executed. ### Observed/Actual behavior BlockSpreadEvent does not get executed when fire spreads. ### Steps/models to reproduce Register event: ``` @EventHandler public...
### Expected behavior BlockDropItemEvent should execute for indirectly broken blocks (like if a torch was on top of a stone block and the stone was broken- the torch also gets...
### Expected behavior When using the steps to reproduce code, the loot should populate without error. ### Observed/Actual behavior When using the steps to reproduce code, an error occurs at...
### Expected behavior When TNT breaks a hanging entity such as a painting or item frame, HangingBreakByEntityEvent#getRemover should return the TNT entity that caused the hanging entities to break. ###...
**Describe the bug** When changing a chat message via a PacketListener and testing for SYSTEM_CHAT_MESSAGE, the "shadow" format of the text is not preserved. This may also be the case...