aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJuuz <6596629+Juuxel@users.noreply.github.com>2022-03-22 11:05:28 +0200
committerJuuz <6596629+Juuxel@users.noreply.github.com>2022-03-22 11:05:28 +0200
commit1c38931f55388b2c42fcec4efa0b0e00ec309643 (patch)
treeff7f2acc94b1ea3d839306bbe30d55c8e2cb882d /src
parent92a6dd2bf4fa3627bbcc4473ceb5a0d3f9b11bfe (diff)
downloadLibGui-1c38931f55388b2c42fcec4efa0b0e00ec309643.tar.gz
LibGui-1c38931f55388b2c42fcec4efa0b0e00ec309643.tar.bz2
LibGui-1c38931f55388b2c42fcec4efa0b0e00ec309643.zip
Only depend on specific Fabric API modules
Diffstat (limited to 'src')
-rw-r--r--src/main/resources/fabric.mod.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 466944f..085ceac 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -25,7 +25,10 @@
"depends": {
"java": ">=17",
"fabricloader": ">=0.13.3",
- "fabric": ">=0.48.0",
+ "fabric-api-base": ">=0.4.4",
+ "fabric-lifecycle-events-v1": "^2.0.2",
+ "fabric-networking-api-v1": "^1.0.21",
+ "fabric-rendering-v1": "^1.10.7",
"minecraft": "~1.18.2",
"jankson": "^4.0.0",
"libninepatch": "^1.1.0"