Bump to 1.20.4
This commit is contained in:
@@ -116,8 +116,8 @@ object ItemCache : IReloadable {
|
||||
lore.forEach {
|
||||
newLore.add(
|
||||
NbtString.of(
|
||||
Text.Serializer.toJson(
|
||||
Text.Serializer.fromJson(it.asString())!!.applyLoreReplacements(loreReplacements)
|
||||
Text.Serialization.toJsonString(
|
||||
Text.Serialization.fromJson(it.asString())!!.applyLoreReplacements(loreReplacements)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user