From 1c38931f55388b2c42fcec4efa0b0e00ec309643 Mon Sep 17 00:00:00 2001 From: Juuz <6596629+Juuxel@users.noreply.github.com> Date: Tue, 22 Mar 2022 11:05:28 +0200 Subject: Only depend on specific Fabric API modules --- src/main/resources/fabric.mod.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/main') 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" -- cgit