diff options
author | Linnea Gräf <nea@nea.moe> | 2024-07-10 17:14:10 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-07-10 17:23:58 +0200 |
commit | 7a66705c73a14772601b5998af1cd9f23e1ee887 (patch) | |
tree | efad5b4aeb4fa86966e1f34b44baecf24de95270 /src | |
parent | 7e69b4944f5893862ac8d10d3081079d9b0fae35 (diff) | |
download | Firmament-7a66705c73a14772601b5998af1cd9f23e1ee887.tar.gz Firmament-7a66705c73a14772601b5998af1cd9f23e1ee887.tar.bz2 Firmament-7a66705c73a14772601b5998af1cd9f23e1ee887.zip |
Attempt to make mc-publish recognize dependencies
[no changelog]
Diffstat (limited to 'src')
-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}" + ] } } } |