更新 MOD 版本

This commit is contained in:
枫沐x
2025-03-15 18:32:53 +08:00
parent 0aefde092a
commit e6b2a3c5fc
8 changed files with 258 additions and 287 deletions

View File

@@ -1,5 +1,5 @@
#Indigo properties file #Indigo properties file
#Sat Mar 15 18:18:36 CST 2025 #Sat Mar 15 18:28: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

@@ -0,0 +1 @@
{"excluded":["put:valuesHere"]}

View File

@@ -1,5 +1,6 @@
#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:18:39 CST 2025 #Sat Mar 15 18:28:44 CST 2025
allowUnknownShaders=false
colorSpace=SRGB colorSpace=SRGB
disableUpdateMessage=false disableUpdateMessage=false
enableDebugOptions=false enableDebugOptions=false

View File

@@ -1,111 +1,90 @@
{ {
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: {
// Default value: [CENTER] // json5.waila.config.default_value
// Available values: [LEFT, CENTER, RIGHT] // json5.waila.config.available_values
x: "CENTER", x: "CENTER",
// Default value: [TOP] // json5.waila.config.default_value
// Available values: [TOP, MIDDLE, BOTTOM] // json5.waila.config.available_values
y: "TOP" y: "TOP"
}, },
anchor: { anchor: {
// Default value: [CENTER] // json5.waila.config.default_value
// Available values: [LEFT, CENTER, RIGHT] // json5.waila.config.available_values
x: "CENTER", x: "CENTER",
// Default value: [TOP] // json5.waila.config.default_value
// Available values: [TOP, MIDDLE, BOTTOM] // json5.waila.config.available_values
y: "TOP" y: "TOP"
}, },
// X轴偏移 // config.waila.overlay_pos_x
// 相对于屏幕锚点的X坐标 // json5.waila.config.default_value
// 坐标受尺寸影响
// Default value: [0]
x: 0, x: 0,
// Y轴偏移 // config.waila.overlay_pos_y
// 相对于屏幕锚点的Y坐标 // json5.waila.config.default_value
// 坐标受尺寸影响
// Default value: [0]
y: 0, y: 0,
// Boss栏重叠 // config.waila.boss_bars_overlap
// 如果设为否当Boss栏可见时工具框将向下移动 // json5.waila.config.default_value
// 仅影响顶部中心对齐
// Default value: [false]
bossBarsOverlap: false bossBarsOverlap: false
}, },
color: { color: {
// 背景不透明度 // config.waila.overlay_background_alpha
// Default value: [204] // json5.waila.config.default_value
backgroundAlpha: 204, backgroundAlpha: 204,
// Custom Themes // Custom Themes
themes: [], themes: [],
// 主题 // config.waila.overlay_theme
// Default value: [waila:vanilla] // json5.waila.config.default_value
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,
// 叠加FPS // config.waila.overlay_fps
// 降低叠加FPS可能会提高整个游戏的FPS // json5.waila.config.default_value
// 设置为0以解锁
// Default value: [30]
fps: 30 fps: 30
}, },
// Text formatters // Text formatters
formatter: { formatter: {
// Default value: [§9§o%s] // json5.waila.config.default_value
modName: "§9§o%s", modName: "§9§o%s",
// Default value: [§f%s] // json5.waila.config.default_value
blockName: "§f%s", blockName: "§f%s",
// Default value: [§f%s] // json5.waila.config.default_value
fluidName: "§f%s", fluidName: "§f%s",
// Default value: [§f%s] // json5.waila.config.default_value
entityName: "§f%s", entityName: "§f%s",
// Default value: [§8%s] // json5.waila.config.default_value
registryName: "§8%s" registryName: "§8%s"
}, },
// Internal value, DO NOT TOUCH! // Internal value, DO NOT TOUCH!
// Default value: [0] // json5.waila.config.default_value
configVersion: 1 configVersion: 1
} }

View File

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

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": 1742033693083 "metadataTimestamp": 1742034500978
} }
], ],
"addedLittleSkin": true, "addedLittleSkin": true,