working on add/fix/remove buttons
This commit is contained in:
@@ -11,9 +11,12 @@
|
||||
;
|
||||
; Authored ordering: PROJECTRVInterior42 → RVInteriorExpansion → RVInteriorExpansionPart2.
|
||||
; The expansion mods don't declare these loadAfter relationships in their own
|
||||
; mod.info, so without these rules sortof has nothing to base the cluster
|
||||
; ordering on (PROJECTRVInterior42 is in PREORDER slot 7 already; expansions
|
||||
; just need to chain off of it).
|
||||
; mod.info. The actual adjacent placement is now enforced by PREORDER slots
|
||||
; 8/9 in mlos_sort.py — `loadAfter` only constrains topo order and lets
|
||||
; category-sort drift the expansions to the end of MODS_LINE under
|
||||
; "undefined". The rules below remain as documentation of the intended chain
|
||||
; AND so the `rules-applied` warning still fires when either expansion wsid
|
||||
; is in the user's input.
|
||||
|
||||
[RVInteriorExpansion]
|
||||
loadAfter=PROJECTRVInterior42
|
||||
|
||||
Reference in New Issue
Block a user