Skip to content

Commit

Permalink
Add group for Water Overhauls (#629)
Browse files Browse the repository at this point in the history
* Add Group
- A group for mods that change water textures and settings.
- Placed late due to Vivid water worldspace edits.
  • Loading branch information
MacSplody authored Nov 27, 2024
1 parent 9922cb1 commit 5ded2cc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -580,9 +580,13 @@ groups:
- name: &latePatchesGroup Late Patches
after: [ *lateLoadersGroup ]

- name: &waterOverhaulsGroup Water Overhauls
description: 'A group for mods that change water textures and settings.'
after: [ *latePatchesGroup ]

- name: &worldSettingsGroup Worldspace Settings
description: 'A group for modules that need to be loaded late to preserve worldspace settings.'
after: [ *latePatchesGroup ]
after: [ *waterOverhaulsGroup ]

- name: &conflictResPatchGroup Conflict Resolution Patches
description: 'A group for patches that resolve conflicts.'
Expand Down

0 comments on commit 5ded2cc

Please sign in to comment.