aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GuiTest/src/main/resources/fabric.mod.json2
-rw-r--r--build.gradle4
-rw-r--r--gradle.properties10
-rw-r--r--src/main/resources/fabric.mod.json2
4 files changed, 9 insertions, 9 deletions
diff --git a/GuiTest/src/main/resources/fabric.mod.json b/GuiTest/src/main/resources/fabric.mod.json
index bd2416f..1528093 100644
--- a/GuiTest/src/main/resources/fabric.mod.json
+++ b/GuiTest/src/main/resources/fabric.mod.json
@@ -20,7 +20,7 @@
"main": [ "io.github.cottonmc.test.LibGuiTest"],
"client": [ "io.github.cottonmc.test.client.LibGuiTestClient" ]
},
- "depends": {
+ "depends": {
"fabricloader": ">=0.4.0",
"libgui": "*",
"jankson": "*",
diff --git a/build.gradle b/build.gradle
index 2eed564..a63469f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
plugins {
- id 'fabric-loom' version '0.10-SNAPSHOT'
- id 'io.github.juuxel.loom-quiltflower-mini' version '1.0.0'
+ id 'fabric-loom' version '0.11-SNAPSHOT'
+ id 'io.github.juuxel.loom-quiltflower' version '1.7.0'
id 'maven-publish'
id 'checkstyle'
}
diff --git a/gradle.properties b/gradle.properties
index aa7cbf1..ede6f59 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/use
- minecraft_version=1.18.2
- yarn_mappings=1.18.2+build.2
+ minecraft_version=22w14a
+ yarn_mappings=22w14a+build.9
loader_version=0.13.3
# Mod Properties
@@ -13,7 +13,7 @@ org.gradle.jvmargs=-Xmx1G
archives_base_name = LibGui
# Dependencies
- fabric_version=0.48.0+1.18.2
- jankson_version=4.0.0+j1.2.0
- modmenu_version=3.1.0
+ fabric_version=0.50.0+1.19
+ jankson_version=4.1.0+j1.2.1
+ modmenu_version=3.1.1
libninepatch_version=1.1.0
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 085ceac..7e528bf 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -29,7 +29,7 @@
"fabric-lifecycle-events-v1": "^2.0.2",
"fabric-networking-api-v1": "^1.0.21",
"fabric-rendering-v1": "^1.10.7",
- "minecraft": "~1.18.2",
+ "minecraft": "1.19.x",
"jankson": "^4.0.0",
"libninepatch": "^1.1.0"
},