-
Notifications
You must be signed in to change notification settings - Fork 3
Config v3
Hoid2 edited this page Apr 2, 2022
·
3 revisions
Action Inventory Config Removed 3.2 See Data Packs V3
Action inventory mod has some configuration options which can be specified in the actioninventory.conf file.
Paths can start with GLOBAL/ to start in the game directory and WORLD/ to start in the game folder of the world. Paths not starting with these work like normal.
key: guiBuilderPaths
default: ["GLOBAL/actioninventory/guiBuilders"]
These are the paths where action inventory builders are read from. There can be multiple paths.
key: openerPaths
default: ["GLOBAL/actioninventory/openers"]
These are the paths where action inventory openers should be read from. There can be multiple paths.
key: savePath
default: "GLOBAL/actioninventory/saves"
This is where user data for the mod is saved. There can only be one path.