Unable to implement Shimmer into Build.Gradle
YesMan20 opened this issue ยท 1 comments
Minecraft Version
1.20.1
ModLoader
Forge
Shimmer version
Shimmer-forge-1.20.1-0.2.3
Modpack info or mod list(please reduce mod range)
Mod hasnt been uploaded anywhere, its in development
The latest.log file and hs_err_pidXXX if exists
optifine , Rubidium , flywheel or any rendering related mods. mod version is required.
No other mods are installed besides the mod I'm trying to add this as a dependency to, and all it does is add a new dimension and a few new blocks
Issue description
Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find com.lowdragmc.shimmer:Shimmer-forge-1.20.1-0.2.3:.
Steps to reproduce
I just added these to my Build.gradle file
repositories{ //add our maven first
maven {
url "https://maven.firstdarkdev.xyz/snapshots"
}
}
// Forge
implementation fg.deobf("com.lowdragmc.shimmer:Shimmer-forge:${minecraft_version}:${shimmer_version}")
Other information
No response
I think its starting to work, but now there's a new issue
https://pastebin.com/R7hU5CAA