diff --git a/build.gradle b/build.gradle index 45be675..8f03640 100644 --- a/build.gradle +++ b/build.gradle @@ -37,9 +37,7 @@ dependencies { modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}" // devenv mods -// modRuntimeOnly "maven.modrinth:lazydfu:${project.lazydfu_version}" -// modRuntimeOnly "maven.modrinth:starlight:${project.starlight_version}" -// //modRuntimeOnly "maven.modrinth:lithium:${project.lithium_version}" +// modRuntimeOnly "maven.modrinth:lithium:${project.lithium_version}" // modRuntimeOnly "maven.modrinth:spark:${project.spark_version}" modRuntimeOnly include(fabricApi.module("fabric-command-api-v2", project.fabric_version)) modRuntimeOnly include(fabricApi.module("fabric-lifecycle-events-v1", project.fabric_version)) diff --git a/gradle.properties b/gradle.properties index d9dc559..f4053b3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ # Fabric Properties # check these on https://fabricmc.net/develop - minecraft_version=1.20-rc1 + minecraft_version=1.20 loader_version=0.14.21 fabric_version=0.83.0+1.20 @@ -12,9 +12,7 @@ maven_group = codes.ztereohype archives_base_name = nicer-skies -# Dependencies TODO: update these before final update +# Dependencies modmenu_version = 7.0.0-beta.2 - lazydfu_version = 0.1.3 - starlight_version = 1.1.1+1.19 - lithium_version = mc1.19.3-0.10.4 - spark_version = 1.9.26-fabric +# lithium_version = mc1.19.3-0.10.4 +# spark_version = 1.9.26-fabric diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index b2c1a1d..f990035 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -26,7 +26,7 @@ ], "depends": { "fabricloader": ">=0.14.6", - "minecraft": "1.20-rc.1", + "minecraft": "1.20", "java": ">=17" } }