更新 MOD 版本

This commit is contained in:
枫沐x
2025-03-15 19:10:53 +08:00
parent e6b2a3c5fc
commit d2554e8555
43 changed files with 336 additions and 268 deletions

View File

@@ -1,5 +1,5 @@
#Indigo properties file #Indigo properties file
#Sat Mar 15 18:28:40 CST 2025 #Sat Mar 15 18:48:40 CST 2025
always-tesselate-blocks=auto always-tesselate-blocks=auto
ambient-occlusion-mode=hybrid ambient-occlusion-mode=hybrid
debug-compare-lighting=auto debug-compare-lighting=auto

View File

@@ -1,5 +1,5 @@
#This file stores configuration options for Iris, such as the currently active shaderpack #This file stores configuration options for Iris, such as the currently active shaderpack
#Sat Mar 15 18:28:44 CST 2025 #Sat Mar 15 18:48:43 CST 2025
allowUnknownShaders=false allowUnknownShaders=false
colorSpace=SRGB colorSpace=SRGB
disableUpdateMessage=false disableUpdateMessage=false

View File

@@ -6,19 +6,25 @@
"openGuiConfigs": { "openGuiConfigs": {
"keys": "A,C" "keys": "A,C"
}, },
"enableActionbarMessages": {
"enabled": true,
"hotkey": {
"keys": ""
}
},
"enableConfigSwitcher": { "enableConfigSwitcher": {
"enabled": true, "enabled": true,
"hotkey": { "hotkey": {
"keys": "" "keys": ""
} }
}, },
"realmsCommonConfig": true, "enableStatusEffectsShift": {
"enableActionbarMessages": {
"enabled": true, "enabled": true,
"hotkey": { "hotkey": {
"keys": "" "keys": ""
} }
} },
"realmsCommonConfig": true
}, },
"Debug": { "Debug": {
"debugMessages": false, "debugMessages": false,

View File

@@ -57,6 +57,7 @@
"infoHorseSpeed": 0, "infoHorseSpeed": 0,
"infoHorseJump": 0, "infoHorseJump": 0,
"infoPandaGene": 0, "infoPandaGene": 0,
"infoDolphinTreasure": 57,
"infoEntityVariant": 0 "infoEntityVariant": 0
}, },
"Colors": { "Colors": {
@@ -103,9 +104,13 @@
"Generic": { "Generic": {
"axolotlTooltips": false, "axolotlTooltips": false,
"beeTooltips": false, "beeTooltips": false,
"disableVanillaBeeTooltips": false,
"bundleTooltips": true, "bundleTooltips": true,
"bundleTooltipsFillLevel": 64, "bundleTooltipsFillLevel": 64,
"customModelTooltips": false,
"foodTooltips": false,
"honeyTooltips": false, "honeyTooltips": false,
"lodestoneTooltips": false,
"biomeOverlaySingleColor": true, "biomeOverlaySingleColor": true,
"bundlePreview": false, "bundlePreview": false,
"bundleDisplayBgColor": true, "bundleDisplayBgColor": true,
@@ -113,8 +118,20 @@
"bundleDisplayRowWidth": 9, "bundleDisplayRowWidth": 9,
"debugMessages": false, "debugMessages": false,
"dontClearStoredSeedOnDimensionChange": true, "dontClearStoredSeedOnDimensionChange": true,
"entityDataSync": true, "hudDataSync": {
"enabled": false,
"hotkey": {
"keys": ""
}
},
"entityDataSync": {
"enabled": true,
"hotkey": {
"keys": ""
}
},
"entityDataSyncBackup": true, "entityDataSyncBackup": true,
"entityDataSyncCacheRefresh": 0.25,
"entityDataSyncCacheTimeout": 1.0, "entityDataSyncCacheTimeout": 1.0,
"entityDataSyncLoadNbt": false, "entityDataSyncLoadNbt": false,
"infoLinesUsesNbt": true, "infoLinesUsesNbt": true,
@@ -177,9 +194,18 @@
"blockPosFormat": "Block: %d, %d, %d", "blockPosFormat": "Block: %d, %d, %d",
"blockGridOverlayRadius": 32, "blockGridOverlayRadius": 32,
"coordinateFormat": "x: %.1f y: %.1f z: %.1f", "coordinateFormat": "x: %.1f y: %.1f z: %.1f",
"dateFormatReal": "yyyy-MM-dd HH:mm:ss", "dateFormatType": "regular",
"dateFormatString": "yyyy-MM-dd HH:mm:ss",
"dateFormatMinecraft": "MC time: (day {DAY}) {HOUR}:{MIN}:xx", "dateFormatMinecraft": "MC time: (day {DAY}) {HOUR}:{MIN}:xx",
"durationFormatType": "pretty",
"durationFormatString": "HH:mm:ss.SSS",
"fontScale": 0.5, "fontScale": 0.5,
"hudStatusEffectsShift": {
"enabled": true,
"hotkey": {
"keys": ""
}
},
"lightLevelMarkerSize": 0.84, "lightLevelMarkerSize": 0.84,
"lightLevelNumberOffsetBlockX": 0.26, "lightLevelNumberOffsetBlockX": 0.26,
"lightLevelNumberOffsetBlockY": 0.32, "lightLevelNumberOffsetBlockY": 0.32,
@@ -203,6 +229,7 @@
"inventoryPreviewToggleScreen": { "inventoryPreviewToggleScreen": {
"keys": "BUTTON_3" "keys": "BUTTON_3"
}, },
"inventoryPreviewVillagerBGColor": false,
"villagerConversionTicks": true, "villagerConversionTicks": true,
"villagerOfferEnchantmentBooks": true, "villagerOfferEnchantmentBooks": true,
"villagerOfferPriceRange": true, "villagerOfferPriceRange": true,
@@ -268,6 +295,7 @@
"infoHorseSpeed": false, "infoHorseSpeed": false,
"infoHorseJump": false, "infoHorseJump": false,
"infoPandaGene": false, "infoPandaGene": false,
"infoDolphinTreasure": false,
"infoEntityVariant": false "infoEntityVariant": false
}, },
"InfoHotkeys": { "InfoHotkeys": {
@@ -442,6 +470,9 @@
"infoPandaGene": { "infoPandaGene": {
"keys": "" "keys": ""
}, },
"infoDolphinTreasure": {
"keys": ""
},
"infoEntityVariant": { "infoEntityVariant": {
"keys": "" "keys": ""
} }

View File

@@ -10,5 +10,6 @@
"slime_chunks": { "slime_chunks": {
"y_top": 0.0 "y_top": 0.0
} }
} },
"hud_data": {}
} }

