aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorinyourwalls <inyourwalls@tutanota.com>2024-02-19 20:31:37 -0500
committerinyourwalls <inyourwalls@tutanota.com>2024-02-19 20:31:37 -0500
commit67752ec81876512e63d381033240bc037af93e2d (patch)
tree320efe84bbb2c7b7642daaa6e3db04b566effe17 /src/main/resources/fabric.mod.json
parentb93a9f1406a38e32c03b75206411aae72defa931 (diff)
restrict loading to 1.20.11.20.1
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-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 64444f6..e8a36f6 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -27,6 +27,6 @@
"depends": {
"fabricloader": ">=0.14.22",
"java": ">=17",
- "minecraft": "~1.20.1"
+ "minecraft": "1.20.1"
}
}