Thirsty Bottles

Thirsty Bottles

8M Downloads

[BUG] Deletes waterlogged blocks

ThatGravyBoat opened this issue ยท 2 comments

commented

Minecraft Version

1.20.4

Mod Version

10.0.2

Mod Loader

NeoForge

What environment are you running the mod in?

Dedicated Server

Issue Description

When you use a bottle on a water logged block it deletes the block from the world instead of removing the waterlogged state this is because of this line here just setting the block to air: https://github.com/Darkhax-Minecraft/Thirsty-Bottles/blob/1.20.4/common/src/main/java/net/darkhax/thirstybottles/mixin/MixinBottleItem.java#L27

commented

Thanks for reporting this issue. Definitely a major oversight on my part lol ๐Ÿ˜…

commented

Fixed in dd8298a