Hello,
Is it possible to split the config/items.xml file into multiple subfiles within the same mod, and have them all loaded ?
- Main concern is readability
- I know I can split the file over multiple (ordered) mod
- It sounds doable because xpath uses eg </items> prefix, so it does not need the file to be called items.xml in order to know it is modifying items.
- If it is doable, in which order would they be loaded ?
Thank you !
Is it possible to split the config/items.xml file into multiple subfiles within the same mod, and have them all loaded ?
- Main concern is readability
- I know I can split the file over multiple (ordered) mod
- It sounds doable because xpath uses eg </items> prefix, so it does not need the file to be called items.xml in order to know it is modifying items.
- If it is doable, in which order would they be loaded ?
Thank you !