diff options
| author | inyourwalls <inyourwalls@tutanota.com> | 2023-11-10 23:39:55 -0500 |
|---|---|---|
| committer | inyourwalls <inyourwalls@tutanota.com> | 2023-11-10 23:39:55 -0500 |
| commit | be3ba09574fafe7dde753d5c4cffa2887a034528 (patch) | |
| tree | 35b16c25a4f4b9aac93fa03da8e729cf3d792bab | |
| parent | f34fa7d310b041c09700ed93f43d7bbe1ca3ed5e (diff) | |
don't allow loading on 1.20.2 - crashes
| -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 f3df57f..6969155 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -21,7 +21,7 @@ "depends": { "fabricloader": ">=0.14.22", "fabric-api": ">=0.90.4+1.20.1", - "minecraft": "~1.20.1", + "minecraft": "1.20.1", "java": ">=17" }, "suggests": {} |
