clientstuff

This commit is contained in:
2025-10-27 11:53:18 +01:00
parent 503b04656d
commit d22cef5355
1575 changed files with 795737 additions and 610 deletions

View File

@@ -3,28 +3,28 @@
// For more information, go to: http://journeymap.info/help/wiki/Options_Manager
{
"enabled": true,
"shape": "Square",
"shape": "Circle",
"position": "TopRight",
"showFps": false,
"showBiome": true,
"showLocation": true,
"sizePercent": 25,
"sizePercent": 30,
"frameAlpha": 100,
"terrainAlpha": 100,
"orientation": "North",
"orientation": "PlayerHeading",
"compassFontScale": 1,
"showCompass": true,
"showReticle": false,
"showReticle": true,
"reticleOrientation": "Compass",
"preferredMapType": "day",
"preferredMapType": "night",
"active": true,
"showCaves": true,
"fontScale": 1,
"textureSmall": true,
"showWaypointLabels": true,
"locationFormatVerbose": true,
"locationFormat": "xzy",
"showMobHeading": false,
"locationFormat": "xzyv",
"showMobHeading": true,
"showPlayerHeading": true,
"showMobs": true,
"showAnimals": true,
@@ -33,16 +33,16 @@
"showPlayers": true,
"showWaypoints": true,
"showSelf": true,
"showGrid": false,
"entityIconSetName": "2D",
"entityScale": 135,
"showGrid": true,
"entityIconSetName": "3D",
"entityScale": 100,
"entityBlur": true,
"zoomLevel": 0,
"disabled": false,
"configVersion": {
"major": 5,
"minor": 2,
"micro": 9,
"micro": 8,
"patch": ""
}
}