diff options
author | Julian <hi@notnite.com> | 2024-07-24 21:42:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-24 21:42:11 -0400 |
commit | 9f87ba4eecf3eecd5efe5355f23886c08e07a6d0 (patch) | |
tree | 0be406ac0b2cd2595232ca137348835f7178cb69 /src/main/resources/fabric.mod.json | |
parent | 40c0e869ad1edd5524b409d50d8733003c4d0c31 (diff) | |
parent | 66cca351c3a0f49ceaf15b4b5052a619a1f39228 (diff) | |
download | gloppers-9f87ba4eecf3eecd5efe5355f23886c08e07a6d0.tar.gz gloppers-9f87ba4eecf3eecd5efe5355f23886c08e07a6d0.tar.bz2 gloppers-9f87ba4eecf3eecd5efe5355f23886c08e07a6d0.zip |
1.21 Update
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" } } |