#Where to Find Maven Downloads?

1 messages · Page 1 of 1 (latest)

lucid glade
#

I'm a mod developer trying to add compat between my mod and VS. A community member gave me a code snippet to import it as a dependency for Forge 1.20, but I also need the mod for 1.19, 1.18, and 1.16. I can't find any resources online that list the artifacts available for each version. For clarity:

implementation         ("org.valkyrienskies.core:api:1.1.0+b19b27c4a4")
implementation         ("org.valkyrienskies.core:impl:1.1.0+b19b27c4a4")
implementation         ("org.valkyrienskies.core:api-game:1.1.0+b19b27c4a4")
implementation         ("org.valkyrienskies.core:util:1.1.0+b19b27c4a4")
implementation fg.deobf("org.valkyrienskies:valkyrienskies-120-forge:2.3.0-beta.5+bcda04a482")
implementation fg.deobf("curse.maven:eureka-ships-654384:5321630")

implementation 'thedarkcolour:kotlinforforge:4.10.0'

These are the artifacts I'm importing for 1.20. I just need a resource that shows me what versions of these artifacts I need for 1.19.2, 1.18, etc.
Apologies if I'm sounding vague. I have a somewhat shallow knowledge of build.gradle.

broken ice
primal crystal
#

1.16 is outdated though

lucid glade
#

I know 1.16 is outdated. If it becomes an issue, I just won't worry about it. The compat I'm adding is pretty minor anyway. Are there any addons you have in mind that I can look at?

primal crystal
#

i doubt that you can even use 1.16 now due to some internal changes

#

a "vscore" project which is version independent part of VS was privated

#

so just don't bother adding compat on 1.16 tbh clueless

lucid glade
#

Less work for me! 😄

primal crystal
#

look at eureka ig

lucid glade
#

Oh yeah, I didn't even consider that Eureka is literally an addon mod, lol