Closed ThatGravyBoat closed 7 months ago
1.20.4
10.0.2
NeoForge
Dedicated Server
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
Thanks for reporting this issue. Definitely a major oversight on my part lol 😅
Fixed in https://github.com/Darkhax-Minecraft/Thirsty-Bottles/commit/dd8298a75464855678004fdf55da43e6a32480fa
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