26 lines
1.0 KiB
Plaintext
26 lines
1.0 KiB
Plaintext
{
|
|
// What of the GUI compass should be displayed. Default: [FXYZ]. F: facing (direction), X: x coord, Y: y coord (depth), Z: z coord.
|
|
"guiCompassFormat": "FXYZ",
|
|
// When enabled, will only show the GUI compass when a compass is present in the inventory.
|
|
"mustHaveCompassInInventory": true,
|
|
// Places the GUI compass on the left.
|
|
"compassPositionIsLeft": true,
|
|
// Places the GUI compass in the middle.
|
|
"compassPositionIsCenter": false,
|
|
// Places the GUI compass on the right.
|
|
"compassPositionIsRight": false,
|
|
// The vertical offset (y coord) for the Compass. This determines how far down the time should be on the screen. Can be changed to prevent GUIs from overlapping.
|
|
// min: 0, max: 3000
|
|
"compassHeightOffset": 5,
|
|
// If the text displayed should have a shadow drawn below it.
|
|
"drawTextShadow": true,
|
|
// The red RGB value for the compass text.
|
|
// min: 0, max: 255
|
|
"RGB_R": 255,
|
|
// The green RGB value for the compass text.
|
|
// min: 0, max: 255
|
|
"RGB_G": 255,
|
|
// The blue RGB value for the compass text.
|
|
// min: 0, max: 255
|
|
"RGB_B": 255
|
|
} |