Attack Damage Locking

Link to attack-damage-locking

This feature locks the ability for the player to use a weapon/tool with an attack damage value equal to or greater than the set amount. This means like in the example below, any weapon with Attack Damage 0.75 or greater will only be useable in the end.

For reference: 1 Damage = 0.5 Hearts You can see a quick reference guide to damage under This Link

Copy
mods.compatskills.DamageLock.addDamageLock(double damage, String... requirements);

mods.compatskills.DamageLock.addDamageLock(0.75, "dim|1");