Fixed descriptions

This commit is contained in:
Auxilor
2021-12-18 19:40:16 +00:00
parent dd6199ece5
commit d65e3b7e9d

View File

@@ -32,7 +32,7 @@ class Talisman(
val name = config.getFormattedString("name")
val description = config.getFormattedStrings("description")
val description = config.getFormattedStrings("description").map { Display.PREFIX + it }
val itemStack: ItemStack = run {
val item = Items.lookup(config.getString("item"))