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

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
*.log
*.gz
minecraft/logs

0
.packignore Normal file
View File

60
instance.cfg Normal file
View File

@@ -0,0 +1,60 @@
[General]
AutomaticJava=true
ConfigVersion=1.3
ExportAuthor=
ExportName=
ExportOptionalFiles=true
ExportSummary=
ExportVersion=1.0.0
GlobalDataPacksEnabled=false
GlobalDataPacksPath=
IgnoreJavaCompatibility=false
InstanceType=OneSix
JavaArchitecture=64
JavaPath=/usr/lib/jvm/openjdk25/bin/java
JavaRealArchitecture=amd64
JavaSignature=66accd689e089f538b7631be3d55f8322be9550a
JavaVendor=Void
JavaVersion=25.0.2
JoinServerOnLaunch=false
LogPrePostOutput=true
ManagedPack=false
ManagedPackID=
ManagedPackName=
ManagedPackType=
ManagedPackVersionID=
ManagedPackVersionName=
ModDownloadLoaders=[]
OverrideCommands=false
OverrideConsole=false
OverrideEnv=false
OverrideGameTime=false
OverrideJavaArgs=false
OverrideJavaLocation=true
OverrideLegacySettings=false
OverrideMemory=false
OverrideMiscellaneous=false
OverrideModDownloadLoaders=false
OverrideNativeWorkarounds=false
OverridePerformance=false
OverrideWindow=false
Profiler=
UseAccountForInstance=false
iconKey=default
lastLaunchTime=1774718863110
lastTimePlayed=24
linkedInstances=[]
name=RRCGamingClub
notes=
shortcuts=
totalTimePlayed=549
[UI]
mods_Page\Columns="AAAA/wAAAAAAAAABAAAAAAAAAAEBAAAAAAAAAAAAAAALwAcAAAAFAAAACAAAAGQAAAAJAAAAZAAAAAoAAABkAAAABgAAAGQAAAAHAAAAZAAAAlgAAAALAQEAAAAAAAABAAAAAAAAAGT/////AAAAgQAAAAAAAAALAAAAZAAAAAEAAAAAAAAAZAAAAAEAAAAAAAAAZAAAAAEAAAABAAAAZAAAAAEAAAAAAAAAZAAAAAEAAAAAAAAAZAAAAAEAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAEAAAAAAAAD6AAAAABkAAAAAAAAAAAAAAAAAAAAAQ=="
mods_Page\ColumnsOverride=false
resourcepacks_Page\Columns="AAAA/wAAAAAAAAABAAAAAAAAAAEBAAAAAAAAAAAAAAAHQAAAAAEAAAAGAAAAZAAAA/EAAAAHAQEAAAAAAAABAAAAAAAAAGT/////AAAAgQAAAAAAAAAHAAAAZAAAAAEAAAAAAAAAZAAAAAEAAAAAAAABmQAAAAEAAAABAAAAZAAAAAEAAAAAAAAAZAAAAAEAAAAAAAAAZAAAAAEAAAAAAAAAZAAAAAEAAAAAAAAD6AAAAABkAAAAAAAAAAAAAAAAAAAAAQ=="
resourcepacks_Page\ColumnsOverride=false
shaderpacks_Page\Columns="AAAA/wAAAAAAAAABAAAAAAAAAAEBAAAAAAAAAAAAAAAFEAAAAAEAAAAEAAAAZAAAA/EAAAAFAQEAAAAAAAABAAAAAAAAAGT/////AAAAgQAAAAAAAAAFAAAAZAAAAAEAAAAAAAACYQAAAAEAAAABAAAAZAAAAAEAAAAAAAAAZAAAAAEAAAAAAAAAZAAAAAEAAAAAAAAD6AAAAABkAAAAAAAAAAAAAAAAAAAAAQ=="
shaderpacks_Page\ColumnsOverride=false
texturepacks_Page\Columns="AAAA/wAAAAAAAAABAAAAAAAAAAEBAAAAAAAAAAAAAAAGIAAAAAEAAAAFAAAAZAAAAlgAAAAGAQEAAAAAAAABAAAAAAAAAGT/////AAAAgQAAAAAAAAAGAAAAZAAAAAEAAAAAAAAAZAAAAAEAAAAAAAAAZAAAAAEAAAABAAAAZAAAAAEAAAAAAAAAZAAAAAEAAAAAAAAAZAAAAAEAAAAAAAAD6AAAAABkAAAAAAAAAAAAAAAAAAAAAQ=="
texturepacks_Page\ColumnsOverride=false

View File

@@ -0,0 +1,35 @@
{
"options": {
"validationActiveServer": false,
"validateItemType": true,
"validateStackSize": true,
"validateStackSizeThreshold": 32,
"alwaysLogUnexpectedResults": true,
"classPolicies": {
"com.simibubi.create.content.equipment.toolbox.ToolboxMenu": {
"className": "com.simibubi.create.content.equipment.toolbox.ToolboxMenu",
"sortEnabled": false,
"stackFillEnabled": false,
"transferEnabled": false
},
"com.tiviacz.travelersbackpack.inventory.menu.BackpackSettingsMenu": {
"className": "com.tiviacz.travelersbackpack.inventory.menu.BackpackSettingsMenu",
"sortEnabled": false,
"stackFillEnabled": false,
"transferEnabled": false
},
"com.tom.storagemod.menu.CraftingTerminalMenu": {
"className": "com.tom.storagemod.menu.CraftingTerminalMenu",
"sortEnabled": false,
"stackFillEnabled": false,
"transferEnabled": false
},
"com.tom.storagemod.menu.StorageTerminalMenu": {
"className": "com.tom.storagemod.menu.StorageTerminalMenu",
"sortEnabled": false,
"stackFillEnabled": false,
"transferEnabled": false
}
}
}
}

View File

@@ -0,0 +1,161 @@
{
"options": {
"interactionInterval": 10,
"useServerAcceleration": true,
"useClientFallback": false,
"optimizeCreativeSorting": true,
"autoOpDelayPlayer": 2,
"autoOpDelayContainer": 2,
"hotbarScope": "HOTBAR",
"extraSlotScope": "NONE",
"bundlesUseRightClick": false,
"transferReverseOrder": true,
"alwaysMatchByType": false,
"typeMatchTags": [
"enchantable/weapon",
"enchantable/mining",
"enchantable/armor"
],
"sortOrderStr": "creative",
"shiftSortOrderStr": "quantity",
"ctrlSortOrderStr": "alphabet",
"altSortOrderStr": "rawId",
"useStartOverrides": true,
"startOverrideItems": [],
"useEndOverrides": true,
"endOverrideItems": [],
"playSoundSort": false,
"playSoundOther": false,
"interactionSound": "minecraft:block.note_block.xylophone",
"soundInterval": 1,
"soundPitchMin": 0.5,
"soundPitchMax": 2.0,
"soundVolume": 0.2,
"allowSoundOverlap": true,
"showButtons": true,
"showButtonTooltips": false,
"anchorButtonsLeft": false,
"justifyButtonsTopLeft": true,
"buttonsHorizontal": false,
"firstButtonOp": "SORT",
"secondButtonOp": "STACK_FILL",
"thirdButtonOp": "MATCH_TRANSFER",
"fourthButtonOp": "TRANSFER",
"layoutOffset": {
"x": -4,
"y": 0
},
"classPolicies": {
"com.simibubi.create.content.equipment.toolbox.ToolboxMenu": {
"className": "com.simibubi.create.content.equipment.toolbox.ToolboxMenu",
"offsetFromSlot": false,
"sortPolicy": "NONE",
"stackFillPolicy": "NONE",
"matchTransferPolicy": "NONE",
"transferPolicy": "NONE",
"autoOpOther": false,
"ignoredSlots": []
},
"com.tiviacz.travelersbackpack.inventory.menu.BackpackSettingsMenu": {
"className": "com.tiviacz.travelersbackpack.inventory.menu.BackpackSettingsMenu",
"offsetFromSlot": false,
"sortPolicy": "NONE",
"stackFillPolicy": "NONE",
"matchTransferPolicy": "NONE",
"transferPolicy": "NONE",
"autoOpOther": false,
"ignoredSlots": []
},
"com.tom.storagemod.menu.CraftingTerminalMenu": {
"className": "com.tom.storagemod.menu.CraftingTerminalMenu",
"offsetFromSlot": false,
"sortPolicy": "NONE",
"stackFillPolicy": "NONE",
"matchTransferPolicy": "NONE",
"transferPolicy": "NONE",
"autoOpOther": false,
"ignoredSlots": []
},
"com.tom.storagemod.menu.StorageTerminalMenu": {
"className": "com.tom.storagemod.menu.StorageTerminalMenu",
"offsetFromSlot": false,
"sortPolicy": "NONE",
"stackFillPolicy": "NONE",
"matchTransferPolicy": "NONE",
"transferPolicy": "NONE",
"autoOpOther": false,
"ignoredSlots": []
},
"net.minecraft.world.entity.player.Inventory": {
"className": "net.minecraft.world.entity.player.Inventory",
"offsetFromSlot": false,
"sortPolicy": "KEYBIND_BUTTON",
"stackFillPolicy": "KEYBIND",
"matchTransferPolicy": "KEYBIND_BUTTON",
"transferPolicy": "KEYBIND_BUTTON",
"autoOpOther": false,
"ignoredSlots": []
},
"net.minecraft.world.inventory.ChestMenu": {
"className": "net.minecraft.world.inventory.ChestMenu",
"offsetFromSlot": false,
"sortPolicy": "KEYBIND_BUTTON",
"stackFillPolicy": "KEYBIND_BUTTON",
"matchTransferPolicy": "KEYBIND_BUTTON",
"transferPolicy": "KEYBIND_BUTTON",
"autoOpOther": false,
"ignoredSlots": []
},
"net.minecraft.world.inventory.HopperMenu": {
"className": "net.minecraft.world.inventory.HopperMenu",
"offsetFromSlot": false,
"sortPolicy": "KEYBIND",
"stackFillPolicy": "KEYBIND",
"matchTransferPolicy": "KEYBIND_BUTTON",
"transferPolicy": "KEYBIND_BUTTON",
"autoOpOther": false,
"ignoredSlots": []
},
"net.minecraft.world.inventory.HorseInventoryMenu": {
"className": "net.minecraft.world.inventory.HorseInventoryMenu",
"offsetFromSlot": false,
"sortPolicy": "KEYBIND_BUTTON",
"stackFillPolicy": "KEYBIND",
"matchTransferPolicy": "KEYBIND",
"transferPolicy": "KEYBIND_BUTTON",
"autoOpOther": false,
"ignoredSlots": []
},
"net.minecraft.world.inventory.PlayerEnderChestContainer": {
"className": "net.minecraft.world.inventory.PlayerEnderChestContainer",
"offsetFromSlot": false,
"sortPolicy": "KEYBIND_BUTTON",
"stackFillPolicy": "KEYBIND_BUTTON",
"matchTransferPolicy": "KEYBIND_BUTTON",
"transferPolicy": "KEYBIND_BUTTON",
"autoOpOther": false,
"ignoredSlots": []
},
"net.minecraft.world.inventory.ShulkerBoxMenu": {
"className": "net.minecraft.world.inventory.ShulkerBoxMenu",
"offsetFromSlot": false,
"sortPolicy": "KEYBIND_BUTTON",
"stackFillPolicy": "KEYBIND_BUTTON",
"matchTransferPolicy": "KEYBIND_BUTTON",
"transferPolicy": "KEYBIND_BUTTON",
"autoOpOther": false,
"ignoredSlots": []
},
"net.minecraft.world.level.block.entity.RandomizableContainerBlockEntity": {
"className": "net.minecraft.world.level.block.entity.RandomizableContainerBlockEntity",
"offsetFromSlot": false,
"sortPolicy": "KEYBIND_BUTTON",
"stackFillPolicy": "KEYBIND_BUTTON",
"matchTransferPolicy": "KEYBIND_BUTTON",
"transferPolicy": "KEYBIND_BUTTON",
"autoOpOther": false,
"ignoredSlots": []
}
}
}
}

View File

@@ -0,0 +1,23 @@
{
"decay_with_deaths": true,
"decay_with_time": true,
"decay_time": 576000,
"decay_time_type": "TICKS",
"damage_to_break": 3,
"aesthetic_decay": false,
"store_experience": true,
"experience_cap": true,
"experience_kept": "VANILLA",
"experience_decay": false,
"drop_experience": false,
"gravestone_accessible_owner_only": true,
"broadcast_collect_in_chat": false,
"broadcast_coordinates_in_chat": false,
"aesthetic_gravestones": true,
"spawn_gravestone_skeletons": false,
"spawn_gravestones_in_creative": false,
"spawn_gravestones_with_keepinv": false,
"show_heads": true,
"time_format": "MMDDYYYY",
"console_info": false
}

View File

@@ -0,0 +1,40 @@
# LambDynamicLights configuration.
# The dynamic lights mode
mode = "fancy"
# The chunk rebuild scheduler mode (immediate, culling).
chunk_rebuild_scheduler = "culling"
[adaptive_ticking]
# How far away (in chunks) until light sources get ticked less often.
slow = 5
# How far away (in chunks) until light sources get ticked even less often.
slower = 8
# Reduces how often sources behind the camera get ticked.
background_sleep = true
# Light sources settings.
[light_sources]
# Enable entities light source.
entities = true
# Enable first-person player light source.
self = true
# Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water.
water_sensitive_check = true
# Creeper lighting mode. May be off, simple or fancy.
creeper = "simple"
# TNT lighting mode. May be off, simple or fancy.
tnt = "off"
# Enables dynamic lighting of beacon or end gateway beams.
beam = true
# Enables dynamic lighting of firefly particles from Firefly Bushes.
firefly = true
# Enables dynamic lighting of Guardian's lasers. This also can be toggled off by disabling Guardian dynamic lighting.
guardian_laser = true
# Enables dynamic lighting of the Warden's sonic boom attack particles.
sonic_boom = true
# Enables dynamic lighting for entities that have the Glowing effect.
glowing_effect = true
[light_sources.settings.entities.minecraft]
glow_item_frame = false

View File

@@ -0,0 +1,6 @@
# This is the configuration file for Lithium.
#
# You can find information on editing this file and all the available options here:
# https://github.com/CaffeineMC/lithium-fabric/wiki/Configuration-File
#
# By default, this file will be empty except for this notice.

View File

@@ -0,0 +1,31 @@
{
"sorting": "ascending",
"count_libraries": true,
"compact_list": false,
"count_children": true,
"mods_button_style": "classic",
"game_menu_button_style": "replace",
"count_hidden_mods": true,
"mod_count_location": "title_screen",
"hide_mod_links": false,
"show_libraries": false,
"hide_mod_license": false,
"hide_badges": false,
"hide_mod_credits": false,
"easter_eggs": true,
"random_java_colors": false,
"translate_names": true,
"translate_descriptions": true,
"update_checker": true,
"button_update_badge": true,
"update_channel": "release",
"quick_configure": true,
"modify_title_screen": true,
"modify_game_menu": true,
"hide_config_buttons": false,
"config_mode": false,
"disable_drag_and_drop": false,
"hidden_mods": [],
"hidden_configs": [],
"disable_update_checker": []
}

View File

@@ -0,0 +1 @@
{"v":1,"s":"0a1dcd98c853cdf07917f770e583cae719d67b8834d1768b33f74db25e5cacfa2c0708eea04719860eb81e18a1dfa260ee94b0173c7b30c0a53b62acbc6ea59d","u":"999696ea588cef1b0452039b973c8ec25b0dd0ad34fe28fc8b19345245d4ca9edfd43fdc42fc4d5822f544d3dc7d50d23d3e69d4fa9d2103d5d46f71c436d35c","p":"d30499a1172ed3165cd18fa637937ec6dccde3090fd6a465a608dc018b3346a5e5e0f53b683eb85aa5e3554384bbac74028648ce700eb68bf4ab1da195508937","t":1774717174}

View File

@@ -0,0 +1,6 @@
# This is the configuration file for Sodium.
#
# You can find information on editing this file and all the available options here:
# https://github.com/CaffeineMC/sodium/wiki/Configuration-File
#
# By default, this file will be empty except for this notice.

View File

@@ -0,0 +1,29 @@
{
"quality": {
"hidden_fluid_culling": true,
"improved_fluid_shaping": false
},
"performance": {
"chunk_builder_threads": 0,
"chunk_build_defer_mode": "ALWAYS",
"animate_only_visible_textures": true,
"use_entity_culling": true,
"use_fog_occlusion": true,
"use_block_face_culling": true,
"use_no_error_g_l_context": true,
"quad_splitting_mode": "SAFE"
},
"advanced": {
"enable_memory_tracing": false,
"use_advanced_staging_buffers": true,
"cpu_render_ahead_limit": 3
},
"debug": {
"terrain_sorting_enabled": true
},
"notifications": {
"has_cleared_donation_button": false,
"has_seen_donation_prompt": false,
"has_edited_fullscreen_option": true
}
}

View File

@@ -0,0 +1 @@
{"values":[]}

View File

BIN
minecraft/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

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

View File

@@ -0,0 +1,48 @@
// jm.config.file_header_1
// jm.config.file_header_2
// jm.config.file_header_5
{
"showKeys": "true",
"showThemeButton": "true",
"showPlayerLoc": "true",
"showMouseLoc": "true",
"minimalMode": "false",
"propertiesId": 0,
"playerDisplay": "OutlinedIcons",
"selfDisplayScale": "1.0",
"playerDisplayScale": "1.0",
"showPlayerHeading": "true",
"mobDisplay": "DotsAndOutlinedIcons",
"mobDisplayScale": "1.0",
"showMobHeading": "true",
"showMobs": "true",
"showAnimals": "true",
"showAmbientCreatures": "false",
"showVillagers": "true",
"showPets": "true",
"showPlayers": "true",
"fontScale": "1.0",
"showWaypointLabels": "true",
"waypointLabelScale": "1.0",
"waypointIconScale": "1.0",
"locationFormatVerbose": "true",
"locationFormat": "xzyv",
"showOffScreenPlayers": "true",
"showWaypoints": "true",
"showSelf": "true",
"showGrid": "true",
"showCaves": "true",
"showPlayerNames": "true",
"showTeamNames": "true",
"showEntityNames": "false",
"showHostileNames": "false",
"showPassiveNames": "false",
"showAmbientNames": "false",
"showPetNames": "false",
"showNpcNames": "false",
"showVillagerNames": "false",
"showNoIconNames": "true",
"preferredMapType": "day",
"zoomLevel": "512",
"configVersion": "6.0.0-beta.62"
}

View File

@@ -0,0 +1,80 @@
// jm.config.file_header_1
// jm.config.file_header_2
// jm.config.file_header_5
{
"enabled": "true",
"showDayNight": "true",
"minimapLockedMapType": "jm.common.map_type.auto",
"caveLayer": "4",
"info1Label": "jm.theme.labelsource.blank",
"info1LabelPosition": "Top",
"info2Label": "jm.theme.labelsource.gametime",
"info2LabelPosition": "Top",
"info3Label": "jm.theme.labelsource.location",
"info3LabelPosition": "Bottom",
"info4Label": "jm.theme.labelsource.biome",
"info4LabelPosition": "Bottom",
"infoSlotAlpha": "0.7",
"infoSlotFontScale": "1.0",
"infoSlotTimeFormat": "HH:mm:ss",
"systemTimeRealFormat": "HH:mm:ss",
"reticleOrientation": "Compass",
"shape": "Circle",
"sizePercent": "30",
"frameAlpha": "100",
"terrainAlpha": "100",
"backgroundAlpha": "0.8",
"orientation": "North",
"compassFontScale": "1.0",
"showCompass": "true",
"showReticle": "true",
"positionX": "0.9",
"positionY": "0.25",
"moveEffectIcons": "true",
"hideEffectIcons": "false",
"effectTranslateX": "0",
"effectTranslateY": "0",
"effectVertical": "false",
"effectReversed": "false",
"minimapKeyMovementSpeed": "0.001",
"position": "TopRight",
"active": true,
"propertiesId": 1,
"playerDisplay": "OutlinedIcons",
"selfDisplayScale": "1.0",
"playerDisplayScale": "1.0",
"showPlayerHeading": "true",
"mobDisplay": "DotsAndOutlinedIcons",
"mobDisplayScale": "1.0",
"showMobHeading": "true",
"showMobs": "true",
"showAnimals": "true",
"showAmbientCreatures": "false",
"showVillagers": "true",
"showPets": "true",
"showPlayers": "true",
"fontScale": "1.0",
"showWaypointLabels": "true",
"waypointLabelScale": "1.0",
"waypointIconScale": "1.0",
"locationFormatVerbose": "true",
"locationFormat": "xzyv",
"showOffScreenPlayers": "true",
"showWaypoints": "true",
"showSelf": "true",
"showGrid": "true",
"showCaves": "true",
"showPlayerNames": "true",
"showTeamNames": "true",
"showEntityNames": "false",
"showHostileNames": "false",
"showPassiveNames": "false",
"showAmbientNames": "false",
"showPetNames": "false",
"showNpcNames": "false",
"showVillagerNames": "false",
"showNoIconNames": "true",
"preferredMapType": "day",
"zoomLevel": "512",
"configVersion": "6.0.0-beta.62"
}

View File

@@ -0,0 +1,80 @@
// jm.config.file_header_1
// jm.config.file_header_2
// jm.config.file_header_5
{
"enabled": "true",
"showDayNight": "true",
"minimapLockedMapType": "jm.common.map_type.auto",
"caveLayer": "4",
"info1Label": "jm.theme.labelsource.blank",
"info1LabelPosition": "Top",
"info2Label": "jm.theme.labelsource.gametime",
"info2LabelPosition": "Top",
"info3Label": "jm.theme.labelsource.location",
"info3LabelPosition": "Bottom",
"info4Label": "jm.theme.labelsource.biome",
"info4LabelPosition": "Bottom",
"infoSlotAlpha": "0.7",
"infoSlotFontScale": "1.0",
"infoSlotTimeFormat": "HH:mm:ss",
"systemTimeRealFormat": "HH:mm:ss",
"reticleOrientation": "Compass",
"shape": "Rectangle_Horizontal",
"sizePercent": "30",
"frameAlpha": "100",
"terrainAlpha": "100",
"backgroundAlpha": "0.8",
"orientation": "North",
"compassFontScale": "1.0",
"showCompass": "true",
"showReticle": "true",
"positionX": "0.9",
"positionY": "0.25",
"moveEffectIcons": "true",
"hideEffectIcons": "false",
"effectTranslateX": "0",
"effectTranslateY": "0",
"effectVertical": "false",
"effectReversed": "false",
"minimapKeyMovementSpeed": "0.001",
"position": "TopRight",
"active": false,
"propertiesId": 2,
"playerDisplay": "OutlinedIcons",
"selfDisplayScale": "1.0",
"playerDisplayScale": "1.0",
"showPlayerHeading": "true",
"mobDisplay": "DotsAndOutlinedIcons",
"mobDisplayScale": "1.0",
"showMobHeading": "true",
"showMobs": "true",
"showAnimals": "true",
"showAmbientCreatures": "false",
"showVillagers": "true",
"showPets": "true",
"showPlayers": "true",
"fontScale": "1.0",
"showWaypointLabels": "true",
"waypointLabelScale": "1.0",
"waypointIconScale": "1.0",
"locationFormatVerbose": "true",
"locationFormat": "xzyv",
"showOffScreenPlayers": "true",
"showWaypoints": "true",
"showSelf": "true",
"showGrid": "true",
"showCaves": "true",
"showPlayerNames": "true",
"showTeamNames": "true",
"showEntityNames": "false",
"showHostileNames": "false",
"showPassiveNames": "false",
"showAmbientNames": "false",
"showPetNames": "false",
"showNpcNames": "false",
"showVillagerNames": "false",
"showNoIconNames": "true",
"preferredMapType": "day",
"zoomLevel": "512",
"configVersion": "6.0.0-beta.62"
}

View File

@@ -0,0 +1,20 @@
// jm.config.file_header_1
// jm.config.file_header_2
// jm.config.file_header_5
{
"shadingSlopeMin": "0.2",
"shadingSlopeMax": "1.7",
"shadingPrimaryDownslopeMultiplier": "0.65",
"shadingPrimaryUpslopeMultiplier": "1.2",
"shadingSecondaryDownslopeMultiplier": "0.95",
"shadingSecondaryUpslopeMultiplier": "1.05",
"tweakMoonlightLevel": "3.5",
"tweakBrightenDaylightDiff": "0.06",
"tweakBrightenLightsourceBlock": "1.2",
"tweakMinimumDarkenNightWater": "0.25",
"tweakWaterColorBlend": "0.5",
"tweakSurfaceAmbientColor": "#00001a",
"tweakNetherAmbientColor": "#330808",
"tweakEndAmbientColor": "#00001a",
"configVersion": "6.0.0-beta.62"
}

