Publish to a Maven
Technici4n opened this issue ยท 8 comments
Mod loader
NeoForge
Minecraft version
1.20.4
Mod version
all I suppose
Modloader version
all I suppose
Modpack info
No response
If bug:
- Can you reproduce this issue with relevant mods only?
If bug: The latest.log file
No response
Issue description
Would it be possible to publish Jade to a maven? It would make working with it much easier because sources would be available in dev. Some modders would be happy to host Jade on their maven I think. :)
It would make working with it much easier because sources would be available in dev
Right now the sources are not available, which makes using Jade's API quite annoying.
CurseMaven and Modrinth Maven exist๐ซก
Right now the sources are not available, which makes using Jade's API quite annoying.
CurseMaven and Modrinth Maven exist๐ซก
Right now the sources are not available, which makes using Jade's API quite annoying.
I didn't have problem with that, decompiled looks fine
JB Idea can decompile, but you can't lookup usage by this kind of decompile, and it doesn't have doc in code.
JB Idea can decompile, but you can't lookup usage by this kind of decompile, and it doesn't have doc in code.
You can look for usage๐ but ye, doc is not included
JB Idea can decompile, but you can't lookup usage by this kind of decompile, and it doesn't have doc in code.
You can look for usage๐ but ye, doc is not included
What version of idea are you using? In my idea, I can't look for usage located in idea decompiled files. I can only look for usage located in my project files, minecraft vanilla code (with genSources
) and mods that provide source.
JB Idea can decompile, but you can't lookup usage by this kind of decompile, and it doesn't have doc in code.
You can look for usage๐ but ye, doc is not included
What version of idea are you using? In my idea, I can't look for usage located in idea decompiled files. I can only look for usage located in my project files, minecraft vanilla code (with
genSources
) and mods that provide source.
I've used that since 2016. I don't use genSource provided by Fabric, instead I click on Blue Alert that I need to decompile. I use almost all depends without source and doc just by that