Jump to content

Kevadroz

Members
  • Posts

    7
  • Joined

  • Last visited

Kevadroz's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Tough it is not a solution i like, packing a jar without reobfing and putting it in the mods folder works... so it isn't of high priority to me, as i'm coding features completely or almost completly before implementing them on other mods, so i don't need to pack it often at all, but it whould be good to know how to this properly, i wish i could use mavenLocal, but that also doesn't work (doesn't detect te artifact). Well, here's the debug.log.
  2. That's what i did It is a mod.
  3. Yes, tough that "run I mentioned abobe" isn't completely clear to me. I just did a "runClient", the mod didn't load, but the path was detected: [07oct2020 17:36:16.110] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Found JAR classpath_mod at path /home/kevin/Documentos/mc-mods/forge/modRoots/vanillaExtensionAPI/build/resources/main See settings.gradle.
  4. https://gist.github.com/Kevadroz/01d07e6bfb50eb8028a250e48a058659/revisions#diff-c197962302397baf3a4cc36463dce5ea Still not loading, probably i did something wrong... or ¿maybe IntelliJ's fault? I saw a post where someone said that IntelliJ had problems with something like this.
  5. No, i'm the one who's sorry for not specifying that it IS my api (well, the api part of that mod isn't done yet, i need development and testing of the mod itself before doing anything)
  6. I'm having trouble to interpret that sentence.
  7. I'm trying to add a dependency on a mod of mine's but when i want to test my code and run the game in IntelliJ the mod "vexAPI" (vanillaExtensionAPI) isn't loaded / detected by forge (like if it was a compileOnly dependency) and if I try to interact with any class the game runs on a Exception (probably ClassDefNotFound, can't remember (too lazy to replicate it now)). Here's the gist with anything i think is relevant: https://gist.github.com/Kevadroz/01d07e6bfb50eb8028a250e48a058659, ask for any other code/file you want. The commented SourceSet just loads yaamcem's sources when i ty to use it, same if i replace the sting with ":vexAPI". What am i doing wrong? What can i do to fix it? Thanks for any given help (if any). Also, if you are gonna say "use a multibuild setup", i already tried, same problem. EDIT: Just noticed there's a ForgeGradle SubForum, i wish i saw it before posting this EDIT2: Whould be nice for this to be moved into the correct SubForum
×
×
  • Create New...

Important Information

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