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.)
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.
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.)