Closed MagmaBro123 closed 1 year ago
I'm not using any fancy software or anything. Just cloned the dev branch to my desktop into a folder, opened Cmd.exe, and ran gradlew build. Both of these fail.
Java 8 is installed as well.
This is pretty much why https://github.com/c0508383/Backhand/issues/46 would be useful, since I have no clue how to compile mods. Most of the time they fail with gibberish errors that Idk how to read.
Everything's working for me too, follow these steps:
./gradlew setupDecompWorkspace
followed by./gradlew build
works for me.Make sure you're on the
dev
branch and not themaster
branch I guess.