mirror of
https://github.com/xmmtx/XMZ-JFServer-Client
synced 2026-02-24 20:05:06 +08:00
更新 配置文件
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -13,6 +13,11 @@ PCL/*.txt
|
||||
.minecraft/usercache.json
|
||||
.minecraft/too_many_shortcuts.json
|
||||
.minecraft/command_history.txt
|
||||
.minecraft/debug/
|
||||
.minecraft/CustomSkinLoader/
|
||||
.minecraft/.replay_cache/
|
||||
.minecraft/replay_recordings/
|
||||
.minecraft/voxelmap/
|
||||
.minecraft/screenshots/
|
||||
.minecraft/libraries/
|
||||
.minecraft/itemscroller/
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
8
.minecraft/config/chat_heads.json5
Normal file
8
.minecraft/config/chat_heads.json5
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"renderPosition": "BEFORE_NAME",
|
||||
"offsetNonPlayerText": true,
|
||||
"senderDetection": "UUID_AND_HEURISTIC",
|
||||
"smartHeuristics": true,
|
||||
"handleSystemMessages": true,
|
||||
"nameAliases": { }
|
||||
}
|
||||
5
.minecraft/config/continuity.json
Normal file
5
.minecraft/config/continuity.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"connected_textures": true,
|
||||
"emissive_textures": true,
|
||||
"custom_block_layers": true
|
||||
}
|
||||
18
.minecraft/config/durability-viewer.json
Normal file
18
.minecraft/config/durability-viewer.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"Settings": {
|
||||
"ArmorAroundHotbar": false,
|
||||
"HUDCorner": "Bottom-Right",
|
||||
"EffectDuration": true,
|
||||
"HideDamageOverPercent": 100,
|
||||
"SoundBelowDurability": 100,
|
||||
"SoundBelowPercent": 10,
|
||||
"Percentages": false,
|
||||
"SetWindowTitle": true,
|
||||
"ShowAllTrinkets": true,
|
||||
"PercentToShowDamage": 80,
|
||||
"ShowFreeInventorySlots": true,
|
||||
"TooltipColor": "#0054FB54",
|
||||
"WarningMode": "Sound"
|
||||
},
|
||||
"config_version": 1
|
||||
}
|
||||
20
.minecraft/config/enhanced_bes.properties
Normal file
20
.minecraft/config/enhanced_bes.properties
Normal file
@@ -0,0 +1,20 @@
|
||||
#Configuration file for Enhanced Block Entities
|
||||
#Thu Feb 13 12:47:48 CST 2025
|
||||
bed_ao=false
|
||||
bell_ao=true
|
||||
chest_ao=false
|
||||
christmas_chests=allowed
|
||||
decorated_pot_ao=false
|
||||
experimental_beds=true
|
||||
experimental_chests=true
|
||||
experimental_signs=true
|
||||
force_resource_pack_compat=false
|
||||
render_enhanced_beds=true
|
||||
render_enhanced_bells=true
|
||||
render_enhanced_chests=true
|
||||
render_enhanced_decorated_pots=true
|
||||
render_enhanced_shulker_boxes=true
|
||||
render_enhanced_signs=true
|
||||
shulker_box_ao=false
|
||||
sign_ao=false
|
||||
sign_text_rendering=smart
|
||||
@@ -1,5 +1,5 @@
|
||||
#Indigo properties file
|
||||
#Thu Feb 13 02:17:20 CST 2025
|
||||
#Thu Feb 13 13:09:36 CST 2025
|
||||
always-tesselate-blocks=auto
|
||||
ambient-occlusion-mode=hybrid
|
||||
debug-compare-lighting=auto
|
||||
|
||||
6
.minecraft/config/forgeconfigapiport.toml
Normal file
6
.minecraft/config/forgeconfigapiport.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
#Disables File Watcher. Used to automatically update config if its file has been modified.
|
||||
disableConfigWatcher = false
|
||||
#A config option mainly for developers. Logs out configuration values that do not have translations when running a client in a development environment.
|
||||
logUntranslatedConfigurationWarnings = true
|
||||
#Path to load default configs from, intended for setting global server configs for newly created worlds, but also works when recreating client and common configs.
|
||||
defaultConfigsPath = "defaultconfigs"
|
||||
@@ -6,6 +6,15 @@
|
||||
"continuous_crafting_saved_value": false
|
||||
},
|
||||
"AutoRefillSettings": {
|
||||
"auto_refill_enable_per_slot_config": {
|
||||
"value": false
|
||||
},
|
||||
"auto_refill_enable_indicator_icons": {
|
||||
"value": false
|
||||
},
|
||||
"auto_refill_enable_horbar_indicator_icons": {
|
||||
"value": false
|
||||
},
|
||||
"visual_durability_notification": {
|
||||
"value": false
|
||||
},
|
||||
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"globalBookmarks": {
|
||||
"armorer": [],
|
||||
"butcher": [],
|
||||
"cartographer": [],
|
||||
"cleric": [],
|
||||
"farmer": [],
|
||||
"fisherman": [],
|
||||
"fletcher": [],
|
||||
"leatherworker": [],
|
||||
"librarian": [],
|
||||
"mason": [],
|
||||
"shepherd": [],
|
||||
"toolsmith": [],
|
||||
"weaponsmith": [],
|
||||
"nitwit": [],
|
||||
"none": []
|
||||
},
|
||||
"globalBookmarks1": {
|
||||
"armorer": [],
|
||||
"butcher": [],
|
||||
"cartographer": [],
|
||||
"cleric": [],
|
||||
"farmer": [],
|
||||
"fisherman": [],
|
||||
"fletcher": [],
|
||||
"leatherworker": [],
|
||||
"librarian": [],
|
||||
"mason": [],
|
||||
"shepherd": [],
|
||||
"toolsmith": [],
|
||||
"weaponsmith": [],
|
||||
"nitwit": [],
|
||||
"none": []
|
||||
},
|
||||
"globalBookmarks2": {
|
||||
"armorer": [],
|
||||
"butcher": [],
|
||||
"cartographer": [],
|
||||
"cleric": [],
|
||||
"farmer": [],
|
||||
"fisherman": [],
|
||||
"fletcher": [],
|
||||
"leatherworker": [],
|
||||
"librarian": [],
|
||||
"mason": [],
|
||||
"shepherd": [],
|
||||
"toolsmith": [],
|
||||
"weaponsmith": [],
|
||||
"nitwit": [],
|
||||
"none": []
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"globalBookmarks": {
|
||||
"armorer": [],
|
||||
"butcher": [],
|
||||
"cartographer": [],
|
||||
"cleric": [],
|
||||
"farmer": [],
|
||||
"fisherman": [],
|
||||
"fletcher": [],
|
||||
"leatherworker": [],
|
||||
"librarian": [],
|
||||
"mason": [],
|
||||
"shepherd": [],
|
||||
"toolsmith": [],
|
||||
"weaponsmith": [],
|
||||
"nitwit": [],
|
||||
"none": []
|
||||
},
|
||||
"globalBookmarks1": {
|
||||
"armorer": [],
|
||||
"butcher": [],
|
||||
"cartographer": [],
|
||||
"cleric": [],
|
||||
"farmer": [],
|
||||
"fisherman": [],
|
||||
"fletcher": [],
|
||||
"leatherworker": [],
|
||||
"librarian": [],
|
||||
"mason": [],
|
||||
"shepherd": [],
|
||||
"toolsmith": [],
|
||||
"weaponsmith": [],
|
||||
"nitwit": [],
|
||||
"none": []
|
||||
},
|
||||
"globalBookmarks2": {
|
||||
"armorer": [],
|
||||
"butcher": [],
|
||||
"cartographer": [],
|
||||
"cleric": [],
|
||||
"farmer": [],
|
||||
"fisherman": [],
|
||||
"fletcher": [],
|
||||
"leatherworker": [],
|
||||
"librarian": [],
|
||||
"mason": [],
|
||||
"shepherd": [],
|
||||
"toolsmith": [],
|
||||
"weaponsmith": [],
|
||||
"nitwit": [],
|
||||
"none": []
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"globalBookmarks": {
|
||||
"armorer": [],
|
||||
"butcher": [],
|
||||
"cartographer": [],
|
||||
"cleric": [],
|
||||
"farmer": [],
|
||||
"fisherman": [],
|
||||
"fletcher": [],
|
||||
"leatherworker": [],
|
||||
"librarian": [],
|
||||
"mason": [],
|
||||
"shepherd": [],
|
||||
"toolsmith": [],
|
||||
"weaponsmith": [],
|
||||
"nitwit": [],
|
||||
"none": []
|
||||
},
|
||||
"globalBookmarks1": {
|
||||
"armorer": [],
|
||||
"butcher": [],
|
||||
"cartographer": [],
|
||||
"cleric": [],
|
||||
"farmer": [],
|
||||
"fisherman": [],
|
||||
"fletcher": [],
|
||||
"leatherworker": [],
|
||||
"librarian": [],
|
||||
"mason": [],
|
||||
"shepherd": [],
|
||||
"toolsmith": [],
|
||||
"weaponsmith": [],
|
||||
"nitwit": [],
|
||||
"none": []
|
||||
},
|
||||
"globalBookmarks2": {
|
||||
"armorer": [],
|
||||
"butcher": [],
|
||||
"cartographer": [],
|
||||
"cleric": [],
|
||||
"farmer": [],
|
||||
"fisherman": [],
|
||||
"fletcher": [],
|
||||
"leatherworker": [],
|
||||
"librarian": [],
|
||||
"mason": [],
|
||||
"shepherd": [],
|
||||
"toolsmith": [],
|
||||
"weaponsmith": [],
|
||||
"nitwit": [],
|
||||
"none": []
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
#This file stores configuration options for Iris, such as the currently active shaderpack
|
||||
#Thu Feb 13 02:29:02 CST 2025
|
||||
#Thu Feb 13 13:09:40 CST 2025
|
||||
colorSpace=SRGB
|
||||
disableUpdateMessage=false
|
||||
enableDebugOptions=false
|
||||
|
||||
14
.minecraft/config/minihud/mc.mineblock.cc.json
Normal file
14
.minecraft/config/minihud/mc.mineblock.cc.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"renderers": {
|
||||
"random_tickable_chunks": {
|
||||
"pos": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"slime_chunks": {
|
||||
"y_top": 0.0
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"data_storage": {
|
||||
"distance_pos": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"hud_data": {},
|
||||
"entities": {},
|
||||
"shapes": {}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"data_storage": {
|
||||
"distance_pos": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"hud_data": {},
|
||||
"entities": {},
|
||||
"shapes": {}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"data_storage": {
|
||||
"distance_pos": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"hud_data": {},
|
||||
"entities": {},
|
||||
"shapes": {}
|
||||
}
|
||||
14
.minecraft/config/minihud/wdsj.pro.json
Normal file
14
.minecraft/config/minihud/wdsj.pro.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"renderers": {
|
||||
"random_tickable_chunks": {
|
||||
"pos": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"slime_chunks": {
|
||||
"y_top": 0.0
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"data_storage": {
|
||||
"distance_pos": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"hud_data": {},
|
||||
"entities": {},
|
||||
"shapes": {}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"data_storage": {
|
||||
"distance_pos": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"hud_data": {},
|
||||
"entities": {},
|
||||
"shapes": {}
|
||||
}
|
||||
66
.minecraft/config/replaymod.json
Normal file
66
.minecraft/config/replaymod.json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"core": {
|
||||
"notifications": true
|
||||
},
|
||||
"advanced": {
|
||||
"recordingPath": "./replay_recordings/",
|
||||
"cachePath": "./.replay_cache/",
|
||||
"renderPath": "./replay_videos/",
|
||||
"skipPostRenderGui": false,
|
||||
"askForOpenEye": true,
|
||||
"skipPostScreenshotGui": false,
|
||||
"fullBrightness": "replaymod.gui.settings.fullbrightness.gamma",
|
||||
"fullBrightness_valid_values": [
|
||||
"replaymod.gui.settings.fullbrightness.gamma",
|
||||
"replaymod.gui.settings.fullbrightness.nightvision",
|
||||
"replaymod.gui.settings.fullbrightness.both"
|
||||
]
|
||||
},
|
||||
"recording": {
|
||||
"recordSingleplayer": false,
|
||||
"recordServer": false,
|
||||
"indicator": true,
|
||||
"autoStartRecording": true,
|
||||
"autoPostProcess": true,
|
||||
"renameDialog": true
|
||||
},
|
||||
"replay": {
|
||||
"showChat": true,
|
||||
"showServerIPs": true,
|
||||
"camera": "replaymod.camera.classic",
|
||||
"camera_valid_values": [
|
||||
"replaymod.camera.classic",
|
||||
"replaymod.camera.vanilla"
|
||||
],
|
||||
"legacyMainMenuButton": false,
|
||||
"mainMenuButton": "DEFAULT",
|
||||
"mainMenuButton_valid_values": [
|
||||
"BIG",
|
||||
"DEFAULT",
|
||||
"TOP_LEFT",
|
||||
"TOP_RIGHT",
|
||||
"LEFT_OF_SINGLEPLAYER",
|
||||
"RIGHT_OF_SINGLEPLAYER",
|
||||
"LEFT_OF_MULTIPLAYER",
|
||||
"RIGHT_OF_MULTIPLAYER",
|
||||
"LEFT_OF_REALMS",
|
||||
"RIGHT_OF_REALMS",
|
||||
"LEFT_OF_MODS",
|
||||
"RIGHT_OF_MODS"
|
||||
]
|
||||
},
|
||||
"render": {
|
||||
"frameTimeFromWorldTime": false
|
||||
},
|
||||
"simplepathing": {
|
||||
"pathpreview": true,
|
||||
"autosync": true,
|
||||
"timelineLength": 1800,
|
||||
"interpolator": "replaymod.gui.editkeyframe.interpolator.catmullrom.name",
|
||||
"interpolator_valid_values": [
|
||||
"replaymod.gui.editkeyframe.interpolator.catmullrom.name",
|
||||
"replaymod.gui.editkeyframe.interpolator.cubic.name",
|
||||
"replaymod.gui.editkeyframe.interpolator.linear.name"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,2 +1,2 @@
|
||||
#Pinyin Options
|
||||
#Thu Feb 13 02:18:09 CST 2025
|
||||
#Thu Feb 13 14:42:53 CST 2025
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#Double Pinyin Options
|
||||
#Thu Feb 13 02:18:09 CST 2025
|
||||
#Thu Feb 13 14:42:53 CST 2025
|
||||
Converter=sougou
|
||||
|
||||
59
.minecraft/config/voxelmap.properties
Normal file
59
.minecraft/config/voxelmap.properties
Normal file
@@ -0,0 +1,59 @@
|
||||
Zoom Level:2
|
||||
Hide Minimap:false
|
||||
Show Coordinates:true
|
||||
Enable Cave Mode:true
|
||||
Dynamic Lighting:true
|
||||
Height Map:true
|
||||
Slope Map:true
|
||||
Blur:false
|
||||
Water Transparency:true
|
||||
Block Transparency:true
|
||||
Biomes:true
|
||||
Biome Overlay:0
|
||||
Chunk Grid:false
|
||||
Slime Chunks:false
|
||||
World Boarder:true
|
||||
Square Map:false
|
||||
Rotation:false
|
||||
Old North:false
|
||||
Waypoint Beacons:false
|
||||
Waypoint Signs:true
|
||||
Deathpoints:1
|
||||
Waypoint Max Distance:1000
|
||||
Waypoint Sort By:1
|
||||
Welcome Message:false
|
||||
Map Corner:0
|
||||
Map Size:1
|
||||
Zoom Key:key.keyboard.z
|
||||
Fullscreen Key:key.keyboard.unknown
|
||||
Menu Key:key.keyboard.m
|
||||
Waypoint Menu Key:key.keyboard.u
|
||||
Waypoint Key:key.keyboard.n
|
||||
Mob Key:key.keyboard.unknown
|
||||
In-game Waypoint Key:key.keyboard.unknown
|
||||
Teleport Command:tp %p %x %y %z
|
||||
Move Map Down While Status Effect:true
|
||||
Move ScoreBoard Down:true
|
||||
Distance Unit Conversion:true
|
||||
Waypoint Name Below Icon:true
|
||||
Waypoint Distance Below Name:true
|
||||
Radar Mode:2
|
||||
Show Radar:true
|
||||
Show Hostiles:true
|
||||
Show Players:true
|
||||
Show Neutrals:false
|
||||
Filter Mob Icons:true
|
||||
Outline Mob Icons:true
|
||||
Show Player Helmets:true
|
||||
Show Mob Helmets:true
|
||||
Show Player Names:true
|
||||
Show Mob Names:true
|
||||
Font Scale:1.0
|
||||
Show Facing:true
|
||||
Hidden Mobs:
|
||||
Worldmap Zoom:0.5
|
||||
Worldmap Minimum Zoom:0.5
|
||||
Worldmap Maximum Zoom:16.0
|
||||
Worldmap Cache Size:500
|
||||
Show Worldmap Waypoints:true
|
||||
Show Worldmap Waypoint Names:true
|
||||
@@ -51,8 +51,8 @@ damageTiltStrength:1.0
|
||||
highContrast:false
|
||||
highContrastBlockOutline:false
|
||||
narratorHotkey:true
|
||||
resourcePacks:["vanilla","fabric","betterbeds:fancyconnectedbeds"]
|
||||
incompatibleResourcePacks:["appleskin","authme","imblocker","zume"]
|
||||
resourcePacks:["vanilla","fabric","betterbeds:fancyconnectedbeds","continuity:default","continuity:glass_pane_culling_fix","file/CozyUI+_1-3_no-fonts.zip","file/护眼大补丸1.21.4_v3b.zip","file/XKRD 红显v3.5for1.21.4.zip"]
|
||||
incompatibleResourcePacks:["appleskin","authme","imblocker","replaymod","voxelmap","zume"]
|
||||
lastServer:
|
||||
lang:zh_cn
|
||||
chatVisibility:0
|
||||
@@ -127,9 +127,28 @@ key_key.blockmeter.assign:key.keyboard.k
|
||||
key_key.blockmeter.menu:key.keyboard.unknown
|
||||
key_key.blockmeter.useItem:key.keyboard.unknown
|
||||
key_key.blockmeter.measure:key.keyboard.unknown
|
||||
key_key.durabilityviewer.showhide:key.keyboard.h
|
||||
key_fpsreducer.key.openGui:key.keyboard.end
|
||||
key_fpsreducer.key.forceIdle:key.keyboard.pause
|
||||
key_key.modmenu.open_menu:key.keyboard.unknown
|
||||
key_key.replaymod.playeroverview:key.keyboard.b
|
||||
key_key.replaymod.lighting:key.keyboard.z
|
||||
key_key.replaymod.quickmode:key.keyboard.q
|
||||
key_key.replaymod.settings:key.keyboard.unknown
|
||||
key_key.replaymod.marker:key.keyboard.m
|
||||
key_key.replaymod.thumbnail:key.keyboard.n
|
||||
key_key.replaymod.playpause:key.keyboard.p
|
||||
key_key.replaymod.rollclockwise:key.keyboard.l
|
||||
key_key.replaymod.rollcounterclockwise:key.keyboard.j
|
||||
key_key.replaymod.resettilt:key.keyboard.k
|
||||
key_key.replaymod.pathpreview:key.keyboard.h
|
||||
key_key.replaymod.keyframerepository:key.keyboard.x
|
||||
key_key.replaymod.clearkeyframes:key.keyboard.c
|
||||
key_key.replaymod.synctimeline:key.keyboard.v
|
||||
key_key.replaymod.positionkeyframe:key.keyboard.i
|
||||
key_key.replaymod.positiononlykeyframe:key.keyboard.unknown
|
||||
key_key.replaymod.timekeyframe:key.keyboard.o
|
||||
key_key.replaymod.bothkeyframes:key.keyboard.unknown
|
||||
key_key.too_many_shortcuts.alternative_escape:key.keyboard.unknown
|
||||
key_key.too_many_shortcuts.toggle_auto_jump:key.keyboard.unknown
|
||||
key_key.too_many_shortcuts.toggle_cape:key.keyboard.unknown
|
||||
@@ -151,6 +170,13 @@ key_iris.keybind.reload:key.keyboard.unknown
|
||||
key_iris.keybind.toggleShaders:key.keyboard.unknown
|
||||
key_iris.keybind.shaderPackSelection:key.keyboard.unknown
|
||||
key_iris.keybind.wireframe:key.keyboard.unknown
|
||||
key_key.minimap.voxelmapmenu:key.keyboard.m
|
||||
key_key.minimap.waypointmenu:key.keyboard.u
|
||||
key_key.minimap.zoom:key.keyboard.z
|
||||
key_key.minimap.togglefullscreen:key.keyboard.unknown
|
||||
key_key.minimap.waypointhotkey:key.keyboard.n
|
||||
key_key.minimap.togglemobs:key.keyboard.unknown
|
||||
key_key.minimap.toggleingamewaypoints:key.keyboard.unknown
|
||||
soundCategory_master:1.0
|
||||
soundCategory_music:0.0
|
||||
soundCategory_record:1.0
|
||||
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
@@ -107,7 +107,7 @@
|
||||
{
|
||||
"url": "https://littleskin.cn/api/yggdrasil/",
|
||||
"metadataResponse": "{\"meta\":{\"serverName\":\"LittleSkin\",\"implementationName\":\"Yggdrasil Connect\",\"implementationVersion\":\"0.0.6\",\"links\":{\"announcement\":\"https://littleskin.cn/api/announcements\",\"homepage\":\"https://littleskin.cn\",\"register\":\"https://littleskin.cn/auth/register\"},\"feature.no_email_login\":true,\"feature.openid_configuration_url\":\"https://open.littleskin.cn/.well-known/openid-configuration\"},\"skinDomains\":[\"littleskin.cn\"],\"signaturePublickey\":\"-----BEGIN PUBLIC KEY-----\\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEArGcNOOFIqLJSqoE3u0hj\\ntOEnOcET3wj9Drss1BE6sBqgPo0bMulOULhqjkc/uH/wyosYnzw3xaazJt87jTHh\\nJ8BPMxCeQMoyEdRoS3Jnj1G0Kezj4A2b61PJJM1DpvDAcqQBYsrSdpBJ+52MjoGS\\nvJoeQO5XUlJVQm21/HmJnqsPhzcA6HgY71RHYE5xnhpWJiPxLKUPtmt6CNYUQQoS\\no2v36XWgMmLBZhAbNOPxYX+1ioxKamjhLO29UhwtgY9U6PWEO7/SBfXzyRPTzhPV\\n2nHq7KJqd8IIrltslv6i/4FEM81ivS/mm+PN3hYlIYK6z6Ymii1nrQAplsJ67OGq\\nYHtWKOvpfTzOollugsRihkAG4OB6hM0Pr45jjC3TIc7eO7kOgIcGUGUQGuuugDEz\\nJ1N9FFWnN/H6P9ukFeg5SmGC5+wmUPZZCtNBLr8o8sI5H7QhK7NgwCaGFoYuiAGL\\ngz3k/3YwJ40BbwQayQ2gIqenz+XOFIAlajv+/nyfcDvZH9vGNKP9lVcHXUT5YRnS\\nZSHo5lwvVrYUrqEAbh/zDz8QMEyiujWvUkPhZs9fh6fimUGxtm8mFIPCtPJVXjeY\\nwD3Lvt3aIB1JHdUTJR3eEc4eIaTKMwMPyJRzVn5zKsitaZz3nn/cOA/wZC9oqyEU\\nmc9h6ZMRTRUEE4TtaJyg9lMCAwEAAQ\u003d\u003d\\n-----END PUBLIC KEY-----\\n\"}",
|
||||
"metadataTimestamp": 1739384216232
|
||||
"metadataTimestamp": 1739423359764
|
||||
}
|
||||
],
|
||||
"addedLittleSkin": true,
|
||||
|
||||
Reference in New Issue
Block a user