Team-Remastered / End-Remastered-Forge

End Remastered overhauls the way players get to the End and makes the experience way more interesting for them by forcing them to fully explore the beautiful world of Minecraft.
https://www.curseforge.com/minecraft/mc-mods/endremastered
GNU Lesser General Public License v3.0
6 stars 8 forks source link

Add infusion enchanting recipe for cryptic eye when playing with Apotheosis #41

Closed Noahbanderson closed 1 year ago

Noahbanderson commented 1 year ago

Ran into #33 on my world. Because of the way Apotheosis overhauls enchanting the enchant event is never called in endrem (here).

Taking advice from one of the comments, creating a late-middle-game infusion enchanting recipe seems wisest. Using only top-tier overworld and nether enchanting shelves to get the highest obtainable enchanting values seems to be most in line with the feel of endrem.

The only issue I see with this approach is that endrem provides a config option to disable obtaining the cryptic eye. I don't believe this implementation would respect that config option (and seeing as I just started getting into modding, I'm unaware of an unintrusive method to consider that config option).

Tested on two test worlds, one with both apotheosis and endrem (recipe available in JEI and obtainable), and another with only endrem (recipe not available).

Jack-Bagel commented 1 year ago

Thanks a lot for your help!