diff options
| author | inyourwalls <inyourwalls@tutanota.com> | 2024-02-19 20:31:37 -0500 |
|---|---|---|
| committer | inyourwalls <inyourwalls@tutanota.com> | 2024-02-19 20:31:37 -0500 |
| commit | 67752ec81876512e63d381033240bc037af93e2d (patch) | |
| tree | 320efe84bbb2c7b7642daaa6e3db04b566effe17 /src/main/resources | |
| parent | b93a9f1406a38e32c03b75206411aae72defa931 (diff) | |
restrict loading to 1.20.11.20.1
Diffstat (limited to 'src/main/resources')
| -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 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" } } |
