![Spells & Shields](https://media.forgecdn.net/avatars/thumbnails/578/437/256/256/637942728057967439.png)
Apotheosis has a custom enchanting screen
CAS-ual-TY opened this issue ยท 0 comments
See https://github.com/Shadows-of-Fire/Apotheosis/blob/1.18/src/main/java/shadows/apotheosis/ench/table/ApothEnchantScreen.java
This screen does not extend EnchantmentScreen
thus the spell progression button is not added.
Fix: Do not check if screen instanceof EnchantmentScreen
, but rather check if screen.menu instanceof EnchantmentMenu