diff options
| author | 2022-04-27 05:12:03 +0000 | |
|---|---|---|
| committer | 2022-04-27 05:12:03 +0000 | |
| commit | 283fa1c518b559a6391a3605f500a1506ba9cd3c (patch) | |
| tree | f45f89661f2f6e36dc88640299966d221367ff47 | |
| parent | Update to 1.18.2 (diff) | |
Update MC dep to disallow 1.18.1 since it's usually incompatible
| -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": { |
