aboutsummaryrefslogtreecommitdiff
path: root/src/testmod
diff options
context:
space:
mode:
authorxander <xander@isxander.dev>2022-09-03 17:48:58 +0100
committerxander <xander@isxander.dev>2022-09-03 17:48:58 +0100
commitdc36b45ea7f2e86ce9465e690fbfa56f24c3ce10 (patch)
treecbfc4c8feb98dcce33184e2bf21ff7732d60f045 /src/testmod
parent7d3668fc2e76dd18cf40d964e2ea1a9676fbf56d (diff)
downloadYetAnotherConfigLib-dc36b45ea7f2e86ce9465e690fbfa56f24c3ce10.tar.gz
YetAnotherConfigLib-dc36b45ea7f2e86ce9465e690fbfa56f24c3ce10.tar.bz2
YetAnotherConfigLib-dc36b45ea7f2e86ce9465e690fbfa56f24c3ce10.zip
add fabric resource loader to depends
Diffstat (limited to 'src/testmod')
-rw-r--r--src/testmod/resources/fabric.mod.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testmod/resources/fabric.mod.json b/src/testmod/resources/fabric.mod.json
index 0d78804..333adc3 100644
--- a/src/testmod/resources/fabric.mod.json
+++ b/src/testmod/resources/fabric.mod.json
@@ -16,6 +16,7 @@
"depends": {
"fabricloader": ">=0.14.0",
"minecraft": "1.19.x",
- "java": ">=17"
+ "java": ">=17",
+ "fabric-resource-loader-v0": "*"
}
}