mirror of
https://github.com/xmmtx/XMZ-JFServer-Client
synced 2026-02-25 06:06:33 +08:00
更新 配置文件
This commit is contained in:
Binary file not shown.
@@ -1,5 +1,5 @@
|
||||
#Indigo properties file
|
||||
#Thu Feb 13 13:09:36 CST 2025
|
||||
#Fri Feb 14 00:46:09 CST 2025
|
||||
always-tesselate-blocks=auto
|
||||
ambient-occlusion-mode=hybrid
|
||||
debug-compare-lighting=auto
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#This file stores configuration options for Iris, such as the currently active shaderpack
|
||||
#Thu Feb 13 13:09:40 CST 2025
|
||||
#Fri Feb 14 00:49:47 CST 2025
|
||||
colorSpace=SRGB
|
||||
disableUpdateMessage=false
|
||||
enableDebugOptions=false
|
||||
|
||||
76
.minecraft/config/neat-client.json5
Normal file
76
.minecraft/config/neat-client.json5
Normal file
@@ -0,0 +1,76 @@
|
||||
{
|
||||
// Maximum distance in blocks at which health bars should render
|
||||
"maxDistance": 24,
|
||||
// Maximum distance in blocks at which health bars should render without line of sight
|
||||
"maxDistanceWithoutLineOfSight": 8,
|
||||
// Whether health bars should render when the HUD is disabled with F1
|
||||
"renderInF1": false,
|
||||
// How far above the mob the health bars should render
|
||||
"heightAbove": 0.6,
|
||||
// Whether the gray background plate should be drawn
|
||||
"drawBackground": true,
|
||||
// Amount of extra padding space around the background plate
|
||||
"backgroundPadding": 2,
|
||||
// How tall the background plate should be
|
||||
"backgroundHeight": 6,
|
||||
// How tall the health bar should be
|
||||
"barHeight": 4,
|
||||
// How wide the health bar should be. If the entity has a long name, the bar will increase in size to match it.
|
||||
"plateSize": 25,
|
||||
// plateSize but for bosses
|
||||
"plateSizeBoss": 50,
|
||||
// Show mob attributes such as arthropod or undead
|
||||
"showAttributes": true,
|
||||
// Show armor points
|
||||
"showArmor": true,
|
||||
// Group armor points into diamond icons
|
||||
"groupArmor": true,
|
||||
// Color health bar by mob type instead of health percentage
|
||||
"colorByType": false,
|
||||
// Text color in hex code format
|
||||
"textColor": "FFFFFF",
|
||||
// Height of the text on the health bar
|
||||
"hpTextHeight": 14,
|
||||
// Whether the maximum health of the mob should be shown
|
||||
"showMaxHP": true,
|
||||
// Whether the current health of the mob should be shown
|
||||
"showCurrentHP": true,
|
||||
// Whether the percentage health of the mob should be shown
|
||||
"showPercentage": true,
|
||||
// Whether bars on passive mobs should be shown
|
||||
"showOnPassive": true,
|
||||
// Whether bars on hostile mobs should be shown (does not include bosses)
|
||||
"showOnHostile": true,
|
||||
// Whether bars on players should be shown
|
||||
"showOnPlayers": true,
|
||||
// Whether bars on bosses should be shown
|
||||
"showOnBosses": true,
|
||||
// Only show bars for mobs you are targeting
|
||||
"showOnlyFocused": false,
|
||||
// Show bars for mobs that are at full health
|
||||
"showFullHealth": true,
|
||||
// Show extra debug info on the bar when F3 is enabled
|
||||
"enableDebugInfo": true,
|
||||
// Show entity name
|
||||
"showEntityName": true,
|
||||
// Disables the rendering of the vanilla name tag
|
||||
"disableNameTag": false,
|
||||
// If this is enabled and the "disableNameTag" option is true, the vanilla nametag is only hidden if the mob has a Neat healthbar rendered
|
||||
"disableNameTagIfHealthbar": true,
|
||||
// Offsets the healtbar icons on the x axis
|
||||
"iconOffsetX": 0.0,
|
||||
// Offsets the healtbar icons on the y axis
|
||||
"iconOffsetY": 0.0,
|
||||
// This value changes the decimal format of the HP. Only change this value if you are familiar with how the decimal format works!
|
||||
"decimalFormat": "#.##",
|
||||
// Entity ID's that should not have bars rendered
|
||||
"blacklist": [
|
||||
"minecraft:shulker",
|
||||
"minecraft:armor_stand",
|
||||
"minecraft:cod",
|
||||
"minecraft:salmon",
|
||||
"minecraft:pufferfish",
|
||||
"minecraft:tropical_fish",
|
||||
"minecraft:tadpole"
|
||||
]
|
||||
}
|
||||
@@ -1,2 +1,2 @@
|
||||
#Pinyin Options
|
||||
#Thu Feb 13 14:42:53 CST 2025
|
||||
#Fri Feb 14 00:47:16 CST 2025
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#Double Pinyin Options
|
||||
#Thu Feb 13 14:42:53 CST 2025
|
||||
#Fri Feb 14 00:47:16 CST 2025
|
||||
Converter=sougou
|
||||
|
||||
@@ -51,7 +51,7 @@ Show Mob Names:true
|
||||
Font Scale:1.0
|
||||
Show Facing:true
|
||||
Hidden Mobs:
|
||||
Worldmap Zoom:0.5
|
||||
Worldmap Zoom:6.3480134
|
||||
Worldmap Minimum Zoom:0.5
|
||||
Worldmap Maximum Zoom:16.0
|
||||
Worldmap Cache Size:500
|
||||
|
||||
@@ -52,7 +52,7 @@ highContrast:false
|
||||
highContrastBlockOutline:false
|
||||
narratorHotkey:true
|
||||
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"]
|
||||
incompatibleResourcePacks:["appleskin","authme","imblocker","neat","replaymod","voxelmap","zume"]
|
||||
lastServer:
|
||||
lang:zh_cn
|
||||
chatVisibility:0
|
||||
@@ -131,6 +131,7 @@ 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_neat.keybind.toggle:key.keyboard.unknown
|
||||
key_key.replaymod.playeroverview:key.keyboard.b
|
||||
key_key.replaymod.lighting:key.keyboard.z
|
||||
key_key.replaymod.quickmode:key.keyboard.q
|
||||
|
||||
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": 1739423359764
|
||||
"metadataTimestamp": 1739465149520
|
||||
}
|
||||
],
|
||||
"addedLittleSkin": true,
|
||||
|
||||
Reference in New Issue
Block a user