Wither-proof glass is not blast resistant.
SecretarySami opened this issue · 7 comments
❗ Checklist
- I am using the official english version of Slimefun and did not modify the jar.
- I am using an up to date "DEV" (not "RC") version of Slimefun.
- I am aware that issues related to Slimefun addons need to be reported on their bug trackers and not here.
- I searched for similar open issues and could not find an existing bug report on this.
📍 Description
When spawning a wither in a box made of wither-proof glass the wither explosion still destroys the surrounding blocks outside of the box.
📑 Reproduction Steps
- make a box using wither proof glass with the dimensions 4 wide , 5 blocks in length and 5 blocks tall, leaving the center empty for you to spawn the wither in.
- spawn wither inside of the box
- wait for the wither's health bar to generate and for it to explode.
💡 Expected Behavior
My thinking was that if the glass is wither-proof it's supposed to prevent the wither from being able to destroy the blocks on the outside of the box.
📷 Screenshots / Videos
https://www.youtube.com/watch?v=xOaHHHcYFSU
📜 Server Log
No response
📂 /error-reports/
folder
No response
💻 Server Software
Purpur
🎮 Minecraft Version
1.16.x
⭐ Slimefun version
https://i.imgur.com/IAW5Nsk.png
https://i.imgur.com/6ur2Hda.png
🧭 Other plugins
No response
But isnt the wither-proof glass supposed to be , wither-proof ?
the glass it self is wither proof.
Ah so its not meant to protect the outside blocks from being damaged, im assuming only the wither proof obsidian does that?
im assuming only the wither proof obsidian does that?
it doesnt work with witherproof obsidian either.
To make it easier to understand: an explosion destroys a number of blocks in the radius. Before each block is destroyed in the world, we check if the block is witherproof and prevent the destruction of that specific block. To also prevent the destruction of any blocks "shielded" by (hidden behind) witherproof blocks would require nonnegligible math and a performance hit.