aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorisXander <xandersmith2008@gmail.com>2022-11-17 17:18:19 +0000
committerisXander <xandersmith2008@gmail.com>2022-11-17 17:18:19 +0000
commit3a86e9d2ba89466f7f9ef51c29eb5879bcb8a98e (patch)
treed3617930fed50a945ce4ff9ee76b8dbd7df46968 /src/main/resources/fabric.mod.json
parentaf4484ecee46300a26952b9b9b41e7a2e80d3f78 (diff)
downloadYetAnotherConfigLib-3a86e9d2ba89466f7f9ef51c29eb5879bcb8a98e.tar.gz
YetAnotherConfigLib-3a86e9d2ba89466f7f9ef51c29eb5879bcb8a98e.tar.bz2
YetAnotherConfigLib-3a86e9d2ba89466f7f9ef51c29eb5879bcb8a98e.zip
22w46a
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index fc5a14f..37b150e 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -20,8 +20,9 @@
},
"depends": {
"fabricloader": ">=0.14.0",
- "minecraft": "1.19.x",
- "java": ">=17"
+ "minecraft": "~1.19.3-alpha.22.46.a",
+ "java": ">=17",
+ "fabric-resource-loader-v0": "*"
},
"mixins": [
"yet-another-config-lib.mixins.json"