Add Group For Fixes (#28)

* Fixes & Resources
 - A group for modules that fix issues and bugs or add resources for other mods.
This commit is contained in:
MacSplody
2021-05-08 20:27:21 +01:00
committed by GitHub
parent b9b2f4dc62
commit b773a12dc9
+5 -1
View File
@@ -181,9 +181,13 @@ groups:
- name: &dlcGroup DLC
description: 'A group for official downloadable content.'
- name: default
- name: &fixesGroup Fixes & Resources
description: 'A group for modules that fix issues and bugs or add resources for other mods.'
after: [ *dlcGroup ]
- name: default
after: [ *fixesGroup ]
- name: &dynamicPatchGroup Dynamic Patches
description: 'A group for patches that are dynamically generated by modding tools.'
after: [ default ]