Enigmatic Legacy

Enigmatic Legacy

9M Downloads

1.19 version's Enchanter's Pearl does not seem to have compat with Apotheosis enchanting

Jackiecrazy opened this issue ยท 2 comments

commented

Enchanting still consumes lapis, I'm not sure about treasure/curse yet. Will update once I find out.

commented

https://github.com/Shadows-of-Fire/Apotheosis/blob/1.19/src/main/java/shadows/apotheosis/ench/table/ApothEnchantContainer.java

Could be because the enchantment table is not the vanilla one and has it's own logic for clickMenuButton
Meaning the mixin does not attach itself to the method that will be used

Not sure though - I did find this though:
https://github.com/CyberFlameGO/Enigmatic-Legacy/blob/1.18.X/src/main/java/com/integral/enigmaticlegacy/mixin/MixinApotheosisEnchantmentContainer.java

commented

For 1.19, Enigmatic Legacy indeed lacks up-to-date integration with Apotheosis. As I could not merge #427 as-is, this is something I will address as part of 1.20 updates.