From 7a5335756960d77ca4d12cf49b59ea273b5a8f64 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Thu, 31 Oct 2024 20:05:10 +0100 Subject: fix: Make REI optional in mc-publish [no changelog] --- src/main/resources/fabric.mod.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 609304a..9997018 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -61,8 +61,7 @@ }, "mc-publish": { "dependencies": [ - "roughlyenoughitems{modrinth:rei}", - "architectury{modrinth:architectury-api}" + "roughlyenoughitems(recommended){modrinth:rei}" ] } } -- cgit