Skip to content

Commit 4837b6f

Browse files
authored
Update mods.md
1 parent 404f4e9 commit 4837b6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mods.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ This has several benefits:
8585
- it makes it possible for several mods to change the same file while maintaining compatibility (provided the changes don't conflict)
8686
- it reduces size and maintenance burden.
8787

88-
Like with the full files themselves, the patches will be applied in the mod loading order. So if you want to create a mod for a mod, the user will just have
89-
to make sure your mod is later in the list.
88+
Like with the full files themselves, the patches will be applied in the **reverse** mod loading order, oldest enabled mod to first. So if you want to create a mod for a mod, the user will just have
89+
to make sure your mod is in the list before it. If you're unsure about the order, you can run JA2S and it will log the mod priorities (and paths) on startup.
9090

9191
#### Creating patches
9292
If you want to change `FILE.json`, you will have to create `FILE.patch.json`. The easiest way is to make a copy of the file, change it however you desire,

0 commit comments

Comments
 (0)