diff options
| author | inyourwalls <inyourwalls@tutanota.com> | 2023-11-10 23:36:47 -0500 |
|---|---|---|
| committer | inyourwalls <inyourwalls@tutanota.com> | 2023-11-10 23:36:47 -0500 |
| commit | f34fa7d310b041c09700ed93f43d7bbe1ca3ed5e (patch) | |
| tree | be52257aee0c06c6c9dcb9101c468cccffbe8a59 /src/main/resources/fabric.mod.json | |
| parent | 7946749294eb97ddfe66f509fa48887bfe3f2f41 (diff) | |
drop supported version to 1.20.1
Diffstat (limited to 'src/main/resources/fabric.mod.json')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index d2a9d50..f3df57f 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -20,8 +20,8 @@ }, "depends": { "fabricloader": ">=0.14.22", - "fabric-api": ">=0.90.4+1.20.2", - "minecraft": "~1.20.2", + "fabric-api": ">=0.90.4+1.20.1", + "minecraft": "~1.20.1", "java": ">=17" }, "suggests": {} |
