Skip to content

1.6.2

Latest

Choose a tag to compare

@DrakiaXYZ DrakiaXYZ released this 22 Mar 01:23
  • Remove unneeded configs in cases.json
  • Add moved configs to config.default.json5
  • Rename settings to be more similar
  • Fix grids in special slots drawing in the inventory UI

The following new settings have been added to the config.default.json5 file, and can be copied to your config.json5 if desired. They are no longer configurable on a per-case basis

    // Allow all cases in secure containers
    "allow_cases_in_secure": true,
    // Allow all cases in backpacks
    "allow_cases_in_backpacks": true,
    // A list of additional item IDs that should have cases allowed in them
    "cases_allowed_in": [],
    // A list of additional item IDs that should have cases disallowed in them
    "cases_disallowed_in": [],