mojira.dev

ArduFish123

Assigned

No issues.

Reported

Comments

Cannot reproduce in 1.21.7.

Can confirm in 1.21.4 pre-3.

@crazysmc water bottles are technically potions.

Water resets fall damage.

Code analysis on a version of Minecraft 1.21 decompiled with Mojang Mappings:

protected void explode(Vec3 vec3) {
    this.level().explode(this, (DamageSource)null, EXPLOSION_DAMAGE_CALCULATOR, vec3.x(), vec3.y(), vec3.z(), 3.0F, false, ExplosionInteraction.TRIGGER, ParticleTypes.GUST_EMITTER_SMALL, ParticleTypes.GUST_EMITTER_LARGE, SoundEvents.BREEZE_WIND_CHARGE_BURST);
}
protected void explode(Vec3 vec3) {
    this.level().explode(this, (DamageSource)null, EXPLOSION_DAMAGE_CALCULATOR, vec3.x(), vec3.y(), vec3.z(), 3.0F, false, ExplosionInteraction.TRIGGER, ParticleTypes.GUST_EMITTER_SMALL, ParticleTypes.GUST_EMITTER_LARGE, SoundEvents.BREEZE_WIND_CHARGE_BURST);
}

The damage source is null, which causes it to fall back to the standard death message.

Can confirm  in 

Launcher
Linux 6.8.0-36-generic 2.26.2

Tuesday, June 4, 2024, 9:58:40 PM

99e6702334ad55fcb28703d4477da6590206c72a

 

[media]

You do not have to include "Addons/Resource Packs: No", as bug reports have to be made on Vanilla Minecraft.

Feature request, not bug.

Load more comments