clientstuff

This commit is contained in:
2025-11-03 15:47:16 +01:00
parent 503b04656d
commit a90cfde309
1655 changed files with 940682 additions and 604 deletions

View File

@@ -0,0 +1,84 @@
// JourneyMap configuration file. Modify at your own risk!
// To use in all worlds, place here: journeymap\config\5.2\
// For more information, go to: http://journeymap.info/help/wiki/Options_Manager
{
"logLevel": "INFO",
"autoMapPoll": 2000,
"cacheAnimalsData": 3100,
"cacheMobsData": 3000,
"cachePlayerData": 1000,
"cachePlayersData": 2000,
"cacheVillagersData": 2200,
"announceMod": true,
"checkUpdates": true,
"recordCacheStats": false,
"browserPoll": 2000,
"themeName": "Victorian",
"caveIgnoreGlass": true,
"mapBathymetry": false,
"mapTransparency": true,
"mapCaveLighting": true,
"mapAntialiasing": true,
"mapPlantShadows": false,
"mapPlants": false,
"mapCrops": true,
"mapSurfaceAboveCaves": true,
"renderDistanceCaveMin": 3,
"renderDistanceCaveMax": 3,
"renderDistanceSurfaceMin": 4,
"renderDistanceSurfaceMax": 7,
"renderDelay": 2,
"revealShape": "Circle",
"alwaysMapCaves": false,
"alwaysMapSurface": false,
"tileHighDisplayQuality": true,
"maxAnimalsData": 32,
"maxMobsData": 32,
"maxPlayersData": 32,
"maxVillagersData": 32,
"hideSneakingEntities": true,
"radarLateralDistance": 64,
"radarVerticalDistance": 16,
"tileRenderType": 1,
"gridSpecs": {
"day": {
"style": "Squares",
"red": 0.5,
"green": 0.5,
"blue": 0.5,
"alpha": 0.5,
"colorX": -1,
"colorY": -1
},
"night": {
"style": "Squares",
"red": 0.5,
"green": 0.5,
"blue": 1.0,
"alpha": 0.3,
"colorX": -1,
"colorY": -1
},
"underground": {
"style": "Squares",
"red": 0.5,
"green": 0.5,
"blue": 0.5,
"alpha": 0.3,
"colorX": -1,
"colorY": -1
}
},
"mappingEnabled": true,
"renderOverlayEventTypeName": "ALL",
"renderOverlayPreEvent": true,
"optionsManagerViewed": "5.2.8",
"splashViewed": "5.2.8",
"disabled": false,
"configVersion": {
"major": 5,
"minor": 2,
"micro": 8,
"patch": ""
}
}

View File

@@ -8,20 +8,26 @@
"textureSmall": true,
"showWaypointLabels": true,
"locationFormatVerbose": true,
"locationFormat": "xzy",
"showMobHeading": false,
"locationFormat": "xzyv",
"showMobHeading": true,
"showPlayerHeading": true,
"showMobs": true,
"showAnimals": true,
"showVillagers": true,
"showVillagers": false,
"showPets": true,
"showPlayers": true,
"showPlayers": false,
"showWaypoints": true,
"showSelf": true,
"showGrid": false,
"showGrid": true,
"entityIconSetName": "2D",
"entityScale": 135,
"entityScale": 100,
"entityBlur": true,
"zoomLevel": 0,
"disabled": false
"disabled": false,
"configVersion": {
"major": 5,
"minor": 2,
"micro": 8,
"patch": ""
}
}

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": ""
}
}

View File

@@ -0,0 +1,48 @@
// JourneyMap configuration file. Modify at your own risk!
// To use in all worlds, place here: journeymap\config\5.2\
// For more information, go to: http://journeymap.info/help/wiki/Options_Manager
{
"enabled": true,
"shape": "Rectangle",
"position": "TopCenter",
"showFps": false,
"showBiome": true,
"showLocation": true,
"sizePercent": 30,
"frameAlpha": 60,
"terrainAlpha": 60,
"orientation": "PlayerHeading",
"compassFontScale": 1,
"showCompass": true,
"showReticle": true,
"reticleOrientation": "Compass",
"preferredMapType": "day",
"active": false,
"showCaves": true,
"fontScale": 1,
"textureSmall": true,
"showWaypointLabels": true,
"locationFormatVerbose": true,
"locationFormat": "xzyv",
"showMobHeading": true,
"showPlayerHeading": true,
"showMobs": true,
"showAnimals": true,
"showVillagers": true,
"showPets": true,
"showPlayers": true,
"showWaypoints": true,
"showSelf": true,
"showGrid": true,
"entityIconSetName": "3D",
"entityScale": 100,
"entityBlur": true,
"zoomLevel": 0,
"disabled": false,
"configVersion": {
"major": 5,
"minor": 2,
"micro": 8,
"patch": ""
}
}

View File

@@ -0,0 +1,25 @@
// JourneyMap configuration file. Modify at your own risk!
// To use in all worlds, place here: journeymap\config\5.2\
// For more information, go to: http://journeymap.info/help/wiki/Options_Manager
{
"managerEnabled": true,
"beaconEnabled": true,
"showTexture": true,
"showStaticBeam": false,
"showRotatingBeam": false,
"showName": true,
"showDistance": true,
"autoHideLabel": true,
"boldLabel": false,
"fontScale": 2,
"textureSmall": false,
"maxDistance": 0,
"createDeathpoints": false,
"disabled": false,
"configVersion": {
"major": 5,
"minor": 2,
"micro": 8,
"patch": ""
}
}

View File

@@ -0,0 +1,27 @@
// JourneyMap configuration file. Modify at your own risk!
// To use in all worlds, place here: journeymap\config\5.2\
// For more information, go to: http://journeymap.info/help/wiki/Options_Manager
{
"enabled": false,
"port": 8080,
"preferredMapType": "day",
"showMobs": true,
"showAnimals": true,
"showVillagers": true,
"showPets": true,
"showPlayers": true,
"showWaypoints": true,
"showSelf": true,
"showGrid": true,
"entityIconSetName": "2D",
"entityScale": 100,
"entityBlur": true,
"zoomLevel": 0,
"disabled": false,
"configVersion": {
"major": 5,
"minor": 2,
"micro": 8,
"patch": ""
}
}