biomepedia.json5 518 B

12345678910111213
  1. /*
  2. This file uses the ".json5" file extension which allows for comments like this in a json file!
  3. Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
  4. VSCode: https://code.visualstudio.com/
  5. JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
  6. to make editing this file much easier.
  7. */
  8. {
  9. // Whether the biomepedia button is enabled or not in the player inventory for all users connected to this host.
  10. "inventory_enabled": false
  11. }