ChaosBuffalo / SpartanFire

Compatibility mod between Spartan Weaponry and Ice and Fire for Minecraft 1.12.2
MIT License
4 stars 18 forks source link

This is not so much an issue with the mod, but me asking if there's any way to get an alternate download for the 1.16 fork. #13

Open Red6785 opened 2 years ago

Red6785 commented 2 years ago

Exactly what the title says, whenever I try to build it manually with .\gradlew build in powershell it doesn't work. If anybody else could help, it would be much appreciated. If I should move this elsewhere, please let me know.

Red6785 commented 2 years ago

Otherwise, it says 0% EXECUTING :compileJava > Resolve dependencies of :compileClasspath

democat3457 commented 2 years ago

that 0% executing is normal and isn't any sort of error, it just means its loading

Red6785 commented 2 years ago

how long should it stay like that for? I left it for 10 minutes and it didn't change once, the time just kept ticking up

democat3457 commented 2 years ago

depends on how good your internet is - it's probably downloading all the gradle dependencies

Red6785 commented 2 years ago

my internet is pretty good, but ill start it up again and go binge watch something, at what point should i come back and ask?

Red6785 commented 2 years ago

I mean, at a maximum, how long should it take?

democat3457 commented 2 years ago

maybe at max 30 minutes

Red6785 commented 2 years ago

when i started it up this time, it took like 2 minutes and did this F

democat3457 commented 2 years ago

cant help ya anymore, i dont really know 1.16 modding

Red6785 commented 2 years ago

thanks for trying. If anybody else who sees this can help, please do.

Samlegamer commented 2 years ago

Are you sure to have executed .\gradlew genEclipseRuns and .\gradlew eclipse (to be able to download the libraries 1.16

Red6785 commented 2 years ago

Sorry i took so long, the first 2 ran successfully but the actual build failed

Red6785 commented 2 years ago

Task :compileJava FAILED

FAILURE: Build failed with an exception.

XxInvictus commented 2 years ago

It is trying to get the dependencies and can't retrieve them from online or local, have you tested the links it is attempting? Could also try using the source in my fork, I know for sure that builds as it is.

Ultimately, if you plan on pursuing mod dev/build related activities I would highly recommend using IntelliJ Idea, it makes the whole process a LOT easier.