comment & formatting

This commit is contained in:
DelilahEve 2022-08-20 21:17:48 -04:00
parent e53f9cc88c
commit 271d173f5f

View file

@ -10,8 +10,12 @@ import kotlin.math.min
*/ */
object EnchantmentUtil { object EnchantmentUtil {
/**
* Enchantment name without namespace
*/
val Enchantment.enchantmentName: String val Enchantment.enchantmentName: String
get() = key.key get() = key.key
/** /**
* Combine 2 sets of enchantments according to our configuration * Combine 2 sets of enchantments according to our configuration
*/ */