Low-Drag-MC / Shimmer

A mod that integrates my passion for rendering
MIT License
66 stars 20 forks source link

Unable to implement Shimmer into Build.Gradle #96

Open YesMan20 opened 5 months ago

YesMan20 commented 5 months ago

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

https://pastebin.com/9MUCRG7j

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

YesMan20 commented 5 months ago

I think its starting to work, but now there's a new issue https://pastebin.com/R7hU5CAA