fix: enchantment table + frost walker (kinda)

fixes:
- treasure enchants being selectable within the enchantment table menu
- frost walker resemblance to decompiled legacy console edition
- enchantment table featuring hot-swappable abilities where the player could replace one tool with another whilst keeping the exact same potential enchantments in the enchant menu
This commit is contained in:
Fireblade
2026-07-18 22:03:54 -04:00
parent f5afc92cdd
commit 525b89484c
17 changed files with 144 additions and 42 deletions
+1 -1
View File
@@ -26,4 +26,4 @@ int MendingEnchantment::getMaxLevel()
bool MendingEnchantment::canEnchant(shared_ptr<ItemInstance> item)
{
return item->isDamageableItem();
}
}