mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
comment & formatting
This commit is contained in:
parent
e53f9cc88c
commit
271d173f5f
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue