Jade ๐Ÿ”

Jade ๐Ÿ”

155M Downloads

Publish to a Maven

Technici4n opened this issue ยท 11 comments

commented

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. :)

commented

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.

commented

CurseMaven and Modrinth Maven exist๐Ÿซก

commented

CurseMaven and Modrinth Maven exist๐Ÿซก

Right now the sources are not available, which makes using Jade's API quite annoying.

commented

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

commented

JB Idea can decompile, but you can't lookup usage by this kind of decompile, and it doesn't have doc in code.

commented

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

commented

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.

commented

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

commented

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.

commented

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๐Ÿ‘€

commented

๐Ÿ‘€, 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.