Nova
Nova copied to clipboard
Block#breakNaturally() and Block#remove() don't properly break solid custom Nova blocks.
Agreements
- [X] I am using an official build of Nova.
- [X] I am running the latest version of Nova.
- [X] I am using a server software supported by Nova
- [X] I am running the latest version of my server software.
- [X] I have checked for similar issues.
Check for plugin incompatibilites
There are no other plugins running on my server.
Plugin Version, Server Software, Server Version
Nova: 0.16.2-alpha.2, Paper: git-Paper-385 (MC: 1.20.4)
Nova Addons and Versions
ShradinxAddonTest v1.0
Expected behavior
Block#breakNaturally() and/or Block#remove() properly breaks or removes the custom Nova block, leaving nothing but either air or its item drops behind.
Observed/Actual behavior
Block#breakNaturally() and/or Block#remove() "breaks" the block by showing the break particles and dropping its item drops, however the block is replaced by a red mushroom block.
Steps to reproduce
- Place a custom solid Nova Block (Red Mushroom Block or Note Block)
- Run the Block#breakNaturally() or Block#remove() methods via your plugin. Can be either through commands or an item ability, such as an explosive pickaxe ability.
- Red mushroom blocks take the place of any solid custom Nova blocks.
Server log
https://pastebin.com/RdqBtHM2
Errors
No response