Client Configs

How to change the config

Using the mod menu

If you are using NeoForge, you can configure the client configs directly in game in the mods menu.

CobbleDollars in NeoForge ModMenu

If you are using Fabric, you will have to download the ModMenu mod to achieve that.

CobbleDollars in the mod ModMenu for Fabric

The Client Config Screen

CobbleDollars Client Config Screen

Modifying the file

The default file

client.json
{
  "overlayPosition": "bottom_right"
}

overlayPosition

  • Defines the position of the UI showing your CobbleDollars balance.

Possible settings
"overlayPosition": "top_left"
"overlayPosition": "top_right"
"overlayPosition": "bottom_left"
"overlayPosition": "bottom_right" //Default

Last updated