All Super Enchanted Item

This commit is contained in:
ZHAY10086
2024-10-25 23:20:48 +08:00
parent da4984c49f
commit fbcefd5dfe
9 changed files with 60 additions and 60 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ zenClass SuperEnchantedItem {
// Writes the name/tooltip to display on the wrapper item.
function writeDisplayData(item as IItemStack) {
var info = ["§r§fItem: " + item.displayName] as string[];
var info = ["§r§f物品:" + item.displayName] as string[];
for enchantEntry in this.mapNBT.delayedEnch.asList() {
for name, level in enchantEntry.asMap() {
val enchant = <enchantment:${name}>.makeEnchantment(level);