From 3313bb0f01e82828d228c091ffe709fea502fffe Mon Sep 17 00:00:00 2001 From: Erdragh Date: Thu, 12 Oct 2023 00:23:42 +0200 Subject: [PATCH] add missing dependencies to fabric json --- src/main/resources/fabric.mod.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 1d6926c..78cca9b 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -29,7 +29,8 @@ "fabricloader": ">=${loader_version}", "fabric": "*", "minecraft": "1.18.2", - "ad_astra": ">=1.0.9" + "ad_astra": ">=1.0.9", + "forgeconfigapiport": ">=3.2.4" }, "accessWidener": "per_aspera.accesswidener" }