Skip to content

Commit

Permalink
Add other mv related dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benwoo1110 committed Aug 24, 2023
1 parent 4e289b2 commit 4673a02
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion .github/workflows/call.platform_uploads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,19 @@ jobs:
modrinth_project_id: qvdtDX3s
modrinth_dependencies: >
[
{"project_id": "3wmN97b8", "dependency_type": "required"}
{"project_id": "3wmN97b8", "dependency_type": "required"},
{"project_id": "8VMk6P0I", "dependency_type": "optional"},
{"project_id": "vtawPsTo", "dependency_type": "optional"},
{"project_id": "WuErDeI1", "dependency_type": "optional"}
]
dbo_project_id: 35839
dbo_project_relations: >
[
{"slug": "multiverse-core", "type": "requiredDependency"},
{"slug": "multiverse-portals", "type": "optionalDependency"},
{"slug": "multiverse-netherportals", "type": "optionalDependency"},
{"slug": "multiverse-signportals", "type": "optionalDependency"}
]
hangar_slug: Multiverse-Inventories
Expand All @@ -56,6 +62,30 @@ jobs:
"owner": "Multiverse",
"slug": "Multiverse-Core"
}
},
{
"name": "Multiverse-Portals",
"required": false,
"namespace": {
"owner": "Multiverse",
"slug": "Multiverse-Portals"
}
},
{
"name": "Multiverse-NetherPortals",
"required": false,
"namespace": {
"owner": "Multiverse",
"slug": "Multiverse-NetherPortals"
}
},
{
"name": "Multiverse-SignPortals",
"required": false,
"namespace": {
"owner": "Multiverse",
"slug": "Multiverse-SignPortals"
}
}
]}
Expand Down

0 comments on commit 4673a02

Please sign in to comment.