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.

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

The Client Config Screen

Modifying the file
The Client config file is located in:
[Minecraft files (usually: /.minecraft)]/config/cobbledollars/client.json
The default file
{
"overlayPosition": "bottom_right"
}
overlayPosition
overlayPosition
Defines the position of the UI showing your CobbleDollars balance.
"overlayPosition": "top_left"
"overlayPosition": "top_right"
"overlayPosition": "bottom_left"
"overlayPosition": "bottom_right" //Default
Last updated