Compare commits

...

5 Commits

Author SHA1 Message Date
Auxilor
d34ad33c7d libreforge-updater 2023-10-14 14:19:18 +01:00
Auxilor
e0c1c27ea5 Updated to 2.36.2 2023-10-07 17:57:10 +01:00
Auxilor
a31b6a2a4c Fixed pets gui again 2023-10-07 17:57:00 +01:00
Auxilor
82decbb2cb Updated to 2.36.1 2023-10-07 14:09:39 +01:00
Auxilor
f143a90dd7 Fixed pet icon max level lore 2023-10-07 14:09:28 +01:00
2 changed files with 5 additions and 5 deletions

View File

@@ -386,12 +386,12 @@ class Pet(
return ItemStackBuilder(base)
.setDisplayName(
plugin.configYml.getFormattedString("gui.pet-info.active.${prefix}lore")
plugin.configYml.getFormattedString("gui.pet-info.active.name")
.replace("%level%", player.getPetLevel(this).toString())
.replace("%pet%", this.name)
)
.addLoreLines {
injectPlaceholdersInto(plugin.configYml.getStrings("gui.pet-info.active.lore"), player)
injectPlaceholdersInto(plugin.configYml.getStrings("gui.pet-info.active.${prefix}lore"), player)
}
.build()
}

View File

@@ -1,5 +1,5 @@
#libreforge-updater
#Mon Oct 02 11:54:46 BST 2023
#Sat Oct 14 14:19:18 BST 2023
kotlin.code.style=official
libreforge-version=4.36.0
version=2.36.0
libreforge-version=4.37.0
version=2.37.0