Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Can't find imm_ptl_core or q_misc_utils on Jitpack #1475

Description

@ThatBlockyPenguin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions