created prisim instance

This commit is contained in:
2026-03-28 15:29:14 -05:00
commit efcddeddc1
463 changed files with 5547 additions and 0 deletions

View File

@@ -0,0 +1,92 @@
// jm.config.file_header_1
// jm.config.file_header_2
// jm.config.file_header_5
{
"logLevel": "INFO",
"autoMapPoll": "2000",
"cacheAnimalsData": "3100",
"cacheMobsData": "3000",
"cachePlayerData": "1000",
"cachePlayersData": "2000",
"cacheVillagersData": "2200",
"announceMod": "true",
"checkUpdates": "true",
"recordCacheStats": "false",
"themeName": "Purist",
"caveIgnoreGlass": "true",
"mapOnlyPlayerChunk": "false",
"mapBathymetry": "false",
"mapWaterBiomeColors": "true",
"mapTopography": "true",
"mapBiome": "true",
"mapTransparency": "true",
"mapCaveLighting": "true",
"mapAntialiasing": "true",
"mapPlantShadows": "false",
"mapShadows": "true",
"mapPlants": "false",
"mapCrops": "true",
"mapBlendGrass": "true",
"mapBlendFoliage": "true",
"mapBlendWater": "true",
"mapSurfaceAboveCaves": "true",
"caveBlackAsClear": "false",
"renderDistanceCaveMax": "0",
"renderDistanceSurfaceMax": "0",
"renderDelay": "500",
"topoMax": "0",
"revealShape": "Circle",
"caveModeThreshold": "2",
"alwaysMapCaves": "false",
"alwaysMapSurface": "false",
"ignoreHeightmaps": "false",
"ignoreSnow": "false",
"lodsEnabled": "true",
"legacyIcons": "false",
"allowMiniMapBehindScreens": "true",
"maxAnimalsData": "32",
"maxAmbientCreaturesData": "32",
"maxMobsData": "32",
"maxPlayersData": "32",
"maxVillagersData": "32",
"hideSneakingEntities": "true",
"hideSpectators": "false",
"radarLateralDistance": "64",
"radarVerticalDistance": "16",
"dataCachingEnabled": "true",
"glErrorChecking": "false",
"seedId": "false",
"serverIp": "false",
"playerIconFade": "true",
"mobIconFade": "true",
"minimapPresetOverlay": "true",
"mappingEnabled": "true",
"optionsManagerViewed": null,
"splashViewed": "6.0.0-beta.62",
"gridSpecs": {
"day": "Squares,#808080,0.5,-1,-1",
"night": "Squares,#8080ff,0.3,-1,-1",
"underground": "Squares,#808080,0.3,-1,-1"
},
"colorPassive": "#bbbbbb",
"colorPassiveLabel": "#bbbbbb",
"colorHostile": "#ff0000",
"colorHostileLabel": "#ff0000",
"colorPet": "#0077ff",
"colorPetLabel": "#0077ff",
"colorVillager": "#88e188",
"colorVillagerLabel": "#88e188",
"colorPlayer": "#ffffff",
"colorPlayerLabel": "#ffffff",
"colorSelf": "#0000ff",
"initialSortOrder": "Name",
"sortDescending": "true",
"dayShader": "jm.common.map_filter.default",
"nightShader": "jm.common.map_filter.default",
"biomeShader": "jm.common.map_filter.default",
"topoShader": "jm.common.map_filter.default",
"caveShader": "jm.common.map_filter.default",
"netherShader": "jm.common.map_filter.default",
"colorPickerHistory": [],
"configVersion": "6.0.0-beta.62"
}