添加 MOD

This commit is contained in:
枫沐x
2025-02-13 02:42:20 +08:00
parent a5bfd87266
commit 278e1fa67c
41 changed files with 2011 additions and 13 deletions

2
.gitignore vendored
View File

@@ -13,7 +13,9 @@ PCL/*.txt
.minecraft/usercache.json
.minecraft/too_many_shortcuts.json
.minecraft/command_history.txt
.minecraft/screenshots/
.minecraft/libraries/
.minecraft/itemscroller/
.minecraft/.mixin.out/
.minecraft/global/
.minecraft/crash-reports/

View File

@@ -0,0 +1,8 @@
RMBTweak=1
LMBTweakWithItem=1
LMBTweakWithoutItem=1
WheelTweak=1
WheelSearchOrder=1
WheelScrollDirection=0
ScrollItemScaling=0
Debug=0

View File

@@ -0,0 +1,29 @@
{
// The version of the config file. Do not change this unless you know what you are doing.
"rconfig:version": 0,
"authButton": {
// Type: Integer
"x": 6,
// Type: Integer
"y": 6,
"draggable": true
},
"methods": {
"microsoft": {
// Valid Values: DEFAULT, SELECT_ACCOUNT, LOGIN, NONE, CONSENT
"prompt": "DEFAULT",
// Type: Integer
"port": 25585,
"clientId": "e16699bb-2aa8-46da-b5e3-45cbcce29091",
"authorizeUrl": "https://login.microsoftonline.com/consumers/oauth2/v2.0/authorize",
"tokenUrl": "https://login.microsoftonline.com/consumers/oauth2/v2.0/token",
"xboxAuthUrl": "https://user.auth.xboxlive.com/user/authenticate",
"xboxXstsUrl": "https://xsts.auth.xboxlive.com/xsts/authorize",
"mcAuthUrl": "https://api.minecraftservices.com/authentication/login_with_xbox",
"mcProfileUrl": "https://api.minecraftservices.com/minecraft/profile"
},
"offline": {
"lastUsername": ""
}
}
}

View File

@@ -0,0 +1,10 @@
minimalLabelSize = false
deleteBoxesOnDisable = true
sendBoxes = true
showBoxesWhenDisabled = false
backgroundForLabels = true
reach = 50
incrementColor = true
innerDiagonal = false
showOtherUsersBoxes = false
colorIndex = 0

View File

@@ -1,5 +1,5 @@
#Indigo properties file
#Thu Feb 13 00:58:16 CST 2025
#Thu Feb 13 02:17:20 CST 2025
always-tesselate-blocks=auto
ambient-occlusion-mode=hybrid
debug-compare-lighting=auto

View File

@@ -1,6 +1,6 @@
{
"enableFpsReducer": true,
"hudReferencePos": 3,
"hudReferencePos": 7,
"hudPos": [
{
"id": 0,
@@ -82,6 +82,6 @@
"reducingInBackground": true,
"suppressSound": true,
"suppressedVolume": 20,
"hudEnabled": false,
"hudEnabled": true,
"profile": 5
}

View File

@@ -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": []
}
}

View File

@@ -0,0 +1,47 @@
{
"package.name.className": {
"ignore": false,
"playerSideOnly": false,
"force": false,
"buttonHints": {
"SORT": {
"horizontalOffset": 0,
"top": 0,
"bottom": 0
},
"SORT_COLUMNS": {
"horizontalOffset": 0,
"top": 0,
"bottom": 0
},
"SORT_ROWS": {
"horizontalOffset": 0,
"top": 0,
"bottom": 0
},
"MOVE_TO_CONTAINER": {
"horizontalOffset": 0,
"top": 0,
"bottom": 0
},
"MOVE_TO_PLAYER": {
"horizontalOffset": 0,
"top": 0,
"bottom": 0
},
"CONTINUOUS_CRAFTING": {
"horizontalOffset": 0,
"top": 0,
"bottom": 0
},
"PROFILE_SELECTOR": {
"horizontalOffset": 0,
"top": 0,
"bottom": 0,
"hide": true
}
}
},
"another.package.name.className": {
}
}

View File

@@ -0,0 +1,25 @@
{
"ModSettings": {
"first_run": false
},
"GuiSettings": {
"continuous_crafting_saved_value": false
},
"AutoRefillSettings": {
"visual_durability_notification": {
"value": false
},
"audio_durability_notification": {
"value": false
},
"visual_replace_success_notification": {
"value": false
},
"audio_replace_success_notification": {
"value": false
},
"visual_replace_failed_notification": {
"value": false
}
}
}

View File

@@ -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": []
}
}

View File

@@ -1,8 +1,8 @@
#This file stores configuration options for Iris, such as the currently active shaderpack
#Thu Feb 13 00:58:19 CST 2025
#Thu Feb 13 02:29:02 CST 2025
colorSpace=SRGB
disableUpdateMessage=false
enableDebugOptions=false
enableShaders=true
maxShadowRenderDistance=32
shaderPack=
shaderPack=BSL_v8.4.01.2.zip

View File

@@ -0,0 +1,174 @@
{
"Generic": {
"carpetCtrlQCraftingEnabledOnServer": false,
"clientCraftingFixOn1.12": true,
"craftingRenderRecipeItems": true,
"debugMessages": false,
"massCraftInhibitMidUpdates": true,
"massCraftInterval": 2,
"massCraftIterations": 36,
"massCraftSwapsOnly": false,
"massCraftUseRecipeBook": true,
"massCraftHold": false,
"modMainToggle": true,
"packetRateLimit": 4,
"rateLimitClickPackets": false,
"craftingRecipesSaveToFile": true,
"craftingRecipesSaveFileIsGlobal": false,
"reverseScrollDirectionSingle": false,
"reverseScrollDirectionStacks": false,
"useSlotPositionAwareScrollDirection": false,
"useRecipeCaching": true,
"villagerTradeUseGlobalFavorites": true,
"villagerTradeListRememberScrollPosition": true,
"sortInventoryToggle": false,
"sortAssumeEmptyBoxStacks": false,
"sortShulkerBoxesAtEnd": true,
"sortShulkerBoxesInverted": false,
"sortBundlesAtEnd": true,
"sortBundlesInverted": false,
"sortTopPriorityInventory": [
"minecraft:diamond_sword",
"minecraft:diamond_pickaxe",
"minecraft:diamond_axe",
"minecraft:diamond_shovel",
"minecraft:diamond_hoe",
"minecraft:netherite_sword",
"minecraft:netherite_pickaxe",
"minecraft:netherite_axe",
"minecraft:netherite_shovel",
"minecraft:netherite_hoe"
],
"sortBottomPriorityInventory": [],
"sortMethodDefault": "category_name",
"sortCategoryOrder": [
"building_blocks",
"colored_blocks",
"natural_blocks",
"functional_blocks",
"redstone_blocks",
"tools_and_utilities",
"combat",
"food_and_drinks",
"ingredients",
"spawn_eggs",
"op_blocks",
"other"
]
},
"Hotkeys": {
"openConfigGui": {
"keys": "I,C"
},
"toggleModOnOff": {
"keys": ""
},
"craftEverything": {
"keys": "LEFT_CONTROL,C"
},
"dropAllMatching": {
"keys": "LEFT_CONTROL,LEFT_SHIFT,Q"
},
"massCraft": {
"keys": "LEFT_CONTROL,LEFT_ALT,C"
},
"massCraftToggle": {
"keys": ""
},
"moveCraftResults": {
"keys": "LEFT_CONTROL,M"
},
"recipeView": {
"keys": "A"
},
"slotDebug": {
"keys": "LEFT_CONTROL,LEFT_ALT,LEFT_SHIFT,I"
},
"storeRecipe": {
"keys": "BUTTON_3"
},
"throwCraftResults": {
"keys": "LEFT_CONTROL,T"
},
"villagerTradeFavorites": {
"keys": ""
},
"modifierMoveEverything": {
"keys": "LEFT_ALT,LEFT_SHIFT"
},
"modifierMoveMatching": {
"keys": "LEFT_ALT"
},
"modifierMoveStack": {
"keys": "LEFT_SHIFT"
},
"modifierToggleVillagerGlobalFavorite": {
"keys": "LEFT_SHIFT"
},
"keyDragMoveStacks": {
"keys": "LEFT_SHIFT,BUTTON_1"
},
"keyDragMoveLeaveOne": {
"keys": "LEFT_SHIFT,BUTTON_2"
},
"keyDragMoveMatching": {
"keys": "LEFT_ALT,BUTTON_1"
},
"keyDragMoveOne": {
"keys": "LEFT_CONTROL,BUTTON_1"
},
"keyDragDropLeaveOne": {
"keys": "LEFT_SHIFT,Q,BUTTON_2"
},
"keyDragDropSingle": {
"keys": "Q,BUTTON_1"
},
"keyDragDropStacks": {
"keys": "LEFT_SHIFT,Q,BUTTON_1"
},
"keyMoveEverything": {
"keys": "LEFT_ALT,LEFT_SHIFT,BUTTON_1"
},
"wsMoveDownLeaveOne": {
"keys": "S,BUTTON_2"
},
"wsMoveDownMatching": {
"keys": "LEFT_ALT,S,BUTTON_1"
},
"wsMoveDownSingle": {
"keys": "S,BUTTON_1"
},
"wsMoveDownStacks": {
"keys": "LEFT_SHIFT,S,BUTTON_1"
},
"wsMoveUpLeaveOne": {
"keys": "W,BUTTON_2"
},
"wsMoveUpMatching": {
"keys": "LEFT_ALT,W,BUTTON_1"
},
"wsMoveUpSingle": {
"keys": "W,BUTTON_1"
},
"wsMoveUpStacks": {
"keys": "LEFT_SHIFT,W,BUTTON_1"
},
"sortInventory": {
"keys": "R"
}
},
"Toggles": {
"enableCraftingFeatures": true,
"enableDropkeyDropMatching": true,
"enableRightClickCraftingOneStack": true,
"enableScrollingEverything": true,
"enableScrollingMatchingStacks": true,
"enableScrollingSingle": true,
"enableScrollingStacks": true,
"enableScrollingStacksFallback": true,
"enableScrollingVillager": true,
"enableShiftDropItems": true,
"enableShiftPlaceItems": true,
"enableVillagerTradeFeatures": true
}
}

View File

@@ -0,0 +1,179 @@
# LambDynamicLights configuration.
# The dynamic lights mode
mode = "fancy"
# Light sources settings.
[light_sources]
# Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water.
water_sensitive_check = true
# Enables dynamic lighting of beacon or end gateway beams.
beam = true
# Enable entities light source.
entities = true
# Enable first-person player light source.
self = true
# TNT lighting mode. May be off, simple or fancy.
tnt = "fancy"
# Creeper lighting mode. May be off, simple or fancy.
creeper = "fancy"
# Enables dynamic lighting of Guardian's lasers. This also can be toggled off by disabling Guardian dynamic lighting.
guardian_laser = true
[light_sources.settings.entities.minecraft]
glow_item_frame = false
[debug]
active_dynamic_lighting_cells = false
display_dynamic_lighting_chunk_rebuild = false
display_behavior_bounding_box = false
[entity.minecraft]
zombie_horse = true
pale_oak_boat = true
axolotl = true
zoglin = true
egg = true
spawner_minecart = true
allay = true
jungle_chest_boat = true
llama = true
mule = true
bat = true
husk = true
experience_bottle = true
camel = true
rabbit = true
firework_rocket = true
silverfish = true
giant = true
drowned = true
creaking = true
item = true
oak_chest_boat = true
goat = true
vindicator = true
horse = true
birch_boat = true
minecart = true
spectral_arrow = true
mooshroom = true
oak_boat = true
llama_spit = true
glow_item_frame = true
tnt = true
snowball = true
parrot = true
creeper = true
lightning_bolt = true
tadpole = true
ravager = true
evoker_fangs = true
tropical_fish = true
chest_minecart = true
slime = true
pillager = true
dark_oak_chest_boat = true
area_effect_cloud = true
blaze = true
piglin = true
end_crystal = true
endermite = true
zombie = true
ender_pearl = true
item_display = true
breeze_wind_charge = true
guardian = true
fireball = true
illusioner = true
wither_skull = true
eye_of_ender = true
wolf = true
tnt_minecart = true
zombie_villager = true
block_display = true
elder_guardian = true
cherry_chest_boat = true
acacia_chest_boat = true
small_fireball = true
strider = true
cave_spider = true
witch = true
snow_golem = true
cod = true
spider = true
command_block_minecart = true
panda = true
bee = true
arrow = true
cow = true
birch_chest_boat = true
magma_cube = true
pig = true
spruce_boat = true
skeleton = true
frog = true
hoglin = true
armadillo = true
armor_stand = true
experience_orb = true
dolphin = true
stray = true
jungle_boat = true
turtle = true
shulker = true
salmon = true
wither_skeleton = true
vex = true
wandering_trader = true
piglin_brute = true
breeze = true
ocelot = true
furnace_minecart = true
pale_oak_chest_boat = true
acacia_boat = true
mangrove_boat = true
item_frame = true
phantom = true
ender_dragon = true
leash_knot = true
evoker = true
marker = true
glow_squid = true
warden = true
squid = true
shulker_bullet = true
enderman = true
dragon_fireball = true
chicken = true
sniffer = true
dark_oak_boat = true
trader_llama = true
donkey = true
bogged = true
bamboo_chest_raft = true
bamboo_raft = true
fox = true
mangrove_chest_boat = true
cherry_boat = true
iron_golem = true
zombified_piglin = true
cat = true
wind_charge = true
ghast = true
sheep = true
player = true
pufferfish = true
potion = true
trident = true
villager = true
ominous_item_spawner = true
skeleton_horse = true
fishing_bobber = true
text_display = true
polar_bear = true
hopper_minecart = true
falling_block = true
painting = true
interaction = true
wither = true
spruce_chest_boat = true

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,752 @@
{
"InfoLineOrders": {
"infoFPS": 0,
"infoMemoryUsage": 0,
"infoTimeIRL": 0,
"infoTimeWorld": 0,
"infoWorldTimeFormatted": 0,
"infoCoordinates": 0,
"infoCoordinatesScaled": 0,
"infoBlockPosition": 0,
"infoChunkPosition": 0,
"infoBlockInChunk": 0,
"infoDimensionId": 0,
"infoFacing": 0,
"infoRotationYaw": 0,
"infoRotationPitch": 0,
"infoBlockBreakSpeed": 0,
"infoPlayerExperience": 0,
"infoSpeed": 0,
"infoSpeedAxis": 0,
"infoSpeedHV": 0,
"infoSprinting": 0,
"infoServerTPS": 0,
"§6infoServux§r": 0,
"infoPing": 0,
"§6infoWeather§r": 0,
"infoTimeTotalModulo": 0,
"infoTimeDayModulo": 0,
"§6infoMobCaps§r": 0,
"infoParticleCount": 0,
"infoDifficulty": 0,
"infoEntities": 0,
"infoEntitiesClientWorld": 0,
"infoTileEntities": 0,
"infoLightLevel": 0,
"infoBiome": 0,
"infoBiomeRegistryName": 0,
"infoDistance": 0,
"infoLoadedChunksCount": 0,
"infoChunkSections": 0,
"infoChunkSectionsLine": 0,
"infoChunkUpdates": 0,
"infoRegionFile": 0,
"infoSlimeChunk": 0,
"infoLookingAtBlock": 0,
"infoLookingAtBlockInChunk": 0,
"infoBlockProperties": 0,
"§6infoBeeCount§r": 0,
"§6infoComparatorOutput§r": 0,
"infoHoneyLevel": 0,
"§6infoFurnaceXp§r": 0,
"infoEntityRegistryName": 0,
"infoLookingAtEntity": 0,
"infoLookingAtEffects": 0,
"infoLookingAtPlayerExp": 0,
"infoZombieConversion": 0,
"infoHorseSpeed": 0,
"infoHorseJump": 0,
"infoPandaGene": 0,
"infoEntityVariant": 0
},
"Colors": {
"beaconRangeLvl1": "#20E060FF",
"beaconRangeLvl2": "#20FFB040",
"beaconRangeLvl3": "#20FFF040",
"beaconRangeLvl4": "#2060FF40",
"blockGridOverlayColor": "#80FFFFFF",
"conduitRange": "#2030FFFF",
"lightLevelMarkerBlockLit": "#FF209040",
"lightLevelMarkerDark": "#FFFF4848",
"lightLevelMarkerDim": "#FFC0C040",
"lightLevelMarkerSkyLit": "#FFFFFF33",
"lightLevelNumberBlockDark": "#FFC03030",
"lightLevelNumberBlockDim": "#FFC0C040",
"lightLevelNumberBlockLit": "#FF20FF40",
"lightLevelNumberSkyDark": "#FFFFF030",
"lightLevelNumberSkyDim": "#FFC0C030",
"lightLevelNumberSkyLit": "#FF40E0FF",
"randomTicksFixedOverlayColor": "#30F9F225",
"randomTicksPlayerOverlayColor": "#3030FE73",
"regionOverlayColor": "#30FF8019",
"shapeAdjustableSpawnSphere": "#6030B0B0",
"shapeBox": "#6050A0A0",
"shapeCanDespawnSphere": "#60A04050",
"shapeCanSpawnSphere": "#60A04050",
"shapeCircle": "#6030B0B0",
"shapeDespawnSphere": "#60A04050",
"shapeLineBlocky": "#6030F0B0",
"shapeSphereBlocky": "#6030B0B0",
"slimeChunksOverlayColor": "#3020F020",
"spawnPlayerEntityOverlayColor": "#302050D0",
"spawnPlayerRedstoneOverlayColor": "#30F8D641",
"spawnPlayerLazyOverlayColor": "#30D030D0",
"spawnPlayerOuterOverlayColor": "#306900D2",
"spawnRealEntityOverlayColor": "#3030FF20",
"spawnRealRedstoneOverlayColor": "#30F8D641",
"spawnRealLazyOverlayColor": "#30FF3020",
"spawnRealOuterOverlayColor": "#309D581A",
"spawnableColumnHeightsOverlayColor": "#A0FF00FF",
"textBackgroundColor": "#A0505050",
"textColor": "#FFE0E0E0"
},
"Generic": {
"axolotlTooltips": false,
"beeTooltips": false,
"bundleTooltips": true,
"bundleTooltipsFillLevel": 64,
"honeyTooltips": false,
"biomeOverlaySingleColor": true,
"bundlePreview": false,
"bundleDisplayBgColor": true,
"bundleDisplayRequireShift": true,
"bundleDisplayRowWidth": 9,
"debugMessages": false,
"dontClearStoredSeedOnDimensionChange": true,
"entityDataSync": true,
"entityDataSyncBackup": true,
"entityDataSyncCacheTimeout": 1.0,
"entityDataSyncLoadNbt": false,
"infoLinesUsesNbt": true,
"lightLevelAutoHeight": false,
"lightLevelCollisionCheck": false,
"lightLevelColoredNumbers": true,
"lightLevelNumberRotation": true,
"lightLevelRenderThrough": false,
"lightLevelSkipBlockCheck": false,
"lightLevelUnderWater": false,
"mapPreview": false,
"mapPreviewRequireShift": true,
"offsetSubtitleHud": true,
"requireSneak": false,
"shulkerBoxPreview": true,
"shulkerDisplayBgColor": true,
"shulkerDisplayEnderChest": false,
"shulkerDisplayRequireShift": true,
"slimeChunkTopToPlayer": false,
"sortLinesByLength": false,
"sortLinesReversed": false,
"spawnPlayerOuterOverlayEnabled": false,
"spawnPlayerRedstoneOverlayEnabled": false,
"spawnRealOuterOverlayEnabled": false,
"spawnRealRedstoneOverlayEnabled": false,
"structuresRenderThrough": false,
"useCustomizedCoordinateFormat": true,
"useFontShadow": false,
"useTextBackground": true,
"mainRenderingToggle": {
"enabled": true,
"hotkey": {
"keys": "H"
}
},
"moveShapeToPlayer": {
"keys": ""
},
"openConfigGui": {
"keys": "H,C"
},
"requiredKey": {
"keys": ""
},
"serverNbtRequestRate": 2,
"setDistanceReferencePoint": {
"keys": ""
},
"shapeEditor": {
"keys": ""
},
"blockGridOverlayMode": "all",
"lightLevelMarkerCondition": "spawnable",
"lightLevelMarkers": "square",
"lightLevelNumberCondition": "always",
"lightLevelNumbers": "block",
"hudAlignment": "top_right",
"biomeOverlayRange": 4,
"biomeOverlayRangeVertical": 0,
"blockPosFormat": "Block: %d, %d, %d",
"blockGridOverlayRadius": 32,
"coordinateFormat": "x: %.1f y: %.1f z: %.1f",
"dateFormatReal": "yyyy-MM-dd HH:mm:ss",
"dateFormatMinecraft": "MC time: (day {DAY}) {HOUR}:{MIN}:xx",
"fontScale": 0.5,
"lightLevelMarkerSize": 0.84,
"lightLevelNumberOffsetBlockX": 0.26,
"lightLevelNumberOffsetBlockY": 0.32,
"lightLevelNumberOffsetSkyX": 0.42,
"lightLevelNumberOffsetSkyY": 0.56,
"lightLevelRange": 24,
"lightLevelThresholdDim": 0,
"lightLevelThresholdSafe": 1,
"lightLevelRenderOffset": 0.005,
"mapPreviewSize": 160,
"slimeChunkOverlayRadius": -1,
"spawnableColumnHeightsOverlayRadius": 40,
"textPosX": 4,
"textPosY": 4,
"timeDayDivisor": 24000,
"timeTotalDivisor": 24000,
"inventoryPreview": {
"keys": "LEFT_ALT"
},
"inventoryPreviewEnabled": false,
"inventoryPreviewToggleScreen": {
"keys": "BUTTON_3"
},
"villagerConversionTicks": true,
"villagerOfferEnchantmentBooks": true,
"villagerOfferPriceRange": true,
"villagerOfferHighestLevelOnly": false,
"villagerOfferLowestPriceNearby": false,
"villagerOfferPriceThreshold": 1.0
},
"InfoTypeToggles": {
"infoFPS": false,
"infoMemoryUsage": false,
"infoTimeIRL": true,
"infoTimeWorld": false,
"infoWorldTimeFormatted": false,
"infoCoordinates": true,
"infoCoordinatesScaled": false,
"infoBlockPosition": false,
"infoChunkPosition": false,
"infoBlockInChunk": false,
"infoDimensionId": false,
"infoFacing": true,
"infoRotationYaw": false,
"infoRotationPitch": false,
"infoBlockBreakSpeed": false,
"infoPlayerExperience": false,
"infoSpeed": false,
"infoSpeedAxis": false,
"infoSpeedHV": false,
"infoSprinting": false,
"infoServerTPS": false,
"§6infoServux§r": false,
"infoPing": true,
"§6infoWeather§r": false,
"infoTimeTotalModulo": false,
"infoTimeDayModulo": false,
"§6infoMobCaps§r": false,
"infoParticleCount": false,
"infoDifficulty": false,
"infoEntities": false,
"infoEntitiesClientWorld": false,
"infoTileEntities": false,
"infoLightLevel": false,
"infoBiome": false,
"infoBiomeRegistryName": false,
"infoDistance": false,
"infoLoadedChunksCount": false,
"infoChunkSections": false,
"infoChunkSectionsLine": false,
"infoChunkUpdates": false,
"infoRegionFile": false,
"infoSlimeChunk": false,
"infoLookingAtBlock": false,
"infoLookingAtBlockInChunk": false,
"infoBlockProperties": false,
"§6infoBeeCount§r": false,
"§6infoComparatorOutput§r": false,
"infoHoneyLevel": false,
"§6infoFurnaceXp§r": false,
"infoEntityRegistryName": false,
"infoLookingAtEntity": false,
"infoLookingAtEffects": false,
"infoLookingAtPlayerExp": false,
"infoZombieConversion": false,
"infoHorseSpeed": false,
"infoHorseJump": false,
"infoPandaGene": false,
"infoEntityVariant": false
},
"InfoHotkeys": {
"infoFPS": {
"keys": ""
},
"infoMemoryUsage": {
"keys": ""
},
"infoTimeIRL": {
"keys": ""
},
"infoTimeWorld": {
"keys": ""
},
"infoWorldTimeFormatted": {
"keys": ""
},
"infoCoordinates": {
"keys": ""
},
"infoCoordinatesScaled": {
"keys": ""
},
"infoBlockPosition": {
"keys": ""
},
"infoChunkPosition": {
"keys": ""
},
"infoBlockInChunk": {
"keys": ""
},
"infoDimensionId": {
"keys": ""
},
"infoFacing": {
"keys": ""
},
"infoRotationYaw": {
"keys": ""
},
"infoRotationPitch": {
"keys": ""
},
"infoBlockBreakSpeed": {
"keys": ""
},
"infoPlayerExperience": {
"keys": ""
},
"infoSpeed": {
"keys": ""
},
"infoSpeedAxis": {
"keys": ""
},
"infoSpeedHV": {
"keys": ""
},
"infoSprinting": {
"keys": ""
},
"infoServerTPS": {
"keys": ""
},
"§6infoServux§r": {
"keys": ""
},
"infoPing": {
"keys": ""
},
"§6infoWeather§r": {
"keys": ""
},
"infoTimeTotalModulo": {
"keys": ""
},
"infoTimeDayModulo": {
"keys": ""
},
"§6infoMobCaps§r": {
"keys": ""
},
"infoParticleCount": {
"keys": ""
},
"infoDifficulty": {
"keys": ""
},
"infoEntities": {
"keys": ""
},
"infoEntitiesClientWorld": {
"keys": ""
},
"infoTileEntities": {
"keys": ""
},
"infoLightLevel": {
"keys": ""
},
"infoBiome": {
"keys": ""
},
"infoBiomeRegistryName": {
"keys": ""
},
"infoDistance": {
"keys": ""
},
"infoLoadedChunksCount": {
"keys": ""
},
"infoChunkSections": {
"keys": ""
},
"infoChunkSectionsLine": {
"keys": ""
},
"infoChunkUpdates": {
"keys": ""
},
"infoRegionFile": {
"keys": ""
},
"infoSlimeChunk": {
"keys": ""
},
"infoLookingAtBlock": {
"keys": ""
},
"infoLookingAtBlockInChunk": {
"keys": ""
},
"infoBlockProperties": {
"keys": ""
},
"§6infoBeeCount§r": {
"keys": ""
},
"§6infoComparatorOutput§r": {
"keys": ""
},
"infoHoneyLevel": {
"keys": ""
},
"§6infoFurnaceXp§r": {
"keys": ""
},
"infoEntityRegistryName": {
"keys": ""
},
"infoLookingAtEntity": {
"keys": ""
},
"infoLookingAtEffects": {
"keys": ""
},
"infoLookingAtPlayerExp": {
"keys": ""
},
"infoZombieConversion": {
"keys": ""
},
"infoHorseSpeed": {
"keys": ""
},
"infoHorseJump": {
"keys": ""
},
"infoPandaGene": {
"keys": ""
},
"infoEntityVariant": {
"keys": ""
}
},
"RendererToggles": {
"overlayBeaconRange": false,
"overlayBiomeBorder": false,
"overlayBlockGrid": false,
"overlayConduitRange": false,
"overlayLightLevel": false,
"overlayRandomTicksFixed": false,
"overlayRandomTicksPlayer": false,
"overlayRegionFile": false,
"overlaySlimeChunks": false,
"overlaySpawnableColumnHeights": false,
"overlaySpawnChunkReal": false,
"overlaySpawnChunkPlayer": false,
"§6overlayStructureMainToggle§r": false,
"§6overlayVillagerInfo§r": false,
"shapeRenderer": false,
"§6debugDataMainToggle§r": false,
"§6debugBeeDataEnabled§r": false,
"§6debugBrainEnabled§r": false,
"§6debugBreezeJumpEnabled§r": false,
"debugChunkBorder": false,
"debugChunkInfo": false,
"§6debugChunkLoading§r": false,
"debugChunkOcclusion": false,
"debugCollisionBoxEnabled": false,
"debugHeightmapEnabled": false,
"debugLightEnabled": false,
"§6debugNeighborsUpdateEnabled§r": false,
"§6debugGameEventsEnabled§r": false,
"§6debugGoalSelectorEnabled§r": false,
"debugOctreeEnabled": false,
"§6debugPathfindingEnabled§r": false,
"§6debugRaidCenterEnabled§r": false,
"debugSkylightEnabled": false,
"debugSolidFaceEnabled": false,
"§6debugStructuresEnabled§r": false,
"debugSupportingBlock": false,
"debugWaterEnabled": false,
"§6debugVillageEnabled§r": false,
"§6debugVillageSectionsEnabled§r": false,
"§6debugWorldGenEnabled§r": false
},
"RendererHotkeys": {
"overlayBeaconRange": {
"keys": ""
},
"overlayBiomeBorder": {
"keys": ""
},
"overlayBlockGrid": {
"keys": ""
},
"overlayConduitRange": {
"keys": ""
},
"overlayLightLevel": {
"keys": "R"
},
"overlayRandomTicksFixed": {
"keys": ""
},
"overlayRandomTicksPlayer": {
"keys": ""
},
"overlayRegionFile": {
"keys": ""
},
"overlaySlimeChunks": {
"keys": ""
},
"overlaySpawnableColumnHeights": {
"keys": ""
},
"overlaySpawnChunkReal": {
"keys": ""
},
"overlaySpawnChunkPlayer": {
"keys": ""
},
"§6overlayStructureMainToggle§r": {
"keys": ""
},
"§6overlayVillagerInfo§r": {
"keys": ""
},
"shapeRenderer": {
"keys": ""
},
"§6debugDataMainToggle§r": {
"keys": ""
},
"§6debugBeeDataEnabled§r": {
"keys": ""
},
"§6debugBrainEnabled§r": {
"keys": ""
},
"§6debugBreezeJumpEnabled§r": {
"keys": ""
},
"debugChunkBorder": {
"keys": ""
},
"debugChunkInfo": {
"keys": ""
},
"§6debugChunkLoading§r": {
"keys": ""
},
"debugChunkOcclusion": {
"keys": ""
},
"debugCollisionBoxEnabled": {
"keys": ""
},
"debugHeightmapEnabled": {
"keys": ""
},
"debugLightEnabled": {
"keys": ""
},
"§6debugNeighborsUpdateEnabled§r": {
"keys": ""
},
"§6debugGameEventsEnabled§r": {
"keys": ""
},
"§6debugGoalSelectorEnabled§r": {
"keys": ""
},
"debugOctreeEnabled": {
"keys": ""
},
"§6debugPathfindingEnabled§r": {
"keys": ""
},
"§6debugRaidCenterEnabled§r": {
"keys": ""
},
"debugSkylightEnabled": {
"keys": ""
},
"debugSolidFaceEnabled": {
"keys": ""
},
"§6debugStructuresEnabled§r": {
"keys": ""
},
"debugSupportingBlock": {
"keys": ""
},
"debugWaterEnabled": {
"keys": ""
},
"§6debugVillageEnabled§r": {
"keys": ""
},
"§6debugVillageSectionsEnabled§r": {
"keys": ""
},
"§6debugWorldGenEnabled§r": {
"keys": ""
}
},
"StructureColors": {
"Ancient City Main": "#30D10AE6",
"Ancient City Components": "#30D506C9",
"Bastion Remnant Main": "#302171F5",
"Bastion Remnant Components": "#302171F5",
"Buried Treasure Main": "#302298E6",
"Buried Treasure Components": "#302298E6",
"Desert Pyramid Main": "#30FFFF00",
"Desert Pyramid Components": "#30FFFF00",
"End City Main": "#30EB07EB",
"End City Components": "#30EB07EB",
"Igloo Main": "#300FAFE4",
"Igloo Components": "#300FAFE4",
"Jungle Temple Main": "#3099FF00",
"Jungle Temple Components": "#3099FF00",
"Mansion Main": "#30FF6500",
"Mansion Components": "#30FF6500",
"Mineshaft Main": "#30F8D650",
"Mineshaft Components": "#30F8D650",
"Nether Fortress Main": "#30FC381D",
"Nether Fortress Components": "#30FC381D",
"Nether Fossil Main": "#30868E99",
"Nether Fossil Components": "#30868E99",
"Ocean Monument Main": "#3029E6EF",
"Ocean Monument Components": "#3029E6EF",
"Ocean Ruin Main": "#300FAD83",
"Ocean Ruin Components": "#300FAD83",
"Pillager Outpost Main": "#300FAD83",
"Pillager Outpost Components": "#300FAD83",
"Ruined Portal Main": "#309F03D3",
"Ruined Portal Components": "#309F03D3",
"Shipwreck Main": "#30EB1995",
"Shipwreck Components": "#30EB1995",
"Stronghold Main": "#30009999",
"Stronghold Components": "#30009999",
"Trial Chambers Main": "#3099664E",
"Trial Chambers Components": "#30CC8868",
"Village Main": "#3054CB4E",
"Village Components": "#3054CB4E",
"Witch Hut Main": "#30BE1DFC",
"Witch Hut Components": "#300099FF",
"Trail Ruins Main": "#307F5AFF",
"Trail Ruins Components": "#307F5AFF",
"Unknown Main": "#50FFFFFF",
"Unknown Components": "#50FFFFFF"
},
"StructureHotkeys": {
"Toggle Ancient City": {
"keys": ""
},
"Toggle Bastion Remnant": {
"keys": ""
},
"Toggle Buried Treasure": {
"keys": ""
},
"Toggle Desert Pyramid": {
"keys": ""
},
"Toggle End City": {
"keys": ""
},
"Toggle Igloo": {
"keys": ""
},
"Toggle Jungle Temple": {
"keys": ""
},
"Toggle Mansion": {
"keys": ""
},
"Toggle Mineshaft": {
"keys": ""
},
"Toggle Nether Fortress": {
"keys": ""
},
"Toggle Nether Fossil": {
"keys": ""
},
"Toggle Ocean Monument": {
"keys": ""
},
"Toggle Ocean Ruin": {
"keys": ""
},
"Toggle Pillager Outpost": {
"keys": ""
},
"Toggle Ruined Portal": {
"keys": ""
},
"Toggle Shipwreck": {
"keys": ""
},
"Toggle Stronghold": {
"keys": ""
},
"Toggle Trial Chambers": {
"keys": ""
},
"Toggle Village": {
"keys": ""
},
"Toggle Witch Hut": {
"keys": ""
},
"Toggle Trail Ruins": {
"keys": ""
},
"Toggle Unknown": {
"keys": ""
}
},
"StructureToggles": {
"Ancient City": false,
"Bastion Remnant": false,
"Buried Treasure": false,
"Desert Pyramid": false,
"End City": false,
"Igloo": false,
"Jungle Temple": false,
"Mansion": false,
"Mineshaft": false,
"Nether Fortress": false,
"Nether Fossil": false,
"Ocean Monument": false,
"Ocean Ruin": false,
"Pillager Outpost": false,
"Ruined Portal": false,
"Shipwreck": false,
"Stronghold": false,
"Trial Chambers": false,
"Village": false,
"Witch Hut": false,
"Trail Ruins": false,
"Unknown": false
},
"config_version": 1
}

View File

@@ -0,0 +1,14 @@
{
"renderers": {
"random_tickable_chunks": {
"pos": [
0.0,
0.0,
0.0
]
},
"slime_chunks": {
"y_top": 0.0
}
}
}

View File

@@ -0,0 +1,15 @@
{
"data_storage": {
"distance_pos": [
0.0,
0.0,
0.0
]
},
"hud_data": {
"seed": -9137858631877548034,
"spawn_chunk_radius": 2
},
"entities": {},
"shapes": {}
}

View File

@@ -0,0 +1,12 @@
{
"enabled": false,
"port": 7903,
"validator": {
"uuids": [],
"if": {
"password": "40f99ab9-84af-4380-a4e2-a61ca8a6e8b9",
"type": "password"
},
"type": "if"
}
}

View File

@@ -54,7 +54,7 @@
"cheatingStyle": "GRAB"
},
"appearance": {
"recipeScreenType": "UNSET",
"recipeScreenType": "ORIGINAL",
// Declares the appearance of REI windows.
"theme": "LIGHT",
"layout": {

View File

@@ -1,2 +1,2 @@
#Pinyin Options
#Thu Feb 13 01:07:50 CST 2025
#Thu Feb 13 02:18:09 CST 2025

View File

@@ -1,3 +1,3 @@
#Double Pinyin Options
#Thu Feb 13 01:07:50 CST 2025
#Thu Feb 13 02:18:09 CST 2025
Converter=sougou

View File

@@ -0,0 +1,48 @@
// Run `/waila reload` to apply changes server-wide.
// Run `/wailac reload` to apply changes to only your client.
//
// Operators:
// @namespace - include objects based on their namespace location
// #tag - include objects based on data pack tags
// /regex/ - include objects based on regular expression
// default - include objects with specific ID
//
// An exclamation mark (!) prefix can be added which negates the pattern.
// Any entries matching previous rules will be removed from it.
// Can be combined with other rule to exclude what matches the rule.
//
// Example:
// @aether - include all block from the aether namespace
// #minecraft:planks - include all blocks in the planks tag
// /.*_ore/ - include all blocks that ends with "_ore"
// minecraft:iron_block - include only the iron block
// !/.*:oak_.*$/ - exclude all blocks that its path start with "oak_"
//
// The `#waila:blacklist` tag rule can not be removed
{
blocks: [
"minecraft:barrier",
"minecraft:structure_void",
"#waila:blacklist"
],
blockEntityTypes: [
"#waila:blacklist"
],
entityTypes: [
"minecraft:area_effect_cloud",
"minecraft:experience_orb",
"minecraft:fireball",
"minecraft:firework_rocket",
"minecraft:interaction",
"minecraft:snowball",
"#waila:blacklist"
],
//
// The values below are used internally by WTHIT, you SHOULD NOT modify it!
configVersion: 0,
pluginHash: [
981800043,
1449661236,
2021915756
]
}

View File

@@ -0,0 +1,5 @@
// Debug options, restart the game to apply
{
// Show test plugin on plugin toggle screen
showTestPluginToggle: false
}

View File

@@ -0,0 +1,32 @@
// Run `/waila reload` to apply changes server-wide.
// Run `/wailac reload` to apply changes to only your client.
//
// Operators:
// @namespace - include objects based on their namespace location
// #tag - include objects based on data pack tags
// /regex/ - include objects based on regular expression
// default - include objects with specific ID
//
// An exclamation mark (!) prefix can be added which negates the pattern.
// Any entries matching previous rules will be removed from it.
// Can be combined with other rule to exclude what matches the rule.
//
// Example:
// @aether - include all block from the aether namespace
// #minecraft:planks - include all blocks in the planks tag
// /.*_ore/ - include all blocks that ends with "_ore"
// minecraft:iron_block - include only the iron block
// !/.*:oak_.*$/ - exclude all blocks that its path start with "oak_"
//
// The #waila:extra/energy_blacklist tag rule can not be removed
{
blocks: [
"#waila:extra/energy_blacklist"
],
blockEntityTypes: [
"#waila:extra/energy_blacklist"
],
entityTypes: [
"#waila:extra/energy_blacklist"
]
}

View File

@@ -0,0 +1,32 @@
// Run `/waila reload` to apply changes server-wide.
// Run `/wailac reload` to apply changes to only your client.
//
// Operators:
// @namespace - include objects based on their namespace location
// #tag - include objects based on data pack tags
// /regex/ - include objects based on regular expression
// default - include objects with specific ID
//
// An exclamation mark (!) prefix can be added which negates the pattern.
// Any entries matching previous rules will be removed from it.
// Can be combined with other rule to exclude what matches the rule.
//
// Example:
// @aether - include all block from the aether namespace
// #minecraft:planks - include all blocks in the planks tag
// /.*_ore/ - include all blocks that ends with "_ore"
// minecraft:iron_block - include only the iron block
// !/.*:oak_.*$/ - exclude all blocks that its path start with "oak_"
//
// The #waila:extra/fluid_blacklist tag rule can not be removed
{
blocks: [
"#waila:extra/fluid_blacklist"
],
blockEntityTypes: [
"#waila:extra/fluid_blacklist"
],
entityTypes: [
"#waila:extra/fluid_blacklist"
]
}

View File

@@ -0,0 +1,32 @@
// Run `/waila reload` to apply changes server-wide.
// Run `/wailac reload` to apply changes to only your client.
//
// Operators:
// @namespace - include objects based on their namespace location
// #tag - include objects based on data pack tags
// /regex/ - include objects based on regular expression
// default - include objects with specific ID
//
// An exclamation mark (!) prefix can be added which negates the pattern.
// Any entries matching previous rules will be removed from it.
// Can be combined with other rule to exclude what matches the rule.
//
// Example:
// @aether - include all block from the aether namespace
// #minecraft:planks - include all blocks in the planks tag
// /.*_ore/ - include all blocks that ends with "_ore"
// minecraft:iron_block - include only the iron block
// !/.*:oak_.*$/ - exclude all blocks that its path start with "oak_"
//
// The #waila:extra/item_blacklist tag rule can not be removed
{
blocks: [
"#waila:extra/item_blacklist"
],
blockEntityTypes: [
"#waila:extra/item_blacklist"
],
entityTypes: [
"#waila:extra/item_blacklist"
]
}

View File

@@ -0,0 +1,32 @@
// Run `/waila reload` to apply changes server-wide.
// Run `/wailac reload` to apply changes to only your client.
//
// Operators:
// @namespace - include objects based on their namespace location
// #tag - include objects based on data pack tags
// /regex/ - include objects based on regular expression
// default - include objects with specific ID
//
// An exclamation mark (!) prefix can be added which negates the pattern.
// Any entries matching previous rules will be removed from it.
// Can be combined with other rule to exclude what matches the rule.
//
// Example:
// @aether - include all block from the aether namespace
// #minecraft:planks - include all blocks in the planks tag
// /.*_ore/ - include all blocks that ends with "_ore"
// minecraft:iron_block - include only the iron block
// !/.*:oak_.*$/ - exclude all blocks that its path start with "oak_"
//
// The #waila:extra/progress_blacklist tag rule can not be removed
{
blocks: [
"#waila:extra/progress_blacklist"
],
blockEntityTypes: [
"#waila:extra/progress_blacklist"
],
entityTypes: [
"#waila:extra/progress_blacklist"
]
}

View File

@@ -0,0 +1,7 @@
{
"waila:core": true,
"waila:vanilla": true,
"waila:harvest": true,
"waila:extra": true,
"waila:fabric": true
}

View File

@@ -0,0 +1,111 @@
{
general: {
// 显示提示框
// 收集数据并渲染提示框
// Default value: [true]
displayTooltip: true,
// 潜行详情
// 仅当潜行时显示主体内容
// Default value: [false]
shiftForDetails: false,
// 隐藏潜行文本
// 当潜行详情启用时,隐藏“潜行显示详情”文本
// Default value: [false]
hideShiftText: false,
// 显示模式
// 提示框显示方式
// 切换:显示按键会切换开关
// 按住:必须按住显示按键
// Default value: [TOGGLE]
// Available values: [HOLD_KEY, TOGGLE]
displayMode: "TOGGLE",
// 玩家列表隐藏
// 当玩家列表打开时隐藏提示框
// Default value: [true]
hideFromPlayerList: true,
// 调试隐藏
// 当调试菜单打开时隐藏提示框
// Default value: [true]
hideFromDebug: true,
// 启用系统讲述人
// 使用系统讲述人读出方块和实体名
// Default value: [false]
enableTextToSpeech: false,
// 速率限制
// 每个服务器请求之间的延迟是多少毫秒
// 必须至少为250毫秒
// Default value: [250]
rateLimit: 250
},
overlay: {
position: {
align: {
// Default value: [CENTER]
// Available values: [LEFT, CENTER, RIGHT]
x: "CENTER",
// Default value: [TOP]
// Available values: [TOP, MIDDLE, BOTTOM]
y: "TOP"
},
anchor: {
// Default value: [CENTER]
// Available values: [LEFT, CENTER, RIGHT]
x: "CENTER",
// Default value: [TOP]
// Available values: [TOP, MIDDLE, BOTTOM]
y: "TOP"
},
// X轴偏移
// 相对于屏幕锚点的X坐标
// 坐标受尺寸影响
// Default value: [0]
x: 0,
// Y轴偏移
// 相对于屏幕锚点的Y坐标
// 坐标受尺寸影响
// Default value: [0]
y: 0,
// Boss栏重叠
// 如果设为否当Boss栏可见时工具框将向下移动
// 仅影响顶部中心对齐
// Default value: [false]
bossBarsOverlap: false
},
color: {
// 背景不透明度
// Default value: [204]
backgroundAlpha: 204,
// Custom Themes
themes: [],
// 主题
// Default value: [waila:vanilla]
activeTheme: "waila:vanilla"
},
// 尺寸
// 提示框的尺寸是多少
// 默认为1.0
// Default value: [1.0]
scale: 1.0,
// 叠加FPS
// 降低叠加FPS可能会提高整个游戏的FPS
// 设置为0以解锁
// Default value: [30]
fps: 30
},
// Text formatters
formatter: {
// Default value: [§9§o%s]
modName: "§9§o%s",
// Default value: [§f%s]
blockName: "§f%s",
// Default value: [§f%s]
fluidName: "§f%s",
// Default value: [§f%s]
entityName: "§f%s",
// Default value: [§8%s]
registryName: "§8%s"
},
// Internal value, DO NOT TOUCH!
// Default value: [0]
configVersion: 1
}

View File

@@ -0,0 +1,311 @@
{
waila: {
// 显示方块
// Default value: [true]
show_blocks: true,
// 显示流体
// 尝试显示流体
// Default value: [false]
show_fluids: false,
// 显示实体
// Default value: [true]
show_entities: true,
// 显示图标
// Default value: [true]
show_icon: true,
// 图标位置
// Default value: [MIDDLE]
// Available values: [TOP, MIDDLE, BOTTOM]
icon_position: "MIDDLE",
// 显示模组名称
// Default value: [true]
show_mod_name: true,
// 显示物品模组名称
// Default value: [true]
show_item_mod_name: true,
// 显示注册名称
// Default value: [false]
show_registry: false
},
minecraft: {
// 显示方块位置
// Default value: [false]
"block.position": false,
// 显示方块状态
// Default value: [false]
"block.state": false,
// 显示物品实体
// This value will get merged with the value from the server
// Default value: [true]
"entity.item_entity": true,
// 显示实体位置
// Default value: [false]
"entity.position": false,
// 显示生命值
// This value will get merged with the value from the server
// Default value: [true]
"entity.health": true,
// 显示伤害吸收值
// Require server to have WTHIT installed, if not, will be locked to [false]
// Default value: [true]
"entity.absorption": true,
// 显示护甲值
// This value will get merged with the value from the server
// Default value: [true]
"entity.armor": true,
// 紧凑模式
// 用数字而不是用图标在一行中显示生命值和护甲值
// Default value: [false]
"entity.compact": false,
// 每行最大图标
// 在新行开始之前生命值和盔甲值图标的最大数量
// Default value: [25]
"entity.icon_per_line": 25,
// 要绘制的最大生命值
// 强制分数视图前,图标绘制的最大生命值
// Default value: [100]
"entity.long_health_max": 100,
// 要绘制的最大护甲值
// 强制数字视图前,图标绘制的最大护甲值
// Default value: [100]
"entity.long_armor_max": 100,
// 显示宠物主人
// 仅适用于已注册的Minecraft帐户
// Require server to have WTHIT installed, if not, will be locked to [false]
// Default value: [true]
"pet.owner": true,
// 隐藏未知主人
// Default value: [false]
"pet.hide_unknown_owner": false,
// 显示马匹跳跃高度
// This value will get merged with the value from the server
// Default value: [true]
"horse.jump_height": true,
// 显示马匹行进速度
// This value will get merged with the value from the server
// Default value: [true]
"horse.speed": true,
// 显示熊猫基因
// This value will get merged with the value from the server
// Default value: [true]
"panda.genes": true,
// 显示蜂巢位置
// Require server to have WTHIT installed, if not, will be locked to [false]
// Default value: [true]
"bee.hive_pos": true,
// 显示蜂巢蜂蜜等级
// This value will get merged with the value from the server
// Default value: [true]
"bee.hive_honey_level": true,
// 显示蜂巢占领者
// Require server to have WTHIT installed, if not, will be locked to [false]
// Default value: [true]
"bee.hive_occupants": true,
// 显示信标效果
// Require server to have WTHIT installed, if not, will be locked to [false]
// Default value: [true]
"effect.beacon": true,
// 显示生物效果
// Require server to have WTHIT installed, if not, will be locked to [false]
// Default value: [true]
"effect.mob": true,
// 显示隐藏的生物效果
// Require server to have WTHIT installed, if not, will be locked to [false]
// Default value: [false]
"effect.hidden_mob": false,
// 显示正在播放的唱片
// Require server to have WTHIT installed, if not, will be locked to [false]
// Default value: [true]
"jukebox.record": true,
// 显示成长计时器
// Require server to have WTHIT installed, if not, will be locked to [false]
// Default value: [true]
"timer.grow": true,
// 显示繁殖冷却时间
// Require server to have WTHIT installed, if not, will be locked to [false]
// Default value: [true]
"timer.breed": true,
// 不显示隐身实体的信息
// This value will get merged with the value from the server
// Default value: [true]
"override.invisible_entity": true,
// 陷阱箱显示为正常箱子
// This value will get merged with the value from the server
// Default value: [true]
"override.trapped_chest": true,
// 细雪显示为正常雪
// This value will get merged with the value from the server
// Default value: [true]
"override.powder_snow": true,
// 被虫蚀的方块显示为正常方块
// This value will get merged with the value from the server
// Default value: [true]
"override.infested": true,
// 不显示搭乘的实体信息
// 搭乘矿车、马匹等可搭乘实体时,不显示详细信息
// Default value: [true]
"override.vehicle": true,
// 显示挖掘进度
// This value will get merged with the value from the server
// Default value: [true]
"breaking_progress.enabled": true,
// 挖掘进度颜色
// Default value: [-1426063361]
"breaking_progress.color": -1426063361,
// 只在底部边界显示进度条
// Default value: [false]
"breaking_progress.bottom_only": false,
// 显示刷怪笼类型
// This value will get merged with the value from the server
// Default value: [true]
"spawner.type": true,
// 显示作物生长进度
// This value will get merged with the value from the server
// Default value: [true]
"plant.crop_progress": true,
// 显示作物是否可生长
// This value will get merged with the value from the server
// Default value: [true]
"plant.crop_growable": true,
// 显示树木是否可生长
// This value will get merged with the value from the server
// Default value: [true]
"plant.tree_growable": true,
// 显示拉杆状态
// This value will get merged with the value from the server
// Default value: [true]
"redstone.lever": true,
// 显示中继器延迟
// This value will get merged with the value from the server
// Default value: [true]
"redstone.repeater": true,
// 显示比较器模式
// This value will get merged with the value from the server
// Default value: [true]
"redstone.comparator": true,
// 显示红石强度等级
// This value will get merged with the value from the server
// Default value: [true]
"redstone.level": true,
// 显示玩家名称
// This value will get merged with the value from the server
// Default value: [true]
"player_head.name": true,
// 显示堆肥等级
// This value will get merged with the value from the server
// Default value: [true]
"level.composter": true,
// 显示乐器与音符
// This value will get merged with the value from the server
// Default value: [true]
"note_block.type": true,
// 音符显示模式
// Default value: [SHARP]
// Available values: [SHARP, FLAT]
"note_block.note": "SHARP",
// 显示整型等级数值
// Default value: [false]
"note_block.int_value": false,
// 展示雕纹书架书籍
// Require server to have WTHIT installed, if not, will be locked to [false]
// Default value: [true]
"book.bookshelf": true,
// 附魔显示模式
// Default value: [CYCLE]
// Available values: [SEPARATE, COMBINED, CYCLE, DISABLED]
"book.enchantment": "CYCLE",
// 附魔循环计时(毫秒)
// Default value: [500]
"book.enchantment_cycle_timing": 500,
// 展示书籍的作者和时间
// Default value: [true]
"book.written": true
},
harvest: {
// 显示收获物品
// This value will get merged with the value from the server
// Default value: [true]
enabled: true,
// 显示模式
// Default value: [MODERN]
// Available values: [MODERN, CLASSIC, CLASSIC_MINIMAL]
display_mode: "MODERN",
// 在创造上显示
// Default value: [false]
creative: false
},
wailax: {
// 显示方块能量
// Require server to have WTHIT installed, if not, will be locked to [false]
// Default value: [true]
"energy.enabled_block": true,
// 显示实体能量
// Require server to have WTHIT installed, if not, will be locked to [false]
// Default value: [true]
"energy.enabled_entity": true,
// 能量黑名单
// Custom config, open the following file
// extra\energy_blacklist.json5
"energy.blacklist": null,
// 显示方块流体内容
// Require server to have WTHIT installed, if not, will be locked to [false]
// Default value: [true]
"fluid.enabled_block": true,
// 显示实体流体内容
// Require server to have WTHIT installed, if not, will be locked to [false]
// Default value: [true]
"fluid.enabled_entity": true,
// 显示装置
// Default value: [MILLIBUCKETS]
// Available values: [MILLIBUCKETS, DROPLETS]
"fluid.display_unit": "MILLIBUCKETS",
// 流体内容黑名单
// Custom config, open the following file
// extra\fluid_blacklist.json5
"fluid.blacklist": null,
// 显示方块合成进度
// Require server to have WTHIT installed, if not, will be locked to [false]
// Default value: [true]
"progress.enabled_block": true,
// 显示实体合成进度
// Require server to have WTHIT installed, if not, will be locked to [false]
// Default value: [true]
"progress.enabled_entity": true,
// 合成进度黑名单
// Custom config, open the following file
// extra\progress_blacklist.json5
"progress.blacklist": null,
// 显示方块物品内容
// Require server to have WTHIT installed, if not, will be locked to [false]
// Default value: [true]
"item.enabled_block": true,
// 显示实体物品内容
// Require server to have WTHIT installed, if not, will be locked to [false]
// Default value: [true]
"item.enabled_entity": true,
// 同步NBT数据
// Require server to have WTHIT installed, if not, will be locked to [false]
// Default value: [true]
"item.nbt": true,
// 显示模式
// 网格: 显示为网格,就像物品栏的工作原理一样
// 列表:显示为带内联名称的垂直列表
// 动态:超过最大高度时从列表切换到网格
// Default value: [DYNAMIC]
// Available values: [GRID, LIST, DYNAMIC]
"item.display_mode": "DYNAMIC",
// 最大高度
// Default value: [3]
"item.max_height": 3,
// 按计数排序
// Default value: [true]
"item.sort_by_count": true,
// Grid Mode Scale
// Default value: [1.0]
"item.grid_mode_scale": 1.0,
// 物品内容黑名单
// Custom config, open the following file
// extra\item_blacklist.json5
"item.blacklist": null
}
}

View File

@@ -51,8 +51,8 @@ damageTiltStrength:1.0
highContrast:false
highContrastBlockOutline:false
narratorHotkey:true
resourcePacks:["fabric"]
incompatibleResourcePacks:[]
resourcePacks:["vanilla","fabric","betterbeds:fancyconnectedbeds"]
incompatibleResourcePacks:["appleskin","authme","imblocker","zume"]
lastServer:
lang:zh_cn
chatVisibility:0
@@ -112,7 +112,7 @@ key_key.fullscreen:key.keyboard.f11
key_key.spectatorOutlines:key.keyboard.unknown
key_key.swapOffhand:key.keyboard.f
key_key.saveToolbarActivator:key.keyboard.unknown
key_key.loadToolbarActivator:key.keyboard.x
key_key.loadToolbarActivator:key.keyboard.unknown
key_key.advancements:key.keyboard.l
key_key.hotbar.1:key.keyboard.1
key_key.hotbar.2:key.keyboard.2
@@ -123,6 +123,10 @@ key_key.hotbar.6:key.keyboard.6
key_key.hotbar.7:key.keyboard.7
key_key.hotbar.8:key.keyboard.8
key_key.hotbar.9:key.keyboard.9
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_fpsreducer.key.openGui:key.keyboard.end
key_fpsreducer.key.forceIdle:key.keyboard.pause
key_key.modmenu.open_menu:key.keyboard.unknown
@@ -135,6 +139,11 @@ key_key.too_many_shortcuts.toggle_right_sleeve:key.keyboard.unknown
key_key.too_many_shortcuts.toggle_left_pants_leg:key.keyboard.unknown
key_key.too_many_shortcuts.toggle_right_pants_leg:key.keyboard.unknown
key_key.too_many_shortcuts.toggle_hat:key.keyboard.unknown
key_key.waila.config:key.keyboard.unknown
key_key.waila.show_overlay:key.keyboard.unknown
key_key.waila.toggle_liquid:key.keyboard.unknown
key_key.waila.show_recipe_input:key.keyboard.unknown
key_key.waila.show_recipe_output:key.keyboard.unknown
key_zume.zoom:key.keyboard.c
key_zume.zoom_in:key.keyboard.unknown
key_zume.zoom_out:key.keyboard.unknown

View File

@@ -1 +1 @@
{"keybindings":{"key.attack":{"primaryBinding":{"key":"key.mouse.left"}},"key.use":{"primaryBinding":{"key":"key.mouse.right"}},"key.forward":{"primaryBinding":{"key":"key.keyboard.w"}},"key.left":{"primaryBinding":{"key":"key.keyboard.a"}},"key.back":{"primaryBinding":{"key":"key.keyboard.s"}},"key.right":{"primaryBinding":{"key":"key.keyboard.d"}},"key.jump":{"primaryBinding":{"key":"key.keyboard.space"}},"key.sneak":{"primaryBinding":{"key":"key.keyboard.left.shift"}},"key.sprint":{"primaryBinding":{"key":"key.keyboard.left.control"}},"key.drop":{"primaryBinding":{"key":"key.keyboard.q"}},"key.inventory":{"primaryBinding":{"key":"key.keyboard.e"}},"key.chat":{"primaryBinding":{"key":"key.keyboard.t"}},"key.playerlist":{"primaryBinding":{"key":"key.keyboard.tab"}},"key.pickItem":{"primaryBinding":{"key":"key.mouse.middle"}},"key.command":{"primaryBinding":{"key":"key.keyboard.slash"}},"key.socialInteractions":{"primaryBinding":{"key":"key.keyboard.p"}},"key.screenshot":{"primaryBinding":{"key":"key.keyboard.f2"}},"key.togglePerspective":{"primaryBinding":{"key":"key.keyboard.f5"}},"key.smoothCamera":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.fullscreen":{"primaryBinding":{"key":"key.keyboard.f11"}},"key.spectatorOutlines":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.swapOffhand":{"primaryBinding":{"key":"key.keyboard.f"}},"key.saveToolbarActivator":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.loadToolbarActivator":{"primaryBinding":{"key":"key.keyboard.x"}},"key.advancements":{"primaryBinding":{"key":"key.keyboard.l"}},"key.hotbar.1":{"primaryBinding":{"key":"key.keyboard.1"}},"key.hotbar.2":{"primaryBinding":{"key":"key.keyboard.2"}},"key.hotbar.3":{"primaryBinding":{"key":"key.keyboard.3"}},"key.hotbar.4":{"primaryBinding":{"key":"key.keyboard.4"}},"key.hotbar.5":{"primaryBinding":{"key":"key.keyboard.5"}},"key.hotbar.6":{"primaryBinding":{"key":"key.keyboard.6"}},"key.hotbar.7":{"primaryBinding":{"key":"key.keyboard.7"}},"key.hotbar.8":{"primaryBinding":{"key":"key.keyboard.8"}},"key.hotbar.9":{"primaryBinding":{"key":"key.keyboard.9"}},"key.wi_zoom.zoom":{"primaryBinding":{"key":"key.keyboard.v"}},"fpsreducer.key.openGui":{"primaryBinding":{"key":"key.keyboard.end"}},"fpsreducer.key.forceIdle":{"primaryBinding":{"key":"key.keyboard.pause"}},"key.modmenu.open_menu":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.too_many_shortcuts.alternative_escape":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.too_many_shortcuts.toggle_auto_jump":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.too_many_shortcuts.toggle_cape":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.too_many_shortcuts.toggle_jacket":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.too_many_shortcuts.toggle_left_sleeve":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.too_many_shortcuts.toggle_right_sleeve":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.too_many_shortcuts.toggle_left_pants_leg":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.too_many_shortcuts.toggle_right_pants_leg":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.too_many_shortcuts.toggle_hat":{"primaryBinding":{"key":"key.keyboard.unknown"}},"iris.keybind.reload":{"primaryBinding":{"key":"key.keyboard.unknown"}},"iris.keybind.toggleShaders":{"primaryBinding":{"key":"key.keyboard.unknown"}},"iris.keybind.shaderPackSelection":{"primaryBinding":{"key":"key.keyboard.unknown"}},"iris.keybind.wireframe":{"primaryBinding":{"key":"key.keyboard.unknown"}}}}
{"keybindings":{"key.attack":{"primaryBinding":{"key":"key.mouse.left"}},"key.use":{"primaryBinding":{"key":"key.mouse.right"}},"key.forward":{"primaryBinding":{"key":"key.keyboard.w"}},"key.left":{"primaryBinding":{"key":"key.keyboard.a"}},"key.back":{"primaryBinding":{"key":"key.keyboard.s"}},"key.right":{"primaryBinding":{"key":"key.keyboard.d"}},"key.jump":{"primaryBinding":{"key":"key.keyboard.space"}},"key.sneak":{"primaryBinding":{"key":"key.keyboard.left.shift"}},"key.sprint":{"primaryBinding":{"key":"key.keyboard.left.control"}},"key.drop":{"primaryBinding":{"key":"key.keyboard.q"}},"key.inventory":{"primaryBinding":{"key":"key.keyboard.e"}},"key.chat":{"primaryBinding":{"key":"key.keyboard.t"}},"key.playerlist":{"primaryBinding":{"key":"key.keyboard.tab"}},"key.pickItem":{"primaryBinding":{"key":"key.mouse.middle"}},"key.command":{"primaryBinding":{"key":"key.keyboard.slash"}},"key.socialInteractions":{"primaryBinding":{"key":"key.keyboard.p"}},"key.screenshot":{"primaryBinding":{"key":"key.keyboard.f2"}},"key.togglePerspective":{"primaryBinding":{"key":"key.keyboard.f5"}},"key.smoothCamera":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.fullscreen":{"primaryBinding":{"key":"key.keyboard.f11"}},"key.spectatorOutlines":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.swapOffhand":{"primaryBinding":{"key":"key.keyboard.f"}},"key.saveToolbarActivator":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.loadToolbarActivator":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.advancements":{"primaryBinding":{"key":"key.keyboard.l"}},"key.hotbar.1":{"primaryBinding":{"key":"key.keyboard.1"}},"key.hotbar.2":{"primaryBinding":{"key":"key.keyboard.2"}},"key.hotbar.3":{"primaryBinding":{"key":"key.keyboard.3"}},"key.hotbar.4":{"primaryBinding":{"key":"key.keyboard.4"}},"key.hotbar.5":{"primaryBinding":{"key":"key.keyboard.5"}},"key.hotbar.6":{"primaryBinding":{"key":"key.keyboard.6"}},"key.hotbar.7":{"primaryBinding":{"key":"key.keyboard.7"}},"key.hotbar.8":{"primaryBinding":{"key":"key.keyboard.8"}},"key.hotbar.9":{"primaryBinding":{"key":"key.keyboard.9"}},"key.wi_zoom.zoom":{"primaryBinding":{"key":"key.keyboard.v"}},"fpsreducer.key.openGui":{"primaryBinding":{"key":"key.keyboard.end"}},"fpsreducer.key.forceIdle":{"primaryBinding":{"key":"key.keyboard.pause"}},"key.modmenu.open_menu":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.too_many_shortcuts.alternative_escape":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.too_many_shortcuts.toggle_auto_jump":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.too_many_shortcuts.toggle_cape":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.too_many_shortcuts.toggle_jacket":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.too_many_shortcuts.toggle_left_sleeve":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.too_many_shortcuts.toggle_right_sleeve":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.too_many_shortcuts.toggle_left_pants_leg":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.too_many_shortcuts.toggle_right_pants_leg":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.too_many_shortcuts.toggle_hat":{"primaryBinding":{"key":"key.keyboard.unknown"}},"iris.keybind.reload":{"primaryBinding":{"key":"key.keyboard.unknown"}},"iris.keybind.toggleShaders":{"primaryBinding":{"key":"key.keyboard.unknown"}},"iris.keybind.shaderPackSelection":{"primaryBinding":{"key":"key.keyboard.unknown"}},"iris.keybind.wireframe":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.waila.config":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.waila.show_overlay":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.waila.toggle_liquid":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.waila.show_recipe_input":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.waila.show_recipe_output":{"primaryBinding":{"key":"key.keyboard.unknown"}},"zume.zoom":{"primaryBinding":{"key":"key.keyboard.c"}},"zume.zoom_in":{"primaryBinding":{"key":"key.keyboard.unknown"}},"zume.zoom_out":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.blockmeter.assign":{"primaryBinding":{"key":"key.keyboard.k"}},"key.blockmeter.menu":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.blockmeter.useItem":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.blockmeter.measure":{"primaryBinding":{"key":"key.keyboard.unknown"}}}}

View File

@@ -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": 1739379096640
"metadataTimestamp": 1739384216232
}
],
"addedLittleSkin": true,