mirror of
https://github.com/ow-mods/ow-mod-db.git
synced 2025-12-11 20:15:24 +01:00
Add tag for mod packs (#1099)
Bypassing reqs bc i made a small change to the schema and xen and corby approved before. * Add `symbolic` tag for mod "packs" * Update add-mod.yml * Add pack tag to every jam 3 mod * Update mods.schema.json --------- Co-authored-by: xen-42 <nicholasconnors@hotmail.ca>
This commit is contained in:
parent
227dce8773
commit
614560d034
1
.github/ISSUE_TEMPLATE/add-mod.yml
vendored
1
.github/ISSUE_TEMPLATE/add-mod.yml
vendored
@ -61,6 +61,7 @@ body:
|
||||
- story
|
||||
- audiovisual
|
||||
- localization
|
||||
- pack
|
||||
- type: input
|
||||
id: authorDisplay
|
||||
attributes:
|
||||
|
||||
@ -3037,7 +3037,8 @@
|
||||
"jam",
|
||||
"content",
|
||||
"story",
|
||||
"requires-dlc"
|
||||
"requires-dlc",
|
||||
"pack"
|
||||
],
|
||||
"parent": "xen.ModJam3",
|
||||
"authorDisplay": "a bunch of people"
|
||||
@ -3735,4 +3736,4 @@
|
||||
"parent": "xen-42.ModJam5"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@ -71,7 +71,8 @@
|
||||
"story",
|
||||
"audiovisual",
|
||||
"localization",
|
||||
"requires-dlc"
|
||||
"requires-dlc",
|
||||
"pack"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user