Reacher working in 528 mode

This commit is contained in:
Ruslanllll 2024-05-30 12:55:37 +03:00 committed by GitHub
parent 02b56d2eb5
commit d99ac8508f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ public class HazardTypeRadiation extends HazardTypeBase {
boolean reacher = false;
if(target instanceof EntityPlayer && !GeneralConfig.enable528)
if(target instanceof EntityPlayer)
reacher = ((EntityPlayer) target).inventory.hasItem(ModItems.reacher);
level *= stack.stackSize;