iPortalTeam / ImmersivePortalsMod

Non-Euclidean in Minecraft. See through portals and teleport seamlessly.
https://qouteall.fun/immptl/
Apache License 2.0
422 stars 100 forks source link

Can't find imm_ptl_core or q_misc_utils on Jitpack #1475

Closed ThatBlockyPenguin closed 7 months ago

ThatBlockyPenguin commented 7 months ago

Is it a mod compatibility issue?

No

If it's a mod compatibility issue, please provide the link(s) to the incompatible mod(s)

No response

Minecraft version

1.20.2

Describe the issue

Gradle encounters an error when trying to build with the following dependecies:

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 "com.github.iPortalTeam.ImmersivePortalsMod:imm_ptl_core:${project.imm_ptl_version}"
    modImplementation "com.github.iPortalTeam.ImmersivePortalsMod:q_misc_util:${project.imm_ptl_version}"
}

minecraft_version: 1.20.2 loader_version: 0.14.24 fabric_version: 0.90.7+1.20.2 imm_ptl_version: v4.1.0-mc1.20.2

Error:

A problem occurred configuring root project 'Portal Mod'.
> Could not resolve all files for configuration ':modImplementation'.
   > Could not find com.github.iPortalTeam.ImmersivePortalsMod:imm_ptl_core:v4.1.0-mc1.20.2.
     Searched in the following locations:
       - file:/home/****/git/Portal Mod/.gradle/loom-cache/remapped_mods/com/github/iPortalTeam/ImmersivePortalsMod/imm_ptl_core/v4.1.0-mc1.20.2/imm_ptl_core-v4.1.0-mc1.20.2.pom
       - file:/home/****/.gradle/caches/fabric-loom/minecraftMaven/com/github/iPortalTeam/ImmersivePortalsMod/imm_ptl_core/v4.1.0-mc1.20.2/imm_ptl_core-v4.1.0-mc1.20.2.pom
       - file:/home/****/git/Portal Mod/.gradle/loom-cache/minecraftMaven/com/github/iPortalTeam/ImmersivePortalsMod/imm_ptl_core/v4.1.0-mc1.20.2/imm_ptl_core-v4.1.0-mc1.20.2.pom
       - https://maven.fabricmc.net/com/github/iPortalTeam/ImmersivePortalsMod/imm_ptl_core/v4.1.0-mc1.20.2/imm_ptl_core-v4.1.0-mc1.20.2.pom
       - https://libraries.minecraft.net/com/github/iPortalTeam/ImmersivePortalsMod/imm_ptl_core/v4.1.0-mc1.20.2/imm_ptl_core-v4.1.0-mc1.20.2.pom
       - https://libraries.minecraft.net/com/github/iPortalTeam/ImmersivePortalsMod/imm_ptl_core/v4.1.0-mc1.20.2/imm_ptl_core-v4.1.0-mc1.20.2.jar
       - https://repo.maven.apache.org/maven2/com/github/iPortalTeam/ImmersivePortalsMod/imm_ptl_core/v4.1.0-mc1.20.2/imm_ptl_core-v4.1.0-mc1.20.2.pom
       - https://jitpack.io/com/github/iPortalTeam/ImmersivePortalsMod/imm_ptl_core/v4.1.0-mc1.20.2/imm_ptl_core-v4.1.0-mc1.20.2.pom
       - https://maven.shedaniel.me/com/github/iPortalTeam/ImmersivePortalsMod/imm_ptl_core/v4.1.0-mc1.20.2/imm_ptl_core-v4.1.0-mc1.20.2.pom
     Required by:
         project :
   > Could not find com.github.iPortalTeam.ImmersivePortalsMod:q_misc_util:v4.1.0-mc1.20.2.
     Searched in the following locations:
       - file:/home/****/git/Portal Mod/.gradle/loom-cache/remapped_mods/com/github/iPortalTeam/ImmersivePortalsMod/q_misc_util/v4.1.0-mc1.20.2/q_misc_util-v4.1.0-mc1.20.2.pom
       - file:/home/****/.gradle/caches/fabric-loom/minecraftMaven/com/github/iPortalTeam/ImmersivePortalsMod/q_misc_util/v4.1.0-mc1.20.2/q_misc_util-v4.1.0-mc1.20.2.pom
       - file:/home/****/git/Portal Mod/.gradle/loom-cache/minecraftMaven/com/github/iPortalTeam/ImmersivePortalsMod/q_misc_util/v4.1.0-mc1.20.2/q_misc_util-v4.1.0-mc1.20.2.pom
       - https://maven.fabricmc.net/com/github/iPortalTeam/ImmersivePortalsMod/q_misc_util/v4.1.0-mc1.20.2/q_misc_util-v4.1.0-mc1.20.2.pom
       - https://libraries.minecraft.net/com/github/iPortalTeam/ImmersivePortalsMod/q_misc_util/v4.1.0-mc1.20.2/q_misc_util-v4.1.0-mc1.20.2.pom
       - https://libraries.minecraft.net/com/github/iPortalTeam/ImmersivePortalsMod/q_misc_util/v4.1.0-mc1.20.2/q_misc_util-v4.1.0-mc1.20.2.jar
       - https://repo.maven.apache.org/maven2/com/github/iPortalTeam/ImmersivePortalsMod/q_misc_util/v4.1.0-mc1.20.2/q_misc_util-v4.1.0-mc1.20.2.pom
       - https://jitpack.io/com/github/iPortalTeam/ImmersivePortalsMod/q_misc_util/v4.1.0-mc1.20.2/q_misc_util-v4.1.0-mc1.20.2.pom
       - https://maven.shedaniel.me/com/github/iPortalTeam/ImmersivePortalsMod/q_misc_util/v4.1.0-mc1.20.2/q_misc_util-v4.1.0-mc1.20.2.pom
     Required by:
         project :

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

The 4.1.0 failed to build on jitpack https://jitpack.io/com/github/iPortalTeam/ImmersivePortalsMod/v4.1.0-mc1.20.2/build.log (maybe because of networking issue?)

qouteall commented 7 months ago

The cause is that I used a script from github to change jdk version on github and that script has been removed. Going to change jitpack configuration.

qouteall commented 7 months ago

You can use version 38770dd for now

ThatBlockyPenguin commented 7 months ago

Ah lovely, thank you! :smiley:

MistakingManx commented 1 month ago

Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [imm_ptl.mixins.json:common.chunk_sync.MixinChunkMap_C from mod imm_ptl_core] from phase [DEFAULT] in config [imm_ptl.mixins.json] FAILED during APPLY

i have no idea what this means.