From afd7fb550ad2759c23c5dd7af37cee99c6e698c8 Mon Sep 17 00:00:00 2001 From: 17146 <1714673995@qq.com> Date: Thu, 16 Jan 2025 23:08:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E6=9C=AC=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../clothconfig/client/VehicleControlClothConfig.java | 6 +++--- src/main/resources/assets/superbwarfare/lang/en_us.json | 6 +++--- src/main/resources/assets/superbwarfare/lang/zh_cn.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/java/com/atsuishio/superbwarfare/compat/clothconfig/client/VehicleControlClothConfig.java b/src/main/java/com/atsuishio/superbwarfare/compat/clothconfig/client/VehicleControlClothConfig.java index 08bae4299..e6238b380 100644 --- a/src/main/java/com/atsuishio/superbwarfare/compat/clothconfig/client/VehicleControlClothConfig.java +++ b/src/main/java/com/atsuishio/superbwarfare/compat/clothconfig/client/VehicleControlClothConfig.java @@ -10,13 +10,13 @@ public class VehicleControlClothConfig { public static void init(ConfigBuilder root, ConfigEntryBuilder entryBuilder) { - ConfigCategory category = root.getOrCreateCategory(Component.translatable("config.superbwarfare.client.vrhicle")); + ConfigCategory category = root.getOrCreateCategory(Component.translatable("config.superbwarfare.client.vehicle")); category.addEntry(entryBuilder - .startBooleanToggle(Component.translatable("config.superbwarfare.client.vrhicle.invert_aircraft_control"), VehicleControlConfig.INVERT_AIRCRAFT_CONTROL.get()) + .startBooleanToggle(Component.translatable("config.superbwarfare.client.vehicle.invert_aircraft_control"), VehicleControlConfig.INVERT_AIRCRAFT_CONTROL.get()) .setDefaultValue(true) .setSaveConsumer(VehicleControlConfig.INVERT_AIRCRAFT_CONTROL::set) - .setTooltip(Component.translatable("config.superbwarfare.client.vrhicle.left_click_reload.des")).build() + .setTooltip(Component.translatable("config.superbwarfare.client.vehicle.left_click_reload.des")).build() ); } diff --git a/src/main/resources/assets/superbwarfare/lang/en_us.json b/src/main/resources/assets/superbwarfare/lang/en_us.json index c49b8c35c..15096489d 100644 --- a/src/main/resources/assets/superbwarfare/lang/en_us.json +++ b/src/main/resources/assets/superbwarfare/lang/en_us.json @@ -476,9 +476,9 @@ "config.superbwarfare.client.display.camera_rotate.des": "Slightly shaky view when holding a firearm in your hand", "config.superbwarfare.client.display.armor_plate_hud": "Armor Plate HUD", "config.superbwarfare.client.display.armor_plate_hud.des": "Display the durability of the bulletproof insert currently equipped on the chest armor in the lower left corner when turned on", - "config.superbwarfare.client.vrhicle": "Control Vehicle", - "config.superbwarfare.client.vrhicle.invert_aircraft_control": "Invert Aircraft Control", - "config.superbwarfare.client.vrhicle.left_click_reload.des": "Set TRUE to invert aircraft control", + "config.superbwarfare.client.vehicle": "Control Vehicle", + "config.superbwarfare.client.vehicle.invert_aircraft_control": "Invert Aircraft Control", + "config.superbwarfare.client.vehicle.left_click_reload.des": "Set TRUE to invert aircraft control", "config.superbwarfare.common.gameplay": "Gameplay Config", "config.superbwarfare.common.gameplay.respawn_reload": "Respawn Reload", diff --git a/src/main/resources/assets/superbwarfare/lang/zh_cn.json b/src/main/resources/assets/superbwarfare/lang/zh_cn.json index 246c3a9b2..a5a9d9466 100644 --- a/src/main/resources/assets/superbwarfare/lang/zh_cn.json +++ b/src/main/resources/assets/superbwarfare/lang/zh_cn.json @@ -476,9 +476,9 @@ "config.superbwarfare.client.display.camera_rotate.des": "手持枪械时,视角会出现轻微的摇晃", "config.superbwarfare.client.display.armor_plate_hud": "防弹插板信息", "config.superbwarfare.client.display.armor_plate_hud.des": "开启时,在左下角显示当前装备在胸甲上的防弹插板的耐久度", - "config.superbwarfare.client.vrhicle": "载具控制", - "config.superbwarfare.client.vrhicle.invert_aircraft_control": "飞行器鼠标反转", - "config.superbwarfare.client.vrhicle.left_click_reload.des": "开启飞行器鼠标反转", + "config.superbwarfare.client.vehicle": "载具控制", + "config.superbwarfare.client.vehicle.invert_aircraft_control": "飞行器鼠标反转", + "config.superbwarfare.client.vehicle.left_click_reload.des": "开启飞行器鼠标反转", "config.superbwarfare.common.gameplay": "游戏内容配置", "config.superbwarfare.common.gameplay.respawn_reload": "重生换弹",