Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block#breakNaturally() and Block#remove() don't properly break solid custom Nova blocks. #320

Open
5 tasks done
shradinx opened this issue Jan 14, 2024 · 0 comments
Open
5 tasks done
Labels
type: bug Something isn't working

Comments

@shradinx
Copy link

shradinx commented Jan 14, 2024

Agreements

  • I am using an official build of Nova.
  • I am running the latest version of Nova.
  • I am using a server software supported by Nova
  • I am running the latest version of my server software.
  • 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

  1. Place a custom solid Nova Block (Red Mushroom Block or Note Block)
  2. 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.
  3. Red mushroom blocks take the place of any solid custom Nova blocks.

Server log

https://pastebin.com/RdqBtHM2

Errors

No response

Additional context

image

@shradinx shradinx added the type: bug Something isn't working label Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant