diff options
author | HKS-HNS <business@hks-hns.com> | 2024-07-24 22:02:21 +0200 |
---|---|---|
committer | HKS-HNS <business@hks-hns.com> | 2024-07-24 22:02:21 +0200 |
commit | a9b6f5db55405269ebf948fe031c31af2590c4de (patch) | |
tree | 4556614c2ed85f017b471c0aac85d0244d037584 /src/main/resources/fabric.mod.json | |
parent | 7719f7e902276874c2425091fd4f3fbc37ace3c8 (diff) | |
download | gloppers-a9b6f5db55405269ebf948fe031c31af2590c4de.tar.gz gloppers-a9b6f5db55405269ebf948fe031c31af2590c4de.tar.bz2 gloppers-a9b6f5db55405269ebf948fe031c31af2590c4de.zip |
Updated to 1.21
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 b75428f..e023250 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -18,7 +18,7 @@ ], "depends": { "fabricloader": ">=0.14.19", - "minecraft": "~1.20", - "java": ">=17" + "minecraft": "~1.21", + "java": ">=21" } } |