Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to use as dependency for fabric mod #173

Open
1 of 2 tasks
lightsing opened this issue Nov 6, 2023 · 3 comments
Open
1 of 2 tasks

Fail to use as dependency for fabric mod #173

lightsing opened this issue Nov 6, 2023 · 3 comments

Comments

@lightsing
Copy link

lightsing commented Nov 6, 2023

Describe the bug

  1. 1.11.7 version fails to build on jitpack
  2. version 1.11.6 on jitpack cannot be use as a dependency
  3. readme guide is wrong

Platform(s)

  • Fabric
  • Forge

To Reproduce
Steps to reproduce the behavior:

  1. Create a fabric kotlin mod
  2. add following to dependencies part in build.gradle
	modImplementation 'com.github.samolego.Taterzens:taterzens-common:1.11.6'
	modImplementation 'com.github.samolego.Taterzens:taterzens-fabric:1.11.6'
  1. using in TaterzensNPC from part of code
if ((player as ITaterzenEditor).npc == null) {
    // do something
}

Expected behavior

Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
    class org.samo_lego.taterzens.npc.TaterzenNPC, unresolved supertypes: net.minecraft.class_1314, net.minecraft.class_3745, net.minecraft.class_1603
@lightsing
Copy link
Author

mannually build and use devlibs can resolve this, don't know how to correct jitpack

@samolego
Copy link
Owner

samolego commented Nov 8, 2023

I think it might be failing due to forge module.

FYI mod won't really be developed that much ... Currently I'm not planning any updates due to other life stuff.

@Edouard127
Copy link

Bump
Fabric 1.20.4
I can implement up to 1.11.6, 1.11.7 is not found anywhere in the repositories

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants