Skip to content

Commit

Permalink
Merge pull request #54 from thunderstore-io/content-warning-tags-updates
Browse files Browse the repository at this point in the history
Content warning tags updates
  • Loading branch information
MythicManiac authored Jul 31, 2024
2 parents 03ca31d + 54b6290 commit a917b8b
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions games/data/content-warning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ thunderstore:
displayName: "Content Warning"
categories:
clientside:
label: "Client-side"
label: "Client-Only"
serverside:
label: "Server-side"
label: "Host-Only"
allclients:
label: "All Clients"
vanillacomp:
label: "Vanilla Compatible"
mods:
Expand Down Expand Up @@ -43,12 +45,15 @@ thunderstore:
label: "Translations"
modpacks:
label: "Modpacks"
soundpack:
label: "Soundpack"
sections:
mods:
name: "Mods"
excludeCategories:
- "modpacks"
- "translations"
- "soundpack"
clientside:
name: "Clientside Mods"
requireCategories:
Expand All @@ -57,16 +62,28 @@ thunderstore:
name: "Host Only Mods"
requireCategories:
- "serverside"
vanillacomp:
name: "Vanilla Compatible Mods"
excludeCategories:
- "modpacks"
requireCategories:
- "vanillacomp"
translations:
name: "Translations"
requireCategories:
- "translations"
excludeCategories:
- "modpacks"
libraries:
name: "APIs & Libraries"
requireCategories:
- "libraries"
excludeCategories:
- "modpacks"
modpacks:
name: "Modpacks"
name: "Modpacks & Soundpacks"
requireCategories:
- "modpacks"
- "soundpack"

discordUrl: "https://discord.gg/E9ustG9Drx"

0 comments on commit a917b8b

Please sign in to comment.