![Cobblemon Challenge](https://media.forgecdn.net/avatars/thumbnails/871/807/256/256/638289932278573550.png)
Cobblemon_challenge_1.5_1.20.1_combined broken due to missing CobblemonChallenge class in common/... (currently in a src/...)
SomeGuyEight opened this issue ยท 0 comments
Hey!
I downloaded the project to reference in my mod, but the Cobblemon_challenge_1.5_1.20.1_combined branch is broken on download. I believe it has something to do with the CobblemonChallenge class (src/main/java/com/turtlehoarder/cobblemonchallenge/CobblemonChallenge.java) is outside of the :common (common) directory.
Currently it is at in a 'src' directory (src/main/java/com/turtlehoarder/cobblemonchallenge/CobblemonChallenge.java)
I moved it into Common in my project & it seemed to fix the issue!