Spartan and Fire

Spartan and Fire

14M Downloads

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.

Red6785 opened this issue ยท 14 comments

commented

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.

commented

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

commented

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

commented

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

commented

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

commented

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?

commented

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

commented

maybe at max 30 minutes

commented

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

commented

cant help ya anymore, i dont really know 1.16 modding

commented

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

commented

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

commented

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

commented

Task :compileJava FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Could not resolve all files for configuration ':compileClasspath'.

Could not find net.minecraftforge:forge:1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5.
Searched in the following locations:
- https://edge.forgecdn.net/net/minecraftforge/forge/1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5/forge-1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5.jar
- https://maven.minecraftforge.net/net/minecraftforge/forge/1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5/forge-1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5.pom
- https://maven.minecraftforge.net/net/minecraftforge/forge/1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5/forge-1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5.jar
- file:/C:/Users/rayan/.gradle/caches/forge_gradle/bundeled_repo/net/minecraftforge/forge/1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5/forge-1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5.pom
- file:/C:/Users/rayan/.gradle/caches/forge_gradle/bundeled_repo/net/minecraftforge/forge/1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5/forge-1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5.jar
- https://libraries.minecraft.net/net/minecraftforge/forge/1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5/forge-1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5.jar
- https://repo.maven.apache.org/maven2/net/minecraftforge/forge/1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5/forge-1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5.pom
- https://repo.maven.apache.org/maven2/net/minecraftforge/forge/1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5/forge-1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5.jar
Required by:
project :

commented

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.