From 08fcb176100b9e6a6b96dcdcc62b45c631377baf Mon Sep 17 00:00:00 2001 From: ErzeKawek <130212655+ErzeKawek@users.noreply.github.com> Date: Sun, 3 Mar 2024 21:13:31 +0700 Subject: [PATCH 1/2] Bump Version To 6.6 Change gradle.properties to 1.20.4 --- gradle.properties | 10 +++++----- src/main/resources/fabric.mod.json | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/gradle.properties b/gradle.properties index 8b465550..28a7837c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,17 +2,17 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties -minecraft_version=1.20.2 -yarn_mappings=1.20.2+build.4 -loader_version=0.14.24 +minecraft_version=1.20.4 +yarn_mappings=1.20.4+build.3 +loader_version=0.15.7 # Mod Properties -mod_version = 6.5 +mod_version = 6.6 maven_group = mod.bespectacled archives_base_name = modern-beta-fabric # Dependencies -fabric_version=0.90.7+1.20.2 +fabric_version=0.96.4+1.20.4 cloth_config_version = 12.0.109 mod_menu_version = 8.0.0 \ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 0eea8c71..48bc0dc7 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -27,7 +27,7 @@ "environment": "*", "entrypoints": { "main": [ - "mod.bespectacled.modernbeta.ModernBeta" + "mod.bespectacled.modernbeta.ModernBeta" ], "modmenu": [ "mod.bespectacled.modernbeta.config.ModernBetaModMenu" @@ -43,7 +43,7 @@ "accessWidener": "modern_beta.accesswidener", "depends": { - "fabricloader": ">=0.11.3", + "fabricloader": ">=0.15.0", "fabric": "*", "minecraft": "1.20.*", "java": ">=17", From 4455103e8cb3926369edc34b1ebfa886450f3f98 Mon Sep 17 00:00:00 2001 From: ErzeKawek <130212655+ErzeKawek@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:21:13 +0700 Subject: [PATCH 2/2] Modern Beta 6.6+1.20.4 --- build.gradle | 2 +- gradle.properties | 1 + src/main/resources/fabric.mod.json | 5 +++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 50af6817..b6a71741 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '1.4-SNAPSHOT' + id 'fabric-loom' version "${loom_version}" id 'maven-publish' } diff --git a/gradle.properties b/gradle.properties index 28a7837c..cc466f53 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,6 +5,7 @@ org.gradle.jvmargs=-Xmx1G minecraft_version=1.20.4 yarn_mappings=1.20.4+build.3 loader_version=0.15.7 +loom_version=1.5-SNAPSHOT # Mod Properties mod_version = 6.6 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 48bc0dc7..89adb8a1 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -13,7 +13,8 @@ "Arenovas", "Amb0s", "PaulEvs", - "comp500" + "comp500", + "ErzeKawek" ], "contact": { "homepage": "https://github.com/b3spectacled/", @@ -45,7 +46,7 @@ "depends": { "fabricloader": ">=0.15.0", "fabric": "*", - "minecraft": "1.20.*", + "minecraft": "1.20.4", "java": ">=17", "cloth-config2": "*" }