19MisterX98 / SeedcrackerX

MIT License
969 stars 102 forks source link

What is com.seedfinding? How to build this project? #164

Closed aleck099 closed 1 year ago

aleck099 commented 1 year ago

gradle build results in

``` FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task ':remapJar'. > Could not resolve all dependencies for configuration ':include'. > Could not find com.seedfinding:mc_reversal:2.0.0. Searched in the following locations: - file:/home/aleck099/source/java/SeedcrackerX/.gradle/loom-cache/remapped_mods/com/seedfinding/mc_reversal/2.0.0/mc_reversal-2.0.0.pom - https://maven.fabricmc.net/com/seedfinding/mc_reversal/2.0.0/mc_reversal-2.0.0.pom - https://libraries.minecraft.net/com/seedfinding/mc_reversal/2.0.0/mc_reversal-2.0.0.pom - https://libraries.minecraft.net/com/seedfinding/mc_reversal/2.0.0/mc_reversal-2.0.0.jar - https://repo.maven.apache.org/maven2/com/seedfinding/mc_reversal/2.0.0/mc_reversal-2.0.0.pom - file:/home/aleck099/.gradle/caches/fabric-loom/2.0.0/mc_reversal.jar - file:/home/aleck099/source/java/SeedcrackerX/.gradle/loom-cache/2.0.0/mc_reversal.jar - https://maven.terraformersmc.com/releases/com/seedfinding/mc_reversal/2.0.0/mc_reversal-2.0.0.pom - https://maven.shedaniel.me/com/seedfinding/mc_reversal/2.0.0/mc_reversal-2.0.0.pom - https://maven.latticg.com/com/seedfinding/mc_reversal/2.0.0/mc_reversal-2.0.0.pom - https://maven.seedfinding.com/com/seedfinding/mc_reversal/2.0.0/mc_reversal-2.0.0.pom - https://maven-snapshots.seedfinding.com/com/seedfinding/mc_reversal/2.0.0/mc_reversal-2.0.0.pom - https://jitpack.io/com/seedfinding/mc_reversal/2.0.0/mc_reversal-2.0.0.pom Required by: project : * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. * Get more help at https://help.gradle.org Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. See https://docs.gradle.org/7.5.1/userguide/command_line_interface.html#sec:command_line_warnings ```

I can't find anything about com.seedfinding, and know nothing about building it. Can anyone help?

19MisterX98 commented 1 year ago

its a maven repository that hosts seedfinding libraries. mc_reversal:2.0.0 got renamed so building was f*d for a while. The mod now uses the hash to specify the lib version. Im guessing that you want to build an older version? just using the hash from the current commit should work