Skip to content

Startup Config

Relentless edited this page Nov 22, 2022 · 1 revision

Description

The startup config can be used to toggle options that only take effect upon starting the game. Changes inside of it are not reloadable and require a full game restart.

Location: config/almostunified/startup.json
If you don't find the config, make sure you already started the game once.

Explanation

Key Description Values
serverOnly Starts the mod in server-only mode so clients do not need it. This will still unify all recipes but disables automatic hiding of items in JEI/REI. true or false

Default Config

Note: Forge and Fabric default configs are equal

{
  "serverOnly": false
}
Clone this wiki locally