joshiejack / Enchiridion

Books mod for minecraft
MIT License
14 stars 15 forks source link

Fix for NoSuchFieldError: BOOKS on servers #100

Closed Stapleton closed 7 years ago

Stapleton commented 7 years ago

I updated the dependencies of Guide-API, JEI, and Forge to 1.11.2-2.1.1-52, 4.5.0.289, and 13.20.0.2315 respectively. I started the server in IntelliJ and it let me know what the issues were, and then managed to fix how it gets the books from GuideAPI (main issue), and it said that the class GuiFactory needed to be abstract in order to implement IModGuiFactory.

I have tested the server and client with Creating a book, editing a book, and opening the library. No issues occured.

(This is also my first ever Pull Request. Lets hope I helped someone out.)

GirafiStudios commented 7 years ago

Thank you for your pull request! I plan to do a new release cycle for 1.10.2 and above soon, so these fixed will be included there. Also making the GuiFactory abstract does not fix anything.