Merge pull request #1515 from Ruslanllll/master

Reacher in 528
This commit is contained in:
HbmMods 2024-06-03 15:54:02 +02:00 committed by GitHub
commit 891317b54d
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;