Endermen, striders, blazes, snowmen, and bees don't take damage when inside of water cauldrons
The bug
When standing inside a filled cauldron, endermen, blazes and snowmen don't take damage.
Code analysis
Based off of Minecraft 1.11, MCP 9.35
The method net.minecraft.block.BlockCauldron.onEntityCollidedWithBlock(World worldIn, BlockPos pos, IBlockState state, Entity entityIn) would need to be changed.
It would be good if a method was added for entities to indicate whether or not water harms them. This way all the entity type checking could be prevented.
Linked Issues
is duplicated by9
relates to7
Created Issue:
Endermen and Blazes don't take damage when standing inside a filled cauldron
When standing inside a filled cauldron, Endermen and Blazes don't take damage.
What I expected to happen:
Endermen and Blazes should take damage from standing inside a filled cauldronWhat actually happened:
Endermen and Blaze were able to stand inside a filled cauldron without taking any damage.
clones
relates to
is duplicated by
When standing inside a filled cauldron, Endermen and Blazes don't take damage.
What I expected to happen:
Endermen and Blazes should take damage from standing inside a filled cauldronWhat actually happened:
Endermen and Blaze were able to stand inside a filled cauldron without taking any damage.
Fix: (Based off of Minecraft 1.11, MCP 9.35)
net.minecraft.block.BlockCauldron.onEntityCollidedWithBlock(World worldIn, BlockPos pos, IBlockState state, Entity entityIn)public void onEntityCollidedWithBlock(World worldIn, BlockPos pos, IBlockState state, Entity entityIn) { if (!worldIn.isRemote && i > 0 && (entityIn instanceof EntityBlaze || entityIn instanceof EntityEnderman)) { entityIn.attackEntityFrom(DamageSource.drown, 1.0F); this.setWaterLevel(worldIn, pos, state, i - 1); } }
When standing inside a filled cauldron, Endermen and Blazes don't take damage.
What I expected to happen:
Endermen and Blazes should take damage from standing inside a filled cauldronWhat actually happened:
Endermen and Blaze were able to stand inside a filled cauldron without taking any damage.
Fix: (Based off of Minecraft 1.11, MCP 9.35)
net.minecraft.block.BlockCauldron.onEntityCollidedWithBlock(World worldIn, BlockPos pos, IBlockState state, Entity entityIn)public void onEntityCollidedWithBlock(World worldIn, BlockPos pos, IBlockState state, Entity entityIn) { if (!worldIn.isRemote && i > 0 && (entityIn instanceof EntityBlaze || entityIn instanceof EntityEnderman)) { entityIn.attackEntityFrom(DamageSource.drown, 1.0F); this.setWaterLevel(worldIn, pos, state, i - 1); } }
When standing inside a filled cauldron,
Endermenand Blazesdon't take damage.What I expected to happen:
Endermenand Blazesshould take damage from standing inside a filled cauldronWhat actually happened:
Endermen and Blaze were able to stand inside a filled cauldron without taking any damage.
Fix: (
Based off of Minecraft 1.11, MCP 9.35)net.minecraft.block.BlockCauldron.onEntityCollidedWithBlock(World worldIn, BlockPos pos, IBlockState state, Entity entityIn)public void onEntityCollidedWithBlock(World worldIn, BlockPos pos, IBlockState state, Entity entityIn) { if (!worldIn.isRemote && i > 0 && (entityIn instanceof EntityBlaze || entityIn instanceof EntityEnderman)) { entityIn.attackEntityFrom(DamageSource.drown, 1.0F); this.setWaterLevel(worldIn, pos, state, i - 1); } }The bug
When standing inside a filled cauldron, endermen, blazes and snowmen don't take damage.
What I expected to happen:
Endermen,blazes and snowmen should take damage from standing inside a filled cauldron.Code analysis
Based off of Minecraft 1.11, MCP 9.35
The method net.minecraft.block.BlockCauldron.onEntityCollidedWithBlock(World worldIn, BlockPos pos, IBlockState state, Entity entityIn) would need to be changed.
It would be good if a method was added for entities to indicate whether or not water harms them. This way all the entity type checking could be prevented.
The bug
When standing inside a filled cauldron, endermen, blazes and snowmen don't take damage.
What I expected to happen:
Endermen, blazes and snowmen should take damage from standing inside a filled cauldron.Code analysis
Based off of Minecraft 1.11, MCP 9.35
The method net.minecraft.block.BlockCauldron.onEntityCollidedWithBlock(World worldIn, BlockPos pos, IBlockState state, Entity entityIn) would need to be changed.
It would be good if a method was added for entities to indicate whether or not water harms them. This way all the entity type checking could be prevented.
The bug
When standing inside a filled cauldron, endermen, blazes and snowmen don't take damage.
What I expected to happen:
Endermen, blazes and snowmen should take damage from standing inside a filled cauldron.Code analysis
Based off of Minecraft 1.11, MCP 9.35
The method net.minecraft.block.BlockCauldron.onEntityCollidedWithBlock(World worldIn, BlockPos pos, IBlockState state, Entity entityIn) would need to be changed.
It would be good if a method was added for entities to indicate whether or not water harms them. This way all the entity type checking could be prevented.
Endermen, strider, blazes and snowmen don't take damage when standing inside a filled cauldron
Endermen, baby strider, blazes and snowmen don't take damage when standing inside a filled cauldron
relates to
is duplicated by
relates to
relates to
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
Endermen,babystrider, blazesandsnowmen don't take damage whenstanding inside a filledcauldronEndermen, striders, blazes, snowmen, and bees don't take damage when inside of water cauldrons
is duplicated by
is duplicated by
relates to
Relates to MC-106813
Thank you for your report!
We're actually already tracking this issue in MC-106813, so I resolved and linked this ticket 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 in the future to see if the issue has already been reported.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Duplicate of MC-106813
Duplicate of MC-106813, which is unfortunately won’t fix. ![]()
Duplicate of MC-106813, which was later resolved as "Won't Fix".
Thank you for your report!
We're tracking this issue as MC-106813, so this ticket is being resolved and linked as a duplicate.
That ticket has already been resolved as Won't Fix, which means this is considered a bug but won't be fixed. The description of that ticket or the comments might explain the rationale. Please do not leave a comment on the linked ticket.
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! Please report any issues on Discord or Reddit
Thank you for your report!
We're tracking this issue as MC-106813, so this ticket is being resolved and linked as a duplicate.
That ticket has already been resolved as Won't Fix, which means this is considered a bug but won't be fixed. The description of that ticket or the comments might explain the rationale. Please do not leave a comment on the linked ticket.
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
Thank you for your report!
We're tracking this issue as MC-106813 and MC-203565, so this ticket is being resolved and linked as a duplicate.
That ticket has already been resolved as Won't Fix, which means this is considered a bug but won't be fixed. The description of that ticket or the comments might explain the rationale. Please do not leave a comment on the linked ticket.
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.
Thank you for your report!
We're tracking this issue as MC-106813, so this ticket is being resolved and linked as a duplicate.
That ticket has already been resolved as Won't Fix, which means this is considered a bug but won't be fixed. The description of that ticket or the comments might explain the rationale. Please do not leave a comment on the linked ticket.
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.
I've edited MC-106813 to mention that this also affects bees along with endermen, striders, blazes, and snowmen, since it's practically the same issue, so this ticket can be resolved as a duplicate of MC-106813. That ticket has already been resolved as Won't Fix, which means this is considered a bug but won't be fixed. The description of that ticket or the comments might explain the rationale. Please do not leave a comment on the linked ticket.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
Duplicate of MC-106813.
Thank you for your report!
We're tracking this issue in MC-106813, 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.



Confirmed. Clones
MC-3871.Confirmed for 17w16b
Confirmed for 1.12-pre2
Confirmed for 18w30b
Confirmed for 20w11a
In 20w12a
In 20w48a
Can confirm in 21w03a.
Please fix this mojang. Why is this "wont fix"?