Jade ๐Ÿ”

Jade ๐Ÿ”

45M Downloads

Publish to a Maven

Technici4n opened this issue ยท 8 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