Darkhax-Minecraft / Game-Stages

An API for universal player based progression.
https://minecraft.curseforge.com/projects/game-stages
GNU Lesser General Public License v2.1
64 stars 17 forks source link

Maven Dependency Documentation Incorrect #59

Closed Funwayguy closed 3 years ago

Funwayguy commented 3 years ago

Instructions for including gamestages and bookshelf dependencies have not been updated to reflect the new format in which it should be used. For example, in later versions of Minecraft, the following line:

compile "net.darkhax.gamestages:GameStages-MCVERSION:PUT_FILE_VERSION_HERE"

should instead be:

compile fg.deobf("net.darkhax.gamestages:GameStages-MCVERSION:PUT_FILE_VERSION_HERE")

otherwise the development environment crashes on run due to obfuscated mappings.

Darkhax commented 3 years ago

Thanks, fixed in https://github.com/Darkhax-Minecraft/Game-Stages/commit/98c1cc350daf58fadb7154d87884b44df869459e