aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorLibravatar modmuss50 <[email protected]>2021-11-16 19:30:30 +0000
committerLibravatar modmuss50 <[email protected]>2021-11-16 19:52:21 +0000
commit57e84b576d24f1b80e1701d4759773234b1ee8ba (patch)
treece9ff2c1d75db60750203a519d69ea257040a9eb /src/main/resources/fabric.mod.json
parentSmall cleanup (diff)
1.18-pre2
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 a0bfabb..6dc3ce6 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -29,8 +29,8 @@
"depends": {
"fabricloader": ">=0.11.3",
"fabric": "*",
- "minecraft": "1.17.x",
- "java": ">=16"
+ "minecraft": "1.18.x",
+ "java": ">=17"
},
"suggests": {
"another-mod": "*"