View File

@@ -0,0 +1,10 @@
// jm.config.file_header_1
// jm.config.file_header_5
{
"showContour": "true",
"landContour": "#3F250B",
"waterContour": "#0000dd",
"land": "#010c02,#041105,#071609,#0a1b0c,#0d200f,#102513,#132a16,#162f19,#19341c,#1b3a20,#1e3f23,#214426,#24492a,#274e2d,#2a5330,#2d5834,#375f41,#41674d,#4b6e5a,#557567,#5f7c73,#698480,#738b8d,#7c929a,#8699a6,#90a1b3,#9aa8c0,#a4afcc,#aeb6d9,#b8bee6,#c2c5f2,#ccccff,#cccfff,#ccd2ff,#ccd6ff,#ccd9ff,#ccdcff,#ccdfff,#cce2ff,#cce5ff,#cce9ff,#ccecff,#ccefff,#ccf2ff,#ccf5ff,#ccf9ff,#ccfcff,#ccffff,#cfffff,#d2ffff,#d6ffff,#d9ffff,#dcffff,#dfffff,#e2ffff,#e5ffff,#e9ffff,#ecffff,#efffff,#f2ffff,#f5ffff,#f9ffff,#fcffff,#ffffff",
"water": "#000040,#02024e,#03035d,#05056b,#070779,#080887,#0a0a96,#0b0ba4,#1a1aaa,#2a2aaf,#3939b5,#4848bb,#5757c0,#6767c6,#7676cc,#8585d2,#9494d7,#a4a4dd,#b3b3e3,#c2c2e8,#d1d1ee,#d7d7f0,#ddddf2,#e2e2f4,#e8e8f6,#eeeef9,#f4f4fb,#f9f9ff,#f9f9ff,#f9f9ff,#f9f9ff,#f9f9ff",
"configVersion": "6.0.0-beta.62"
}

View File

@@ -0,0 +1,47 @@
// jm.config.file_header_1
// jm.config.file_header_2
// jm.config.file_header_5
{
"managerEnabled": "true",
"showDeleteConfirmation": "true",
"disableShare": "false",
"disableStrikeThrough": "false",
"coordinatesFormat": "XZY",
"useActionsButton": "false",
"managerDimensionFocus": "false",
"displayOnLocatorBar": "false",
"createDeathpoints": "true",
"showPlayers": "false",
"wholeNumberTeleportCoords": "false",
"autoRemoveDeathpoints": "false",
"autoRemoveDeathpointDistance": "2",
"autoRemoveTempWaypoints": "2",
"showDeathpointlabel": "true",
"fullscreenDoubleClickToCreate": "true",
"teleportCommand": "/execute in {dim} run tp {name} {x} {y} {z}",
"dateFormat": "MM-dd-yyyy",
"timeFormat": "HH:mm:ss",
"renderWaypoints": "true",
"renderWaypointsWorld": "true",
"renderWaypointsMap": "true",
"beaconEnabled": "true",
"autoHideIcon": "false",
"ignoreRenderDistance": "false",
"autoHideIconAngle": "5",
"showStaticBeam": "true",
"showRotatingBeam": "true",
"showName": "true",
"showDistance": "true",
"autoHideLabel": "true",
"autoHideLabelAngle": "5",
"autoHideLabelVertical": "true",
"autoHideLabelVerticalAngle": "10",
"boldLabel": "false",
"showLabelBackground": "true",
"fontScale": "2.0",
"textureSmall": "true",
"shaderBeacon": "false",
"maxDistance": "0",
"minDistance": "4",
"configVersion": "6.0.0-beta.62"
}

View File

@@ -0,0 +1,8 @@
// jm.config.file_header_1
// jm.config.file_header_2
// jm.config.file_header_5
{
"enabled": "false",
"port": "8080",
"configVersion": "6.0.0-beta.62"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 B

Some files were not shown because too many files have changed in this diff Show More