CCBlueX / LiquidBounce

A free mixin-based injection hacked client for Minecraft using the Fabric API
https://liquidbounce.net/
GNU General Public License v3.0
1.52k stars 488 forks source link

[BUG] KillPotion doesn't kill #1713

Closed ghost closed 10 months ago

ghost commented 11 months ago

LiquidBounce Branch

Legacy

LiquidBounce Build/Version

b87

Operating System

Linux

Minecraft Version

1.8.9

Describe the bug

I throw the potion obtained through the exploits creative tab on myself or an entity and nothing happens in both creative and survival mode. Maybe because of this line: effect.setInteger("Id", 6) in ExploitsTab. ID 6 is Instant Health not Instant Damage.

Steps to reproduce

Screenshots

2023-12-20_20 30 03 2023-12-20_20 30 03_2 2023-12-20_20 29 13 2023-12-20_20 29 13_2

EclipsesDev commented 10 months ago

@mems01

ManInMyVan commented 10 months ago

I'm pretty sure the amplifier should be 126 (possibly 127), not 125. I'll pr this later if this isn't fixed by then. After testing, it seems like this just doesn't work in singleplayer, but does on multiplayer.