From 52623b715d395f65f96e09f4492285935b797b4b Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Thu, 12 Sep 2024 13:34:11 +0200 Subject: Isolate CIT resewn compat --- src/main/resources/fabric.mod.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index e027783..cb623dc 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -47,7 +47,9 @@ "fabric": "*", "fabric-language-kotlin": ">=${fabric_kotlin_version}", "minecraft": ">=${minecraft_version}", - "roughlyenoughitems": ">=${rei_version}" + "roughlyenoughitems": ">=${rei_version}", + "cloth-config": "*", + "architectury": "*" }, "custom": { "configured": { @@ -62,7 +64,8 @@ }, "mc-publish": { "dependencies": [ - "roughlyenoughitems{modrinth:rei}" + "roughlyenoughitems{modrinth:rei}", + "architectury{modrinth:architectury-api}" ] } } -- cgit