Attempt to make mc-publish recognize dependencies

[no changelog]
This commit is contained in:
Linnea Gräf
2024-07-10 17:14:10 +02:00
parent 7e69b4944f
commit 7a66705c73
2 changed files with 5 additions and 1 deletions

View File

@@ -27,5 +27,4 @@ jobs:
modrinth-token: ${{ secrets.MODRINTH_TOKEN }} modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
files: "*.jar" files: "*.jar"
loaders: fabric loaders: fabric
game-versions: 1.20.6
version: ${{ github.event.release.tag_name }} version: ${{ github.event.release.tag_name }}

View File

@@ -54,6 +54,11 @@
"links": { "links": {
"modmenu.discord": "https://discord.gg/64pFP94AWA" "modmenu.discord": "https://discord.gg/64pFP94AWA"
} }
},
"mc-publish": {
"dependencies": [
"roughlyenoughitems{modrinth:rei}"
]
} }
} }
} }