kyrptonaught / customportalapi

Developer Api for creating custom portals to any dimension
MIT License
63 stars 22 forks source link

Error downloading #70

Closed warior456 closed 1 year ago

warior456 commented 1 year ago

build.gradle :

repositories {
    maven {url = "https://maven.kyrptonaught.dev"}
}

dependencies {
    minecraft "com.mojang:minecraft:${project.minecraft_version}"
    mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
    modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"

    modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

    modImplementation 'net.kyrptonaught:customportalapi:V0.0.1-BETA60-1.19'
    include 'net.kyrptonaught:customportalapi:V0.0.1-BETA60-1.19'

    // modImplementation "net.fabricmc.fabric-api:fabric-api-deprecated:${project.fabric_version}"
}

i get the following error:

A problem occurred configuring root project 'sculk_depths'.
> Could not resolve all files for configuration ':modImplementation'.
   > Could not find net.kyrptonaught:customportalapi:V0.0.1-BETA60-1.19.
     Searched in the following locations:
       - file:/H:/minecraft modding/sculk_depths/.gradle/loom-cache/remapped_mods/net/kyrptonaught/customportalapi/V0.0.1-BETA60-1.19/customportalapi-V0.0.1-BETA60-1.19.pom
       - file:/C:/Users/matte/.gradle/caches/fabric-loom/minecraftMaven/net/kyrptonaught/customportalapi/V0.0.1-BETA60-1.19/customportalapi-V0.0.1-BETA60-1.19.pom
       - file:/H:/minecraft modding/sculk_depths/.gradle/loom-cache/minecraftMaven/net/kyrptonaught/customportalapi/V0.0.1-BETA60-1.19/customportalapi-V0.0.1-BETA60-1.19.pom
       - https://maven.fabricmc.net/net/kyrptonaught/customportalapi/V0.0.1-BETA60-1.19/customportalapi-V0.0.1-BETA60-1.19.pom
       - https://libraries.minecraft.net/net/kyrptonaught/customportalapi/V0.0.1-BETA60-1.19/customportalapi-V0.0.1-BETA60-1.19.pom
       - https://libraries.minecraft.net/net/kyrptonaught/customportalapi/V0.0.1-BETA60-1.19/customportalapi-V0.0.1-BETA60-1.19.jar
       - https://repo.maven.apache.org/maven2/net/kyrptonaught/customportalapi/V0.0.1-BETA60-1.19/customportalapi-V0.0.1-BETA60-1.19.pom
       - https://maven.kyrptonaught.dev/net/kyrptonaught/customportalapi/V0.0.1-BETA60-1.19/customportalapi-V0.0.1-BETA60-1.19.pom
     Required by:
         project :

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
warior456 commented 1 year ago

fixed don't include the V in your version