Light Block isn't Dragon or Wither Immune
The new Light Block added in this snapshot is not added to the Dragon_Immune or Wither_Immune json or BlockTagProvider. Making them destroyable.
Linked Issues
is duplicated by3
Created Issue:
New Light Block is not Dragon or Wither Immune
The new Light Block added in this snapshot is not added to the Dragon_Immune or Wither_Immune json or BlockTagProvider. Making them destroyable.
relates to
is duplicated by
NewLight Block isnot Dragon or Wither ImmuneLight Block isn't Dragon or Wither Immune
is duplicated by
is duplicated by
Duplicate of MC-221639
Duplicate of MC-221639.
Thank you for your report!
We're tracking this issue in MC-221639, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
– I am a bot. This action was performed automatically! If you think it was incorrect, please notify us on Discord or Reddit
Duplicate of MC-221639.
Thank you for your report!
We're tracking this issue in MC-221639, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
– I am a bot. This action was performed automatically! The ticket was resolved by one of our moderators, and I left this message to give more information to you.




Can confirm
Relates to MC-198022.
Can confirm in 21w14a.
Can confirm in 21w15a.
Can confirm in 21w16a.
Can confirm in 21w17a.
Can confirm in 1.17 PRE-RELEASE 1
Can confirm in 1.17.
Can confirm in 1.17.1 pre3
Can confirm in 1.17.1 Release Candidate 1.
I am able to confirm this behavior in 21w43a. Here are some extra details regarding this problem.
The Bug:
Light blocks aren't a part of the #minecraft:dragon_immune or #minecraft:wither_immune tags.
Steps to Reproduce:
Observed Behavior:
Light blocks aren't a part of the #minecraft:dragon_immune or #minecraft:wither_immune tags.
Expected Behavior:
Light blocks would be a part of the #minecraft:dragon_immune or #minecraft:wither_immune tags.
I can confirm this behavior in 1.18 Release Candidate 3.
Here's a potential fix regarding this issue. The following is based on a decompiled version of Minecraft 1.17.1 using MCP-Reborn.
Potential Fix:
In the net.minecraft.data.tags.BlockTagsProvider.java class, simply adding Blocks.LIGHT within the DRAGON_IMMUNE and WITHER_IMMUNE block tags should resolve this problem. The correct lines of code within this particular class should look something like the following:
Can confirm in 1.18.
Can confirm in 1.18.1.