mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2025-03-02 04:01:26 +01:00
Fix hurt volume
This commit is contained in:
parent
50472bbb2d
commit
eb83ab5ecc
@ -233,7 +233,7 @@ public class ReflectionManager implements ReflectionManagerAbstract {
|
||||
return 0.0f;
|
||||
} else {
|
||||
try {
|
||||
Method method = net.minecraft.world.entity.LivingEntity.class.getDeclaredMethod("eu");
|
||||
Method method = net.minecraft.world.entity.LivingEntity.class.getDeclaredMethod("ev");
|
||||
method.setAccessible(true);
|
||||
|
||||
return (Float) method.invoke(entity);
|
||||
|
Loading…
Reference in New Issue
Block a user