Slimefun

Slimefun

3M Downloads

Wither creation using Necrotic Skull

andris155 opened this issue ยท 5 comments

commented

๐Ÿ“ Description (REQUIRED)

The wtiher creation works from Necrotic skull and this cause ghost blocks.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

  1. Build wither from soul sand/soul soil and Necrotic skull.

https://www.youtube.com/watch?v=wWrnAvfk3FU

๐Ÿ’ก Expected behavior (REQUIRED)

The wither creation not work from Necrotic skull.

๐Ÿ“œ Server Log

๐Ÿ“‚ /error-reports/ Folder

No error report.

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Paper
  • Minecraft Version: 1.16.3
  • Slimefun Version: vDEV - 685 (git dc55190)
  • CS-CoreLib Version: vDEV - 91 (git e42a05d1)
commented

Should Necrotic Skull be a NotPlaceable item then? (and cancel ItemUseHandler)

commented

Yep, both

commented

Also, will create a separate class for this

commented

If there isn't a designated class already you can also just use UnplaceableBlock for it

commented

If there isn't a designated class already you can also just use UnplaceableBlock for it

That's another solution too