Attempt to make mc-publish recognize dependencies
[no changelog]
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
@@ -54,6 +54,11 @@
|
|||||||
"links": {
|
"links": {
|
||||||
"modmenu.discord": "https://discord.gg/64pFP94AWA"
|
"modmenu.discord": "https://discord.gg/64pFP94AWA"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"mc-publish": {
|
||||||
|
"dependencies": [
|
||||||
|
"roughlyenoughitems{modrinth:rei}"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user