Posted February 22, 201411 yr When I do 'gradlew build', where does the reobf code go to? There's the jar in the build/libs but it only has a META-INF folder. Kain
February 23, 201411 yr Author 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
February 23, 201411 yr 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.