new: start update to 1.19.3

This commit is contained in:
ZtereoHYPE 2022-12-12 17:53:53 +01:00
parent 2ea773bc1e
commit 1b9480e47e
3 changed files with 7 additions and 13 deletions

View file

@ -41,10 +41,6 @@ dependencies {
// devenv mods // devenv mods
modRuntimeOnly "maven.modrinth:lazydfu:${project.lazydfu_version}" modRuntimeOnly "maven.modrinth:lazydfu:${project.lazydfu_version}"
modRuntimeOnly "maven.modrinth:starlight:${project.starlight_version}" modRuntimeOnly "maven.modrinth:starlight:${project.starlight_version}"
// modRuntimeOnly "maven.modrinth:sodium:${project.sodium_version}"
// modRuntimeOnly include(fabricApi.module("fabric-rendering-data-attachment-v1", project.fabric_version))
// modRuntimeOnly include(fabricApi.module("fabric-rendering-fluids-v1", project.fabric_version))
// modRuntimeOnly include(fabricApi.module("fabric-resource-loader-v0", project.fabric_version))
modRuntimeOnly "maven.modrinth:lithium:${project.lithium_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))

View file

@ -3,19 +3,18 @@
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/develop # check these on https://fabricmc.net/develop
minecraft_version=1.19.2 minecraft_version=1.19.3
loader_version=0.14.9 loader_version=0.14.11
fabric_version=0.60.0+1.19.2 fabric_version=0.69.0+1.19.3
# Mod Properties # Mod Properties
mod_version = 1.0.0 mod_version = 1.0.0
maven_group = com.example maven_group = codes.ztereohype
archives_base_name = fabric-example-mod archives_base_name = nicer-skies
# Dependencies # Dependencies
modmenu_version = 4.0.6 modmenu_version = 5.0.2
lazydfu_version = 0.1.3 lazydfu_version = 0.1.3
starlight_version = 1.1.1+1.19 starlight_version = 1.1.1+1.19
lithium_version = mc1.19.2-0.8.3 lithium_version = mc1.19.3-0.10.4
sodium_version = mc1.19.2-0.4.4
spark_version = 1.9.26-fabric spark_version = 1.9.26-fabric

View file

@ -139,7 +139,6 @@ public class ConfigScreen extends Screen {
//reset to default //reset to default
addRenderableWidget(new Button(this.width / 2 + (this.width / 2 - 150) / 2 + 76, 156, 74, 20, Component.literal("Reset"), (button) -> { addRenderableWidget(new Button(this.width / 2 + (this.width / 2 - 150) / 2 + 76, 156, 74, 20, Component.literal("Reset"), (button) -> {
cm.resetNebulaSettings(); cm.resetNebulaSettings();
// find better way to reload screen
this.clearWidgets(); this.clearWidgets();
this.init(); this.init();
invalidated = true; invalidated = true;