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
63 stars 17 forks source link

Trying to add GameStages as a soft dependency in IntelliJ #42

Closed stepsword closed 4 years ago

stepsword commented 4 years ago

Hi,

Sorry this question is a bit off topic from your mod and is really a project setup issue, but I was hoping you would know.

I was recently requested to add GameStages integration to my mod - I followed the 1.12.2 instructions on your github to get it to compile GameStages. When I run Debug mode though through the IDE, it gives me a message that bookshelf is a required dependency. Is there any way to run debug mode without GameStages loading at all? I'd like to debug functionality for the mod without GameStages installed and do debugging with GameStages installed separately.

Darkhax commented 4 years ago

You could (and probably should) add bookshelf to your dev environment as well. It doesn't use ASM or reflection hack things so it's a relatively safe addition. You can also make your own run config which does not include the mod in the run dependency.