View File

@@ -6,7 +6,5 @@
0.0 0.0
] ]
}, },
"hud_data": {},
"entities": {},
"shapes": {} "shapes": {}
} }

View File

@@ -193,7 +193,8 @@
"shouldFilterDisplays": true, "shouldFilterDisplays": true,
"filteringRules": [ "filteringRules": [
"{id:\"roughlyenoughitems:manual\",rule:{}}", "{id:\"roughlyenoughitems:manual\",rule:{}}",
"{id:\"roughlyenoughitems:basic\",rule:{}}" "{id:\"roughlyenoughitems:basic\",rule:{}}",
"{id:\"roughlyenoughitems:hidden_from_recipe_viewers\",rule:{}}"
] ]
} }
} }

View File

@@ -1,2 +1,2 @@
#Pinyin Options #Pinyin Options
#Thu Mar 13 02:32:33 CST 2025 #Sat Mar 15 18:49:44 CST 2025

View File

@@ -1,3 +1,3 @@
#Double Pinyin Options #Double Pinyin Options
#Thu Mar 13 02:32:33 CST 2025 #Sat Mar 15 18:49:44 CST 2025
Converter=sougou Converter=sougou

View File

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

View File

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

View File

@@ -51,7 +51,7 @@ damageTiltStrength:1.0
highContrast:false highContrast:false
highContrastBlockOutline:false highContrastBlockOutline:false
narratorHotkey:true 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"] resourcePacks:["vanilla","fabric","betterbeds:fancyconnectedbeds","continuity:default","file/CozyUI+_1-3_no-fonts.zip","file/护眼大补丸1.21.4_v3b.zip","file/XKRD 红显v3.5for1.21.4.zip","file/masa-mods-chinese.zip","file/SodiumTranslations.zip","continuity:glass_pane_culling_fix"]
incompatibleResourcePacks:["appleskin","authme","imblocker","neat","replaymod","voxelmap","zume"] incompatibleResourcePacks:["appleskin","authme","imblocker","neat","replaymod","voxelmap","zume"]
lastServer: lastServer:
lang:zh_cn lang:zh_cn

View File

@@ -107,7 +107,7 @@
{ {
"url": "https://littleskin.cn/api/yggdrasil/", "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\"}", "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": 1742034500978 "metadataTimestamp": 1742035701855
} }
], ],
"addedLittleSkin": true, "addedLittleSkin": true,