Closed dschu012 closed 3 months ago
allow multiple external item configs to be loaded. ex:
//ItemConfig[]: ../BH/early_ladder.cfg ItemConfig[]: ../BH/socketables.cfg ItemConfig[]: ../BH/rares.cfg ItemConfig[]: ../BH/charms.cfg
you can still define all your itemdisplay rules in the main BH.cfg file, this just allows you to externalize that if you want to. makes it easy to turn on and off groups of rules like early_ladder.cfg or to easily find a rule you are looking for.
BH.cfg
early_ladder.cfg
This looks great!
allow multiple external item configs to be loaded. ex:
you can still define all your itemdisplay rules in the main
BH.cfg
file, this just allows you to externalize that if you want to. makes it easy to turn on and off groups of rules likeearly_ladder.cfg
or to easily find a rule you are looking for.