diff options
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 5 |
1 files changed, 5 insertions, 0 deletions
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}" + ] } } } |