change: final update do 1.20

This commit is contained in:
ZtereoHYPE 2023-06-08 16:07:55 +02:00
parent 820c6aa6e1
commit 41268ab8f2
3 changed files with 6 additions and 10 deletions

View file

@ -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))

View file

@ -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

View file

@ -26,7 +26,7 @@
],
"depends": {
"fabricloader": ">=0.14.6",
"minecraft": "1.20-rc.1",
"minecraft": "1.20",
"java": ">=17"
}
}