Artifacts

Artifacts

75M Downloads

Taking lava damage while running with part of hitbox hovering over lava with aqua dashers

electricsteve opened this issue ยท 2 comments

commented

Bug description

When aqua dashers are equipped, you are running on blocks and part of your hitbox is above lava, you still take damage, while without the dashers you don't.

Steps to reproduce

  1. Equip aqua dashers
  2. Build a line in the ground of lava
  3. Run over the edge with part of your hitbox over the lava while the other part on the blocks so you aren't actually supposed to take damage

Artifacts version

12.1.5

Mod loader

Forge / NeoForge

Mod loader version

21.1.135

Accessory mod

Curios API

Accessory mod version

9.0.15+1.21.1

Additional Details

I think it's this line that causes it:

dealLavaDamage(entity, fluidState);

commented

Thanks for the report! I've included a fix for this issue in version 13.0.0.

commented

Thanks for the report! I've included a fix for this issue in version 13.0.0.

Thanks! I've known this issue for some time now but was too lazy to report it, thanks for fixing it!