diff options
author | Player <sfPlayer1@users.noreply.github.com> | 2022-04-27 05:12:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-27 05:12:03 +0000 |
commit | 283fa1c518b559a6391a3605f500a1506ba9cd3c (patch) | |
tree | f45f89661f2f6e36dc88640299966d221367ff47 /src/main/resources/fabric.mod.json | |
parent | 06e3e43ee0662fd1afecebb428cb04cdc271b0ab (diff) |
Update MC dep to disallow 1.18.1 since it's usually incompatible
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
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": { |