modpack/config/byg/client/biomepedia_inventory.json5
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 cc9d166efa v1.1.0 | Initial commit.
2022-08-19 20:29:50 +02:00

20 lines
No EOL
683 B
Text

/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
*/
{
// Inventory GUI settings for the biomepedia button position.
"inventory_position": {
"height_offset": 22,
"width_offset": 126
},
/* Whether the biomepedia button is visible in the player inventory.
Servers can disable this button from functioning regardless of this value.
*/
"visible": true
}