Darkhax-Minecraft / Bookshelf

A library mod which adds additional code support beyond what is provided by Forge.
GNU Lesser General Public License v2.1
145 stars 39 forks source link

Class not found err #146

Closed ghost closed 4 years ago

ghost commented 4 years ago

Crash Report File: here Code: here Running Minecraft 1.16.3 Forge 1.16.3-34.1.1 Java 1.8 Bookshelf 1.16.3:8.0.1

Take into consideration that this is my first time using a post 1.7.10 forge version.

Darkhax commented 4 years ago

You need to use fg deobf compile in the dependencies block, I would also recommend updating the MCP mappings to be the same.

https://github.com/OtisGoodman/Spooky-Stuff/blob/main/build.gradle#L71

compile fg.deobf("net.darkhax.bookshelf:Bookshelf-1.16.3:${bookshelf_version}")

MCP version is 20200916-1.16.2

ghost commented 4 years ago

ok sounds good

How do I update MCP mappings?

Darkhax commented 4 years ago

https://github.com/OtisGoodman/Spooky-Stuff/blob/main/build.gradle#L22

ghost commented 4 years ago

ty man