Posted July 14, 20196 yr I'm on Mac, and I'm trying to make a mod. Problem is, whenever I run "./gradlew setupDecompWorkspace" in Terminal, I always get an error message saying, "Task 'setupDecompWorkspace' not found in root project 'minecraftMod'." I ran "cd (mod directory)" and "ls" beforehand, and I still got the error. Does anybody know how to fix this?
July 21, 20196 yr Use "gradlew genEclipseRuns" for Eclipse or "gradlew genIntellijRuns" for IntelliJ.
July 21, 20196 yr 2 hours ago, BimPsinka said: gradlew genIntellijRuns For me that also only results in Quote Task 'genIntellijRuns' not found in root project 'forge-1.14.4-28.0.11-mdk' . Strange thing is Intellij even shows the task in its gradle toolwindow in the "fg_runs" category.
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.