修复文本错误
This commit is contained in:
parent
aaa45c550d
commit
afd7fb550a
3 changed files with 9 additions and 9 deletions
|
@ -10,13 +10,13 @@ public class VehicleControlClothConfig {
|
||||||
|
|
||||||
|
|
||||||
public static void init(ConfigBuilder root, ConfigEntryBuilder entryBuilder) {
|
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
|
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)
|
.setDefaultValue(true)
|
||||||
.setSaveConsumer(VehicleControlConfig.INVERT_AIRCRAFT_CONTROL::set)
|
.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()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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.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": "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.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.vehicle": "Control Vehicle",
|
||||||
"config.superbwarfare.client.vrhicle.invert_aircraft_control": "Invert Aircraft Control",
|
"config.superbwarfare.client.vehicle.invert_aircraft_control": "Invert Aircraft Control",
|
||||||
"config.superbwarfare.client.vrhicle.left_click_reload.des": "Set TRUE to 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": "Gameplay Config",
|
||||||
"config.superbwarfare.common.gameplay.respawn_reload": "Respawn Reload",
|
"config.superbwarfare.common.gameplay.respawn_reload": "Respawn Reload",
|
||||||
|
|
|
@ -476,9 +476,9 @@
|
||||||
"config.superbwarfare.client.display.camera_rotate.des": "手持枪械时,视角会出现轻微的摇晃",
|
"config.superbwarfare.client.display.camera_rotate.des": "手持枪械时,视角会出现轻微的摇晃",
|
||||||
"config.superbwarfare.client.display.armor_plate_hud": "防弹插板信息",
|
"config.superbwarfare.client.display.armor_plate_hud": "防弹插板信息",
|
||||||
"config.superbwarfare.client.display.armor_plate_hud.des": "开启时,在左下角显示当前装备在胸甲上的防弹插板的耐久度",
|
"config.superbwarfare.client.display.armor_plate_hud.des": "开启时,在左下角显示当前装备在胸甲上的防弹插板的耐久度",
|
||||||
"config.superbwarfare.client.vrhicle": "载具控制",
|
"config.superbwarfare.client.vehicle": "载具控制",
|
||||||
"config.superbwarfare.client.vrhicle.invert_aircraft_control": "飞行器鼠标反转",
|
"config.superbwarfare.client.vehicle.invert_aircraft_control": "飞行器鼠标反转",
|
||||||
"config.superbwarfare.client.vrhicle.left_click_reload.des": "开启飞行器鼠标反转",
|
"config.superbwarfare.client.vehicle.left_click_reload.des": "开启飞行器鼠标反转",
|
||||||
|
|
||||||
"config.superbwarfare.common.gameplay": "游戏内容配置",
|
"config.superbwarfare.common.gameplay": "游戏内容配置",
|
||||||
"config.superbwarfare.common.gameplay.respawn_reload": "重生换弹",
|
"config.superbwarfare.common.gameplay.respawn_reload": "重生换弹",
|
||||||
|
|
Loading…
Add table
Reference in a new issue