aboutsummaryrefslogtreecommitdiff
path: root/fabric/src
diff options
context:
space:
mode:
authorisXander <xandersmith2008@gmail.com>2023-09-24 16:23:35 +0100
committerisXander <xandersmith2008@gmail.com>2023-09-24 16:23:35 +0100
commite44be35f9e35784154934c5aba8c44535d5956a7 (patch)
treec3ad43e32b29c52b3a6d0ee53d002250180f0595 /fabric/src
parentd2b67633c1d3ca0c46682b05955dafafd3597f1d (diff)
downloadYetAnotherConfigLib-e44be35f9e35784154934c5aba8c44535d5956a7.tar.gz
YetAnotherConfigLib-e44be35f9e35784154934c5aba8c44535d5956a7.tar.bz2
YetAnotherConfigLib-e44be35f9e35784154934c5aba8c44535d5956a7.zip
changelog + update version on publishing and mod metadata
Diffstat (limited to 'fabric/src')
-rw-r--r--fabric/src/main/resources/fabric.mod.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json
index f74fcd5..39260df 100644
--- a/fabric/src/main/resources/fabric.mod.json
+++ b/fabric/src/main/resources/fabric.mod.json
@@ -17,7 +17,7 @@
"environment": "*",
"depends": {
"fabricloader": ">=0.14.0",
- "minecraft": ">1.20-",
+ "minecraft": "~1.20.2",
"java": ">=17",
"fabric-resource-loader-v0": "*"
},