7 Commits

Author SHA1 Message Date
faff982585 Fixes a collision between the test enchantments 2023-01-28 09:20:27 +01:00
c84c2cf30e Adds tests for TypeValidationHelper 2023-01-28 09:13:02 +01:00
a79f2e273a Adds missing tests for ItemHelper 2023-01-17 05:28:46 +01:00
347b69b2a8 Removes disableMaterialLimitation
Removes the disableMaterialLimitation option
Replaces EnchantmentTarget.BREAKABLE.includes(item) with getMaxDurability(item) > 0 as it seems more generic
2023-01-16 19:45:41 +01:00
e5cb3b4a30 A lot of tests, and some improvements
Adds a lot more tests for some utility classes
Adds a new option to disable the hard-coded limitation "EnchantmentTarget.BREAKABLE" which can be useful for servers with custom items or similar.
Makes enchantment name matching case-insensitive.
Prevents an exception is enchantment name contains invalid characters.
Makes invalid objects supplied to asStringList return null instead of throwing an exception.
Uses isBlank instead of trim.isEmpty in the isEmpty method
Re-uses the random generator if calculating salvage several times
2023-01-16 17:42:54 +01:00
bbb93bb0eb Fixes a bug in multi-item salvage 2023-01-14 17:46:29 +01:00
7cc2aef9d4 Adds some tests for the salvage helper 2023-01-14 15:10:40 +01:00