diff options
author | Chris Xiong <chirs241097@gmail.com> | 2024-09-06 23:02:34 -0400 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2024-09-06 23:02:34 -0400 |
commit | 263695053d997e75ec4a10f0de3ea0cb8a0de80c (patch) | |
tree | a3d331738b56e0661731511cb46297d51e6ae9cd /src/main/resources | |
parent | 04b4941e65693f8d6b55f924781d7dd7cd26b1d5 (diff) | |
download | meteor-trashy-addon-dev.tar.xz |
Special thanks to Xenapte for the 1.20.6 patch.
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 da62d20..f2e1ce5 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -25,7 +25,7 @@ "meteor-client:color": "225,25,25" }, "depends": { - "java": ">=17", + "java": ">=21", "minecraft": ">=${mc_version}", "meteor-client": "*" } |