
Publish to a Maven
Technici4n opened this issue ยท 11 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
I also want a maven please. As you can see in
BrailleBennett/Minecraft-Access#17
Minecraft Access depends on Jade's API, but retrieving a specific artifact is impossible with dependabot, because modrinth's maven doesn't handle platform specific jars, so we can never get the fabric jar specifically.
I also want a maven please. As you can see in
BrailleBennett/Minecraft-Access#17
Minecraft Access depends on Jade's API, but retrieving a specific artifact is impossible with dependabot, because modrinth's maven doesn't handle platform specific jars, so we can never get the fabric jar specifically.
๐, you can handle using Modrinth API platform specific jars๐
๐, you can handle using Modrinth API platform specific jars๐
How would I do this in my existing setup? Is their different coordinates for a specific platform? As far as I know, the only way to filter by platform is through complex api parsing where you get the latest version ID for the platform you want.