mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
Revert "Make exhaustion only apply once"
This reverts commit 6946a70f18feb98b8297b3a68cd0c031c5dac284.
This commit is contained in:
parent
6946a70f18
commit
a3578e67a0
@ -195,8 +195,6 @@ public class ItemToolAbility extends ItemTool implements IDepthRockTool, IGUIPro
|
||||
|
||||
preset.harvestAbility.postHarvestAll(preset.harvestAbilityLevel, world, player);
|
||||
|
||||
player.addExhaustion(0.025F);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
@ -382,8 +380,6 @@ public class ItemToolAbility extends ItemTool implements IDepthRockTool, IGUIPro
|
||||
// Might be possible? Not in practice, though
|
||||
MainRegistry.logger.error("Failed to capture drops for block " + block, e);
|
||||
}
|
||||
|
||||
player.addExhaustion(-0.025F);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user