aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorisXander <xandersmith2008@gmail.com>2023-03-15 18:07:44 +0000
committerisXander <xandersmith2008@gmail.com>2023-03-15 18:07:44 +0000
commitc02229186aa13b1d699e2d00d24865260f158a54 (patch)
tree253a1b6adb72ef4299bc256b03482dd4b79d41c1 /src/main/resources/fabric.mod.json
parentc8a86cff89aa9072b6917c628406d3a06f4934ae (diff)
parente51e9bc95e2e271c8d55b063f9117eda0a100ab0 (diff)
downloadYetAnotherConfigLib-c02229186aa13b1d699e2d00d24865260f158a54.tar.gz
YetAnotherConfigLib-c02229186aa13b1d699e2d00d24865260f158a54.tar.bz2
YetAnotherConfigLib-c02229186aa13b1d699e2d00d24865260f158a54.zip
Merge branch 'update/1.19.4' into 1.19.x/dev
# Conflicts: # build.gradle.kts
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index f7cd01a..cc2e6b9 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -20,7 +20,7 @@
},
"depends": {
"fabricloader": ">=0.14.0",
- "minecraft": "~1.19.3",
+ "minecraft": "~1.19.4",
"java": ">=17",
"fabric-resource-loader-v0": "*"
},