summary refs log tree commit diff stats
path: root/src/main/resources
diff options
context:
space:
mode:
authorPlayer <sfPlayer1@users.noreply.github.com>2022-04-27 05:12:03 +0000
committerGitHub <noreply@github.com>2022-04-27 05:12:03 +0000
commit283fa1c518b559a6391a3605f500a1506ba9cd3c (patch)
treef45f89661f2f6e36dc88640299966d221367ff47 /src/main/resources
parent06e3e43ee0662fd1afecebb428cb04cdc271b0ab (diff)
Update MC dep to disallow 1.18.1 since it's usually incompatible
Diffstat (limited to 'src/main/resources')
-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 5598ed6..9b1ba13 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -29,7 +29,7 @@
   "depends": {
     "fabricloader": ">=0.13.3",
     "fabric": "*",
-    "minecraft": "1.18.x",
+    "minecraft": "~1.18.2",
     "java": ">=17"
   },
   "suggests": {