Jump to content

Reobfuscation


TLHPoE

Recommended Posts

Yes. Is the way I setup my workspace affecting this?

 

I use the folder that forge installed in as the project, and I add a src folder for each mod that I have. My src folder tree looks like this:

-src

--Mod1

---assets

---stuff

--Mod2

---assets

---stuff

 

etc

Kain

Link to comment
Share on other sites

Your tree is wrong.

It should be the exact same setup for each mod as given in the example src download.

Gradle has no clue what the hell 'Mod1' or 'Mod2' are as it's looking for src/main/{java,resources}

Seriously, 1 build.gradle PER mod that's how it works now.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.