mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-27 02:39:15 +00:00
Fix stored enchantments accidentally being dropped
This commit is contained in:
@@ -114,7 +114,7 @@ public class EnchantmentTranslator extends NbtItemStackTranslator {
|
||||
itemTag.put(new ListTag("Enchantments", enchantments));
|
||||
}
|
||||
if (!storedEnchantments.isEmpty()) {
|
||||
itemTag.put(new ListTag("StoredEnchantments", enchantments));
|
||||
itemTag.put(new ListTag("StoredEnchantments", storedEnchantments));
|
||||
}
|
||||
itemTag.remove("ench");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user