diff --git a/.minecraft/config/fabric/indigo-renderer.properties b/.minecraft/config/fabric/indigo-renderer.properties index 25232c8..d5ae103 100644 --- a/.minecraft/config/fabric/indigo-renderer.properties +++ b/.minecraft/config/fabric/indigo-renderer.properties @@ -1,5 +1,5 @@ #Indigo properties file -#Sat Mar 15 18:18:36 CST 2025 +#Sat Mar 15 18:28:40 CST 2025 always-tesselate-blocks=auto ambient-occlusion-mode=hybrid debug-compare-lighting=auto diff --git a/.minecraft/config/iris-excluded.json b/.minecraft/config/iris-excluded.json new file mode 100644 index 0000000..c168c6c --- /dev/null +++ b/.minecraft/config/iris-excluded.json @@ -0,0 +1 @@ +{"excluded":["put:valuesHere"]} \ No newline at end of file diff --git a/.minecraft/config/iris.properties b/.minecraft/config/iris.properties index 6e20e8e..6ff1747 100644 --- a/.minecraft/config/iris.properties +++ b/.minecraft/config/iris.properties @@ -1,5 +1,6 @@ #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 disableUpdateMessage=false enableDebugOptions=false diff --git a/.minecraft/config/waila/waila.json5 b/.minecraft/config/waila/waila.json5 index f1acc57..fb407de 100644 --- a/.minecraft/config/waila/waila.json5 +++ b/.minecraft/config/waila/waila.json5 @@ -1,111 +1,90 @@ { general: { - // 显示提示框 - // 收集数据并渲染提示框 - // Default value: [true] + // config.waila.display_tooltip + // json5.waila.config.default_value displayTooltip: true, - // 潜行详情 - // 仅当潜行时显示主体内容 - // Default value: [false] + // config.waila.sneaky_details + // json5.waila.config.default_value shiftForDetails: false, - // 隐藏潜行文本 - // 当潜行详情启用时,隐藏“潜行显示详情”文本 - // Default value: [false] + // config.waila.hide_sneak_text + // json5.waila.config.default_value hideShiftText: false, - // 显示模式 - // 提示框显示方式 - // 切换:显示按键会切换开关 - // 按住:必须按住显示按键 - // Default value: [TOGGLE] - // Available values: [HOLD_KEY, TOGGLE] + // config.waila.display_mode + // json5.waila.config.default_value + // json5.waila.config.available_values displayMode: "TOGGLE", - // 玩家列表隐藏 - // 当玩家列表打开时隐藏提示框 - // Default value: [true] + // config.waila.hide_from_players + // json5.waila.config.default_value hideFromPlayerList: true, - // 调试隐藏 - // 当调试菜单打开时隐藏提示框 - // Default value: [true] + // config.waila.hide_from_debug + // json5.waila.config.default_value hideFromDebug: true, - // 启用系统讲述人 - // 使用系统讲述人读出方块和实体名 - // Default value: [false] + // config.waila.tts + // json5.waila.config.default_value enableTextToSpeech: false, - // 速率限制 - // 每个服务器请求之间的延迟是多少毫秒 - // 必须至少为250毫秒 - // Default value: [250] + // config.waila.rate_limit + // json5.waila.config.default_value rateLimit: 250 }, overlay: { position: { align: { - // Default value: [CENTER] - // Available values: [LEFT, CENTER, RIGHT] + // json5.waila.config.default_value + // json5.waila.config.available_values x: "CENTER", - // Default value: [TOP] - // Available values: [TOP, MIDDLE, BOTTOM] + // json5.waila.config.default_value + // json5.waila.config.available_values y: "TOP" }, anchor: { - // Default value: [CENTER] - // Available values: [LEFT, CENTER, RIGHT] + // json5.waila.config.default_value + // json5.waila.config.available_values x: "CENTER", - // Default value: [TOP] - // Available values: [TOP, MIDDLE, BOTTOM] + // json5.waila.config.default_value + // json5.waila.config.available_values y: "TOP" }, - // X轴偏移 - // 相对于屏幕锚点的X坐标 - // 坐标受尺寸影响 - // Default value: [0] + // config.waila.overlay_pos_x + // json5.waila.config.default_value x: 0, - // Y轴偏移 - // 相对于屏幕锚点的Y坐标 - // 坐标受尺寸影响 - // Default value: [0] + // config.waila.overlay_pos_y + // json5.waila.config.default_value y: 0, - // Boss栏重叠 - // 如果设为否,当Boss栏可见时工具框将向下移动 - // 仅影响顶部中心对齐 - // Default value: [false] + // config.waila.boss_bars_overlap + // json5.waila.config.default_value bossBarsOverlap: false }, color: { - // 背景不透明度 - // Default value: [204] + // config.waila.overlay_background_alpha + // json5.waila.config.default_value backgroundAlpha: 204, // Custom Themes themes: [], - // 主题 - // Default value: [waila:vanilla] + // config.waila.overlay_theme + // json5.waila.config.default_value activeTheme: "waila:vanilla" }, - // 尺寸 - // 提示框的尺寸是多少 - // 默认为1.0 - // Default value: [1.0] + // config.waila.overlay_scale + // json5.waila.config.default_value scale: 1.0, - // 叠加FPS - // 降低叠加FPS可能会提高整个游戏的FPS - // 设置为0以解锁 - // Default value: [30] + // config.waila.overlay_fps + // json5.waila.config.default_value fps: 30 }, // Text formatters formatter: { - // Default value: [§9§o%s] + // json5.waila.config.default_value modName: "§9§o%s", - // Default value: [§f%s] + // json5.waila.config.default_value blockName: "§f%s", - // Default value: [§f%s] + // json5.waila.config.default_value fluidName: "§f%s", - // Default value: [§f%s] + // json5.waila.config.default_value entityName: "§f%s", - // Default value: [§8%s] + // json5.waila.config.default_value registryName: "§8%s" }, // Internal value, DO NOT TOUCH! - // Default value: [0] + // json5.waila.config.default_value configVersion: 1 } \ No newline at end of file diff --git a/.minecraft/config/waila/waila_plugins.json5 b/.minecraft/config/waila/waila_plugins.json5 index 0a901b5..971a262 100644 --- a/.minecraft/config/waila/waila_plugins.json5 +++ b/.minecraft/config/waila/waila_plugins.json5 @@ -1,310 +1,300 @@ { waila: { - // 显示方块 - // Default value: [true] + // config.waila.plugin_waila.show_blocks + // json5.waila.config.default_value show_blocks: true, - // 显示流体 - // 尝试显示流体 - // Default value: [false] + // config.waila.plugin_waila.show_fluids + // json5.waila.config.default_value show_fluids: false, - // 显示实体 - // Default value: [true] + // config.waila.plugin_waila.show_entities + // json5.waila.config.default_value show_entities: true, - // 显示图标 - // Default value: [true] + // config.waila.plugin_waila.show_icon + // json5.waila.config.default_value show_icon: true, - // 图标位置 - // Default value: [MIDDLE] - // Available values: [TOP, MIDDLE, BOTTOM] + // config.waila.plugin_waila.icon_position + // json5.waila.config.default_value + // json5.waila.config.available_values icon_position: "MIDDLE", - // 显示模组名称 - // Default value: [true] + // config.waila.plugin_waila.show_mod_name + // json5.waila.config.default_value show_mod_name: true, - // 显示物品模组名称 - // Default value: [true] + // config.waila.plugin_waila.show_item_mod_name + // json5.waila.config.default_value show_item_mod_name: true, - // 显示注册名称 - // Default value: [false] + // config.waila.plugin_waila.show_registry + // json5.waila.config.default_value show_registry: false }, minecraft: { - // 显示方块位置 - // Default value: [false] + // config.waila.plugin_minecraft.block.position + // json5.waila.config.default_value "block.position": false, - // 显示方块状态 - // Default value: [false] + // config.waila.plugin_minecraft.block.state + // json5.waila.config.default_value "block.state": false, - // 显示物品实体 - // This value will get merged with the value from the server - // Default value: [true] + // config.waila.plugin_minecraft.entity.item_entity + // json5.waila.config.plugin.merged + // json5.waila.config.default_value "entity.item_entity": true, - // 显示实体位置 - // Default value: [false] + // config.waila.plugin_minecraft.entity.position + // json5.waila.config.default_value "entity.position": false, - // 显示生命值 - // This value will get merged with the value from the server - // Default value: [true] + // config.waila.plugin_minecraft.entity.health + // json5.waila.config.plugin.merged + // json5.waila.config.default_value "entity.health": true, - // 显示伤害吸收值 - // Require server to have WTHIT installed, if not, will be locked to [false] - // Default value: [true] + // config.waila.plugin_minecraft.entity.absorption + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value "entity.absorption": true, - // 显示护甲值 - // This value will get merged with the value from the server - // Default value: [true] + // config.waila.plugin_minecraft.entity.armor + // json5.waila.config.plugin.merged + // json5.waila.config.default_value "entity.armor": true, - // 紧凑模式 - // 用数字而不是用图标在一行中显示生命值和护甲值 - // Default value: [false] + // config.waila.plugin_minecraft.entity.compact + // json5.waila.config.default_value "entity.compact": false, - // 每行最大图标 - // 在新行开始之前生命值和盔甲值图标的最大数量 - // Default value: [25] + // config.waila.plugin_minecraft.entity.icon_per_line + // json5.waila.config.default_value "entity.icon_per_line": 25, - // 要绘制的最大生命值 - // 强制分数视图前,图标绘制的最大生命值 - // Default value: [100] + // config.waila.plugin_minecraft.entity.long_health_max + // json5.waila.config.default_value "entity.long_health_max": 100, - // 要绘制的最大护甲值 - // 强制数字视图前,图标绘制的最大护甲值 - // Default value: [100] + // config.waila.plugin_minecraft.entity.long_armor_max + // json5.waila.config.default_value "entity.long_armor_max": 100, - // 显示宠物主人 - // 仅适用于已注册的Minecraft帐户 - // Require server to have WTHIT installed, if not, will be locked to [false] - // Default value: [true] + // config.waila.plugin_minecraft.pet.owner + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value "pet.owner": true, - // 隐藏未知主人 - // Default value: [false] + // config.waila.plugin_minecraft.pet.hide_unknown_owner + // json5.waila.config.default_value "pet.hide_unknown_owner": false, - // 显示马匹跳跃高度 - // This value will get merged with the value from the server - // Default value: [true] + // config.waila.plugin_minecraft.horse.jump_height + // json5.waila.config.plugin.merged + // json5.waila.config.default_value "horse.jump_height": true, - // 显示马匹行进速度 - // This value will get merged with the value from the server - // Default value: [true] + // config.waila.plugin_minecraft.horse.speed + // json5.waila.config.plugin.merged + // json5.waila.config.default_value "horse.speed": true, - // 显示熊猫基因 - // This value will get merged with the value from the server - // Default value: [true] + // config.waila.plugin_minecraft.panda.genes + // json5.waila.config.plugin.merged + // json5.waila.config.default_value "panda.genes": true, - // 显示蜂巢位置 - // Require server to have WTHIT installed, if not, will be locked to [false] - // Default value: [true] + // config.waila.plugin_minecraft.bee.hive_pos + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value "bee.hive_pos": true, - // 显示蜂巢蜂蜜等级 - // This value will get merged with the value from the server - // Default value: [true] + // config.waila.plugin_minecraft.bee.hive_honey_level + // json5.waila.config.plugin.merged + // json5.waila.config.default_value "bee.hive_honey_level": true, - // 显示蜂巢占领者 - // Require server to have WTHIT installed, if not, will be locked to [false] - // Default value: [true] + // config.waila.plugin_minecraft.bee.hive_occupants + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value "bee.hive_occupants": true, - // 显示信标效果 - // Require server to have WTHIT installed, if not, will be locked to [false] - // Default value: [true] + // config.waila.plugin_minecraft.effect.beacon + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value "effect.beacon": true, - // 显示生物效果 - // Require server to have WTHIT installed, if not, will be locked to [false] - // Default value: [true] + // config.waila.plugin_minecraft.effect.mob + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value "effect.mob": true, - // 显示隐藏的生物效果 - // Require server to have WTHIT installed, if not, will be locked to [false] - // Default value: [false] + // config.waila.plugin_minecraft.effect.hidden_mob + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value "effect.hidden_mob": false, - // 显示正在播放的唱片 - // Require server to have WTHIT installed, if not, will be locked to [false] - // Default value: [true] + // config.waila.plugin_minecraft.jukebox.record + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value "jukebox.record": true, - // 显示成长计时器 - // Require server to have WTHIT installed, if not, will be locked to [false] - // Default value: [true] + // config.waila.plugin_minecraft.timer.grow + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value "timer.grow": true, - // 显示繁殖冷却时间 - // Require server to have WTHIT installed, if not, will be locked to [false] - // Default value: [true] + // config.waila.plugin_minecraft.timer.breed + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value "timer.breed": true, - // 不显示隐身实体的信息 - // This value will get merged with the value from the server - // Default value: [true] + // config.waila.plugin_minecraft.override.invisible_entity + // json5.waila.config.plugin.merged + // json5.waila.config.default_value "override.invisible_entity": true, - // 陷阱箱显示为正常箱子 - // This value will get merged with the value from the server - // Default value: [true] + // config.waila.plugin_minecraft.override.trapped_chest + // json5.waila.config.plugin.merged + // json5.waila.config.default_value "override.trapped_chest": true, - // 细雪显示为正常雪 - // This value will get merged with the value from the server - // Default value: [true] + // config.waila.plugin_minecraft.override.powder_snow + // json5.waila.config.plugin.merged + // json5.waila.config.default_value "override.powder_snow": true, - // 被虫蚀的方块显示为正常方块 - // This value will get merged with the value from the server - // Default value: [true] + // config.waila.plugin_minecraft.override.infested + // json5.waila.config.plugin.merged + // json5.waila.config.default_value "override.infested": true, - // 不显示搭乘的实体信息 - // 搭乘矿车、马匹等可搭乘实体时,不显示详细信息 - // Default value: [true] + // config.waila.plugin_minecraft.override.vehicle + // json5.waila.config.default_value "override.vehicle": true, - // 显示挖掘进度 - // This value will get merged with the value from the server - // Default value: [true] + // config.waila.plugin_minecraft.breaking_progress.enabled + // json5.waila.config.plugin.merged + // json5.waila.config.default_value "breaking_progress.enabled": true, - // 挖掘进度颜色 - // Default value: [-1426063361] + // config.waila.plugin_minecraft.breaking_progress.color + // json5.waila.config.default_value "breaking_progress.color": -1426063361, - // 只在底部边界显示进度条 - // Default value: [false] + // config.waila.plugin_minecraft.breaking_progress.bottom_only + // json5.waila.config.default_value "breaking_progress.bottom_only": false, - // 显示刷怪笼类型 - // This value will get merged with the value from the server - // Default value: [true] + // config.waila.plugin_minecraft.spawner.type + // json5.waila.config.plugin.merged + // json5.waila.config.default_value "spawner.type": true, - // 显示作物生长进度 - // This value will get merged with the value from the server - // Default value: [true] + // config.waila.plugin_minecraft.plant.crop_progress + // json5.waila.config.plugin.merged + // json5.waila.config.default_value "plant.crop_progress": true, - // 显示作物是否可生长 - // This value will get merged with the value from the server - // Default value: [true] + // config.waila.plugin_minecraft.plant.crop_growable + // json5.waila.config.plugin.merged + // json5.waila.config.default_value "plant.crop_growable": true, - // 显示树木是否可生长 - // This value will get merged with the value from the server - // Default value: [true] + // config.waila.plugin_minecraft.plant.tree_growable + // json5.waila.config.plugin.merged + // json5.waila.config.default_value "plant.tree_growable": true, - // 显示拉杆状态 - // This value will get merged with the value from the server - // Default value: [true] + // config.waila.plugin_minecraft.redstone.lever + // json5.waila.config.plugin.merged + // json5.waila.config.default_value "redstone.lever": true, - // 显示中继器延迟 - // This value will get merged with the value from the server - // Default value: [true] + // config.waila.plugin_minecraft.redstone.repeater + // json5.waila.config.plugin.merged + // json5.waila.config.default_value "redstone.repeater": true, - // 显示比较器模式 - // This value will get merged with the value from the server - // Default value: [true] + // config.waila.plugin_minecraft.redstone.comparator + // json5.waila.config.plugin.merged + // json5.waila.config.default_value "redstone.comparator": true, - // 显示红石强度等级 - // This value will get merged with the value from the server - // Default value: [true] + // config.waila.plugin_minecraft.redstone.level + // json5.waila.config.plugin.merged + // json5.waila.config.default_value "redstone.level": true, - // 显示玩家名称 - // This value will get merged with the value from the server - // Default value: [true] + // config.waila.plugin_minecraft.player_head.name + // json5.waila.config.plugin.merged + // json5.waila.config.default_value "player_head.name": true, - // 显示堆肥等级 - // This value will get merged with the value from the server - // Default value: [true] + // config.waila.plugin_minecraft.level.composter + // json5.waila.config.plugin.merged + // json5.waila.config.default_value "level.composter": true, - // 显示乐器与音符 - // This value will get merged with the value from the server - // Default value: [true] + // config.waila.plugin_minecraft.note_block.type + // json5.waila.config.plugin.merged + // json5.waila.config.default_value "note_block.type": true, - // 音符显示模式 - // Default value: [SHARP] - // Available values: [SHARP, FLAT] + // config.waila.plugin_minecraft.note_block.note + // json5.waila.config.default_value + // json5.waila.config.available_values "note_block.note": "SHARP", - // 显示整型等级数值 - // Default value: [false] + // config.waila.plugin_minecraft.note_block.int_value + // json5.waila.config.default_value "note_block.int_value": false, - // 展示雕纹书架书籍 - // Require server to have WTHIT installed, if not, will be locked to [false] - // Default value: [true] + // config.waila.plugin_minecraft.book.bookshelf + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value "book.bookshelf": true, - // 附魔显示模式 - // Default value: [CYCLE] - // Available values: [SEPARATE, COMBINED, CYCLE, DISABLED] + // config.waila.plugin_minecraft.book.enchantment + // json5.waila.config.default_value + // json5.waila.config.available_values "book.enchantment": "CYCLE", - // 附魔循环计时(毫秒) - // Default value: [500] + // config.waila.plugin_minecraft.book.enchantment_cycle_timing + // json5.waila.config.default_value "book.enchantment_cycle_timing": 500, - // 展示书籍的作者和时间 - // Default value: [true] + // config.waila.plugin_minecraft.book.written + // json5.waila.config.default_value "book.written": true }, harvest: { - // 显示收获物品 - // This value will get merged with the value from the server - // Default value: [true] + // config.waila.plugin_harvest.enabled + // json5.waila.config.plugin.merged + // json5.waila.config.default_value enabled: true, - // 显示模式 - // Default value: [MODERN] - // Available values: [MODERN, CLASSIC, CLASSIC_MINIMAL] + // config.waila.plugin_harvest.display_mode + // json5.waila.config.default_value + // json5.waila.config.available_values display_mode: "MODERN", - // 在创造上显示 - // Default value: [false] + // config.waila.plugin_harvest.creative + // json5.waila.config.default_value creative: false }, wailax: { - // 显示方块能量 - // Require server to have WTHIT installed, if not, will be locked to [false] - // Default value: [true] + // config.waila.plugin_wailax.energy.enabled_block + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value "energy.enabled_block": true, - // 显示实体能量 - // Require server to have WTHIT installed, if not, will be locked to [false] - // Default value: [true] + // config.waila.plugin_wailax.energy.enabled_entity + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value "energy.enabled_entity": true, - // 能量黑名单 - // Custom config, open the following file + // config.waila.plugin_wailax.energy.blacklist + // json5.waila.config.plugin.custom_file // extra\energy_blacklist.json5 "energy.blacklist": null, - // 显示方块流体内容 - // Require server to have WTHIT installed, if not, will be locked to [false] - // Default value: [true] + // config.waila.plugin_wailax.fluid.enabled_block + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value "fluid.enabled_block": true, - // 显示实体流体内容 - // Require server to have WTHIT installed, if not, will be locked to [false] - // Default value: [true] + // config.waila.plugin_wailax.fluid.enabled_entity + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value "fluid.enabled_entity": true, - // 显示装置 - // Default value: [MILLIBUCKETS] - // Available values: [MILLIBUCKETS, DROPLETS] + // config.waila.plugin_wailax.fluid.display_unit + // json5.waila.config.default_value + // json5.waila.config.available_values "fluid.display_unit": "MILLIBUCKETS", - // 流体内容黑名单 - // Custom config, open the following file + // config.waila.plugin_wailax.fluid.blacklist + // json5.waila.config.plugin.custom_file // extra\fluid_blacklist.json5 "fluid.blacklist": null, - // 显示方块合成进度 - // Require server to have WTHIT installed, if not, will be locked to [false] - // Default value: [true] + // config.waila.plugin_wailax.progress.enabled_block + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value "progress.enabled_block": true, - // 显示实体合成进度 - // Require server to have WTHIT installed, if not, will be locked to [false] - // Default value: [true] + // config.waila.plugin_wailax.progress.enabled_entity + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value "progress.enabled_entity": true, - // 合成进度黑名单 - // Custom config, open the following file + // config.waila.plugin_wailax.progress.blacklist + // json5.waila.config.plugin.custom_file // extra\progress_blacklist.json5 "progress.blacklist": null, - // 显示方块物品内容 - // Require server to have WTHIT installed, if not, will be locked to [false] - // Default value: [true] + // config.waila.plugin_wailax.item.enabled_block + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value "item.enabled_block": true, - // 显示实体物品内容 - // Require server to have WTHIT installed, if not, will be locked to [false] - // Default value: [true] + // config.waila.plugin_wailax.item.enabled_entity + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value "item.enabled_entity": true, - // 同步NBT数据 - // Require server to have WTHIT installed, if not, will be locked to [false] - // Default value: [true] + // config.waila.plugin_wailax.item.nbt + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value "item.nbt": true, - // 显示模式 - // 网格: 显示为网格,就像物品栏的工作原理一样 - // 列表:显示为带内联名称的垂直列表 - // 动态:超过最大高度时从列表切换到网格 - // Default value: [DYNAMIC] - // Available values: [GRID, LIST, DYNAMIC] + // config.waila.plugin_wailax.item.display_mode + // json5.waila.config.default_value + // json5.waila.config.available_values "item.display_mode": "DYNAMIC", - // 最大高度 - // Default value: [3] + // config.waila.plugin_wailax.item.max_height + // json5.waila.config.default_value "item.max_height": 3, - // 按计数排序 - // Default value: [true] + // config.waila.plugin_wailax.item.sort_by_count + // json5.waila.config.default_value "item.sort_by_count": true, - // Grid Mode Scale - // Default value: [1.0] + // config.waila.plugin_wailax.item.grid_mode_scale + // json5.waila.config.default_value "item.grid_mode_scale": 1.0, - // 物品内容黑名单 - // Custom config, open the following file + // config.waila.plugin_wailax.item.blacklist + // json5.waila.config.plugin.custom_file // extra\item_blacklist.json5 "item.blacklist": null } diff --git a/.minecraft/mods/【钠】sodium-fabric-0.6.7+mc1.21.4.jar b/.minecraft/mods/【钠】sodium-fabric-0.6.10+mc1.21.4.jar similarity index 70% rename from .minecraft/mods/【钠】sodium-fabric-0.6.7+mc1.21.4.jar rename to .minecraft/mods/【钠】sodium-fabric-0.6.10+mc1.21.4.jar index d4cd2a8..44f1d7c 100644 Binary files a/.minecraft/mods/【钠】sodium-fabric-0.6.7+mc1.21.4.jar and b/.minecraft/mods/【钠】sodium-fabric-0.6.10+mc1.21.4.jar differ diff --git a/.minecraft/versions/季落秋风客户端-v1.0.0/.abnormal b/.minecraft/versions/季落秋风客户端-v1.0.0/.abnormal new file mode 100644 index 0000000..e69de29 diff --git a/hmcl.json b/hmcl.json index 6aedbaf..044d76a 100644 --- a/hmcl.json +++ b/hmcl.json @@ -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": 1742033693083 + "metadataTimestamp": 1742034500978 } ], "addedLittleSkin": true,