Get Ad Astra from Modrinth
This commit is contained in:
parent
7e65f5d748
commit
be08c76edf
|
@ -64,7 +64,7 @@ dependencies {
|
|||
modImplementation("maven.modrinth:thin-air:${thinair_version}")
|
||||
|
||||
// Ad Astra
|
||||
modImplementation("curse.maven:ad-astra-635042:4774341")
|
||||
modImplementation("maven.modrinth:ad-astra:${adastra_version}")
|
||||
|
||||
// Development QOL
|
||||
modLocalRuntime("maven.modrinth:lazydfu:${lazydfu_version}")
|
||||
|
|
|
@ -25,6 +25,8 @@ org.gradle.jvmargs=-Xmx1G
|
|||
create_version = 0.5.1-f-build.1335+mc1.20.1
|
||||
# https://modrinth.com/mod/thin-air/versions
|
||||
thinair_version = v8.1.5-1.20.1-Fabric
|
||||
# https://modrinth.com/mod/ad-astra/versions
|
||||
adastra_version = MxqFxL9C
|
||||
# set to disabled to have none of them.
|
||||
recipe_viewer = disabled
|
||||
# Mod Menu - https://modrinth.com/mod/modmenu/versions
|
||||
|
|
Loading…
Reference in New Issue