aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorHKS-HNS <business@hks-hns.com>2024-07-24 22:02:21 +0200
committerHKS-HNS <business@hks-hns.com>2024-07-24 22:02:21 +0200
commita9b6f5db55405269ebf948fe031c31af2590c4de (patch)
tree4556614c2ed85f017b471c0aac85d0244d037584 /src/main/resources/fabric.mod.json
parent7719f7e902276874c2425091fd4f3fbc37ace3c8 (diff)
downloadgloppers-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.json4
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"
}
}