mirror of
https://github.com/JonasunderscoreJones/nicer-skies.git
synced 2025-10-22 19:29:18 +02:00
change: final update do 1.20
This commit is contained in:
parent
820c6aa6e1
commit
41268ab8f2
3 changed files with 6 additions and 10 deletions
|
@ -37,9 +37,7 @@ dependencies {
|
||||||
modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}"
|
modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}"
|
||||||
|
|
||||||
// devenv mods
|
// devenv mods
|
||||||
// modRuntimeOnly "maven.modrinth:lazydfu:${project.lazydfu_version}"
|
// modRuntimeOnly "maven.modrinth:lithium:${project.lithium_version}"
|
||||||
// modRuntimeOnly "maven.modrinth:starlight:${project.starlight_version}"
|
|
||||||
// //modRuntimeOnly "maven.modrinth:lithium:${project.lithium_version}"
|
|
||||||
// modRuntimeOnly "maven.modrinth:spark:${project.spark_version}"
|
// modRuntimeOnly "maven.modrinth:spark:${project.spark_version}"
|
||||||
modRuntimeOnly include(fabricApi.module("fabric-command-api-v2", project.fabric_version))
|
modRuntimeOnly include(fabricApi.module("fabric-command-api-v2", project.fabric_version))
|
||||||
modRuntimeOnly include(fabricApi.module("fabric-lifecycle-events-v1", project.fabric_version))
|
modRuntimeOnly include(fabricApi.module("fabric-lifecycle-events-v1", project.fabric_version))
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/develop
|
# check these on https://fabricmc.net/develop
|
||||||
minecraft_version=1.20-rc1
|
minecraft_version=1.20
|
||||||
loader_version=0.14.21
|
loader_version=0.14.21
|
||||||
fabric_version=0.83.0+1.20
|
fabric_version=0.83.0+1.20
|
||||||
|
|
||||||
|
@ -12,9 +12,7 @@
|
||||||
maven_group = codes.ztereohype
|
maven_group = codes.ztereohype
|
||||||
archives_base_name = nicer-skies
|
archives_base_name = nicer-skies
|
||||||
|
|
||||||
# Dependencies TODO: update these before final update
|
# Dependencies
|
||||||
modmenu_version = 7.0.0-beta.2
|
modmenu_version = 7.0.0-beta.2
|
||||||
lazydfu_version = 0.1.3
|
# lithium_version = mc1.19.3-0.10.4
|
||||||
starlight_version = 1.1.1+1.19
|
# spark_version = 1.9.26-fabric
|
||||||
lithium_version = mc1.19.3-0.10.4
|
|
||||||
spark_version = 1.9.26-fabric
|
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.14.6",
|
"fabricloader": ">=0.14.6",
|
||||||
"minecraft": "1.20-rc.1",
|
"minecraft": "1.20",
|
||||||
"java": ">=17"
|
"java": ">=17"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue