From 7a66705c73a14772601b5998af1cd9f23e1ee887 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Wed, 10 Jul 2024 17:14:10 +0200 Subject: Attempt to make mc-publish recognize dependencies [no changelog] --- src/main/resources/fabric.mod.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main/resources/fabric.mod.json') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index fc4beac..ef2920e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -54,6 +54,11 @@ "links": { "modmenu.discord": "https://discord.gg/64pFP94AWA" } + }, + "mc-publish": { + "dependencies": [ + "roughlyenoughitems{modrinth:rei}" + ] } } } -- cgit