Jump to content

Hedndai

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by Hedndai

  1. This is most likely a feature of forgegradle
  2. It was not a group id mismatch. I changed the group id in both the dependency and the main mod
  3. Ok, it was very strange bug. I removed "worldmanager" from "com.suchdifferent.worldmanager:worldprotector:1.0.2" and got "com.suchdifferent:worldprotector:1.0.2" Everything worked fine.
  4. Thanks a lot anyway. When I solve this problem, I'll post here
  5. https://drive.google.com/file/d/1YWK1m_03poTtJ5oWTReBKKIUSx6ym0x7/view?usp=sharing
  6. I am currently trying to pull this dependency from a local repository.
  7. Hi! I can't build my mod, I get an error. I assume that the deobfuscated version of the mod is not being created in the cache. I tried deleting the .gradle/cache/forge_gradle folder Restarted the environment 3-5 times. Tried to build the project more than 10 times. Several times I tried to rebuild dependent libraries. What can I do? build.gradle dependencies { minecraft 'net.minecraftforge:forge:1.16.5-36.2.23' annotationProcessor 'org.spongepowered:mixin:0.8:processor' implementation fg.deobf("software.bernie:geckolib:3.0.71") implementation fg.deobf("ru.hollowhorizon.hc:hc:1.0") implementation fg.deobf("com.suchdifferent.worldmanager:worldprotector:1.0.2") } Full error
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.