Update to 1.14.2
This commit is contained in:
@@ -9,7 +9,7 @@ authors="Exopandora"
|
||||
|
||||
[[mods]]
|
||||
modId="worldhandler"
|
||||
version="1.13.2-2.4.1"
|
||||
version="1.14.2-2.5"
|
||||
displayName="World Handler"
|
||||
description='''
|
||||
The World Handler provides a smart Gui for people without having to know any complex commands and gives them a look inside the art of Minecraft map and world making.
|
||||
@@ -19,6 +19,6 @@ Now anyone can easily create maps or just save a few ammount of time and provide
|
||||
[[dependencies.worldhandler]]
|
||||
modId="minecraft"
|
||||
mandatory=true
|
||||
versionRange="[1.13,)"
|
||||
versionRange="[1.14,)"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
@@ -1,22 +1,48 @@
|
||||
{
|
||||
"gui.worldhandler.config.tooltip": "World Handler Einstellungen",
|
||||
|
||||
"gui.worldhandler.config.key.settings.command_syntax": "Befehlssyntax",
|
||||
"gui.worldhandler.config.key.settings.shortcuts": "Schnellsteuerleiste",
|
||||
"gui.worldhandler.config.key.settings.key_shortcuts": "Tasten Abkürzungen",
|
||||
"gui.worldhandler.config.key.settings.tooltips": "Tooltips",
|
||||
"gui.worldhandler.config.key.settings.watch": "Uhr",
|
||||
"gui.worldhandler.config.key.settings.smooth_watch": "Geschmeidige Uhr",
|
||||
"gui.worldhandler.config.key.settings.pause_game": "Spiel Pausieren",
|
||||
"gui.worldhandler.config.key.settings.custom_times": "Benutzerdefinierte Zeiten",
|
||||
"gui.worldhandler.config.key.settings.permission_query": "Berechtigungsabfrage",
|
||||
"gui.worldhandler.config.key.settings.highlight_blocks": "Blöcke Hervorheben",
|
||||
"gui.worldhandler.config.key.settings.custom_time_dawn": "Sonnenaufgangszeit",
|
||||
"gui.worldhandler.config.key.settings.custom_time_noon": "Mittagszeit",
|
||||
"gui.worldhandler.config.key.settings.custom_time_sunset": "Sonnenuntergangszeit",
|
||||
"gui.worldhandler.config.key.settings.custom_time_midnight": "Mitternachtszeit",
|
||||
"gui.worldhandler.config.key.settings.block_placing_mode": "Platziermodus für Blöcke",
|
||||
"gui.worldhandler.config.settings.command_syntax": "Befehlssyntax",
|
||||
"gui.worldhandler.config.settings.shortcuts": "Schnellsteuerleiste",
|
||||
"gui.worldhandler.config.settings.key_shortcuts": "Tasten Abkürzungen",
|
||||
"gui.worldhandler.config.settings.tooltips": "Tooltips",
|
||||
"gui.worldhandler.config.settings.watch": "Uhr",
|
||||
"gui.worldhandler.config.settings.smooth_watch": "Geschmeidige Uhr",
|
||||
"gui.worldhandler.config.settings.pause_game": "Spiel Pausieren",
|
||||
"gui.worldhandler.config.settings.custom_times": "Benutzerdefinierte Zeiten",
|
||||
"gui.worldhandler.config.settings.permission_query": "Berechtigungsabfrage",
|
||||
"gui.worldhandler.config.settings.highlight_blocks": "Blöcke Hervorheben",
|
||||
"gui.worldhandler.config.settings.custom_time_dawn": "Sonnenaufgangszeit",
|
||||
"gui.worldhandler.config.settings.custom_time_noon": "Mittagszeit",
|
||||
"gui.worldhandler.config.settings.custom_time_sunset": "Sonnenuntergangszeit",
|
||||
"gui.worldhandler.config.settings.custom_time_midnight": "Mitternachtszeit",
|
||||
"gui.worldhandler.config.settings.block_placing_mode": "Platziermodus für Blöcke",
|
||||
|
||||
"gui.worldhandler.config.skin.icons": "Ikon Größe",
|
||||
"gui.worldhandler.config.skin.label_color": "Label Farbe",
|
||||
"gui.worldhandler.config.skin.headline_color": "Farbe der Überschrift",
|
||||
"gui.worldhandler.config.skin.background_red": "Hintergrund Rot",
|
||||
"gui.worldhandler.config.skin.background_green": "Hintergrund Grün",
|
||||
"gui.worldhandler.config.skin.background_blue": "Hintergrund Blau",
|
||||
"gui.worldhandler.config.skin.button_red": "Schaltflächen Rot",
|
||||
"gui.worldhandler.config.skin.button_green": "Schaltflächen Grün",
|
||||
"gui.worldhandler.config.skin.button_blue": "Schaltflächen Blau",
|
||||
"gui.worldhandler.config.skin.textures": "Texturen",
|
||||
"gui.worldhandler.config.skin.sharp_tab_edges": "Scharfe Tab Kanten",
|
||||
"gui.worldhandler.config.skin.draw_background": "Zeichne Hintergrund",
|
||||
"gui.worldhandler.config.skin.background_alpha": "Hintergrund Alpha",
|
||||
"gui.worldhandler.config.skin.button_alpha": "Hintergrund Alpha",
|
||||
|
||||
"gui.worldhandler.config.sliders.max_potion_amplifier": "Max Trank Verstärker",
|
||||
"gui.worldhandler.config.sliders.max_item_enchantment": "Max Item Verzauberung",
|
||||
"gui.worldhandler.config.sliders.max_item_attributes": "Max Item Attribute",
|
||||
"gui.worldhandler.config.sliders.max_summon_potion_amplifier": "Max Trank Verstärker (Beschwören)",
|
||||
"gui.worldhandler.config.sliders.max_summon_potion_minutes": "Max Trank Minuten (Beschwören)",
|
||||
"gui.worldhandler.config.sliders.max_summon_attributes": "Max Attribute (Beschwören)",
|
||||
"gui.worldhandler.config.sliders.max_experience": "Max Erfahrungspunkte",
|
||||
"gui.worldhandler.config.sliders.max_player_points": "Max Spielerpunkte",
|
||||
"gui.worldhandler.config.sliders.max_trigger_value": "Max Auslöser",
|
||||
|
||||
"gui.worldhandler.config.comment.settings.custom_time_dawn": "Aktiviert Biome Indikator",
|
||||
"gui.worldhandler.config.comment.settings.command_syntax": "Aktiviert Befehlssyntax",
|
||||
"gui.worldhandler.config.comment.settings.shortcuts": "Aktiviert Schnellsteuerleiste",
|
||||
"gui.worldhandler.config.comment.settings.key_shortcuts": "Aktiviert Tasten Abkürzungen",
|
||||
@@ -33,56 +59,6 @@
|
||||
"gui.worldhandler.config.comment.settings.custom_time_midnight": "Mitternachtszeit in Ticks",
|
||||
"gui.worldhandler.config.comment.settings.block_placing_mode": "Platziermodus für Blöcke",
|
||||
|
||||
"gui.worldhandler.config.key.skin.icons": "Ikon Größe",
|
||||
"gui.worldhandler.config.key.skin.label_color": "Label Farbe",
|
||||
"gui.worldhandler.config.key.skin.headline_color": "Farbe der Überschrift",
|
||||
"gui.worldhandler.config.key.skin.background_red": "Hintergrund Rot",
|
||||
"gui.worldhandler.config.key.skin.background_green": "Hintergrund Grün",
|
||||
"gui.worldhandler.config.key.skin.background_blue": "Hintergrund Blau",
|
||||
"gui.worldhandler.config.key.skin.button_red": "Schaltflächen Rot",
|
||||
"gui.worldhandler.config.key.skin.button_green": "Schaltflächen Grün",
|
||||
"gui.worldhandler.config.key.skin.button_blue": "Schaltflächen Blau",
|
||||
"gui.worldhandler.config.key.skin.textures": "Texturen",
|
||||
"gui.worldhandler.config.key.skin.sharp_tab_edges": "Scharfe Tab Kanten",
|
||||
"gui.worldhandler.config.key.skin.draw_background": "Zeichne Hintergrund",
|
||||
"gui.worldhandler.config.key.skin.background_alpha": "Hintergrund Alpha",
|
||||
"gui.worldhandler.config.key.skin.button_alpha": "Hintergrund Alpha",
|
||||
|
||||
"gui.worldhandler.config.comment.skin.icons": "Größe der Ikons",
|
||||
"gui.worldhandler.config.comment.skin.label_color": "Label Farbe",
|
||||
"gui.worldhandler.config.comment.skin.headline_color": "Farbe der Überschrift",
|
||||
"gui.worldhandler.config.comment.skin.background_red": "Hintergrund Rot",
|
||||
"gui.worldhandler.config.comment.skin.background_green": "Hintergrund Grün",
|
||||
"gui.worldhandler.config.comment.skin.background_blue": "Hintergrund Blau",
|
||||
"gui.worldhandler.config.comment.skin.button_red": "Schaltflächen Rot",
|
||||
"gui.worldhandler.config.comment.skin.button_green": "Schaltflächen Grün",
|
||||
"gui.worldhandler.config.comment.skin.button_blue": "Schaltflächen Blau",
|
||||
"gui.worldhandler.config.comment.skin.textures": "Hintergrund Texturen",
|
||||
"gui.worldhandler.config.comment.skin.sharp_tab_edges": "Scharfe Tab Kanten Aktiviert",
|
||||
"gui.worldhandler.config.comment.skin.draw_background": "Hintergrund Aktiviert",
|
||||
"gui.worldhandler.config.comment.skin.background_alpha": "Hintergrund Alpha",
|
||||
"gui.worldhandler.config.comment.skin.button_alpha": "Schaltflächen Alpha",
|
||||
|
||||
"gui.worldhandler.config.key.sliders.max_potion_amplifier": "Max Trank Verstärker",
|
||||
"gui.worldhandler.config.key.sliders.max_item_enchantment": "Max Item Verzauberung",
|
||||
"gui.worldhandler.config.key.sliders.max_item_attributes": "Max Item Attribute",
|
||||
"gui.worldhandler.config.key.sliders.max_summon_potion_amplifier": "Max Trank Verstärker (Beschwören)",
|
||||
"gui.worldhandler.config.key.sliders.max_summon_potion_minutes": "Max Trank Minuten (Beschwören)",
|
||||
"gui.worldhandler.config.key.sliders.max_summon_attributes": "Max Attribute (Beschwören)",
|
||||
"gui.worldhandler.config.key.sliders.max_experience": "Max Erfahrungspunkte",
|
||||
"gui.worldhandler.config.key.sliders.max_player_points": "Max Spielerpunkte",
|
||||
"gui.worldhandler.config.key.sliders.max_trigger_value": "Max Auslöser",
|
||||
|
||||
"gui.worldhandler.config.comment.sliders.max_potion_amplifier": "Max Trank Verstärker",
|
||||
"gui.worldhandler.config.comment.sliders.max_item_enchantment": "Max Item Verzauberung",
|
||||
"gui.worldhandler.config.comment.sliders.max_item_attributes": "Max Item Attribute",
|
||||
"gui.worldhandler.config.comment.sliders.max_summon_potion_amplifier": "Max Trank Verstärker (Beschwören)",
|
||||
"gui.worldhandler.config.comment.sliders.max_summon_potion_minutes": "Max Trank Minuten (Beschwören)",
|
||||
"gui.worldhandler.config.comment.sliders.max_summon_attributes": "Max Attribute (Beschwören)",
|
||||
"gui.worldhandler.config.comment.sliders.max_experience": "Max Erfahrungspunkte",
|
||||
"gui.worldhandler.config.comment.sliders.max_player_points": "Max Spielerpunkte",
|
||||
"gui.worldhandler.config.comment.sliders.max_trigger_value": "Max Auslöser",
|
||||
|
||||
"gui.worldhandler.tab.scoreboard.objectives": "Objekte",
|
||||
"gui.worldhandler.tab.scoreboard.teams": "Teams",
|
||||
"gui.worldhandler.tab.scoreboard.players": "Spieler",
|
||||
@@ -246,6 +222,7 @@
|
||||
"gui.worldhandler.gamerules.rule.doLimitedCrafting": "Limitertes Craften",
|
||||
"gui.worldhandler.gamerules.rule.gameLoopFunction": "Game Loop Funktion",
|
||||
"gui.worldhandler.gamerules.rule.maxCommandChainLength": "Kommandokettenlänge",
|
||||
"gui.worldhandler.gamerules.rule.disableRaids": "Deaktiviere Überfälle",
|
||||
|
||||
"gui.worldhandler.world_info.start": "Start",
|
||||
"gui.worldhandler.world_info.world": "Welt",
|
||||
|
||||
@@ -1,21 +1,46 @@
|
||||
{
|
||||
"gui.worldhandler.config.tooltip": "World Handler Settings",
|
||||
|
||||
"gui.worldhandler.config.key.settings.command_syntax": "Command Syntax",
|
||||
"gui.worldhandler.config.key.settings.shortcuts": "Shortcuts",
|
||||
"gui.worldhandler.config.key.settings.key_shortcuts": "Key Shortcuts",
|
||||
"gui.worldhandler.config.key.settings.tooltips": "Tooltips",
|
||||
"gui.worldhandler.config.key.settings.watch": "Watch",
|
||||
"gui.worldhandler.config.key.settings.smooth_watch": "Smooth Watch",
|
||||
"gui.worldhandler.config.key.settings.pause_game": "Pause Game",
|
||||
"gui.worldhandler.config.key.settings.custom_times": "Custom Times",
|
||||
"gui.worldhandler.config.key.settings.permission_query": "Permission Query",
|
||||
"gui.worldhandler.config.key.settings.highlight_blocks": "Highlight Blocks",
|
||||
"gui.worldhandler.config.key.settings.custom_time_dawn": "Custom Dawn Ticks",
|
||||
"gui.worldhandler.config.key.settings.custom_time_noon": "Custom Noon Ticks",
|
||||
"gui.worldhandler.config.key.settings.custom_time_sunset": "Custom Sunset Ticks",
|
||||
"gui.worldhandler.config.key.settings.custom_time_midnight": "Custom Midnight Ticks",
|
||||
"gui.worldhandler.config.key.settings.block_placing_mode": "Block Placing Mode",
|
||||
"gui.worldhandler.config.settings.command_syntax": "Command Syntax",
|
||||
"gui.worldhandler.config.settings.shortcuts": "Shortcuts",
|
||||
"gui.worldhandler.config.settings.key_shortcuts": "Key Shortcuts",
|
||||
"gui.worldhandler.config.settings.tooltips": "Tooltips",
|
||||
"gui.worldhandler.config.settings.watch": "Watch",
|
||||
"gui.worldhandler.config.settings.smooth_watch": "Smooth Watch",
|
||||
"gui.worldhandler.config.settings.pause_game": "Pause Game",
|
||||
"gui.worldhandler.config.settings.custom_times": "Custom Times",
|
||||
"gui.worldhandler.config.settings.permission_query": "Permission Query",
|
||||
"gui.worldhandler.config.settings.highlight_blocks": "Highlight Blocks",
|
||||
"gui.worldhandler.config.settings.custom_time_dawn": "Custom Dawn Ticks",
|
||||
"gui.worldhandler.config.settings.custom_time_noon": "Custom Noon Ticks",
|
||||
"gui.worldhandler.config.settings.custom_time_sunset": "Custom Sunset Ticks",
|
||||
"gui.worldhandler.config.settings.custom_time_midnight": "Custom Midnight Ticks",
|
||||
"gui.worldhandler.config.settings.block_placing_mode": "Block Placing Mode",
|
||||
|
||||
"gui.worldhandler.config.skin.icons": "Icon Size",
|
||||
"gui.worldhandler.config.skin.label_color": "Label Color",
|
||||
"gui.worldhandler.config.skin.headline_color": "Headline Color",
|
||||
"gui.worldhandler.config.skin.background_red": "Background Red",
|
||||
"gui.worldhandler.config.skin.background_green": "Background Green",
|
||||
"gui.worldhandler.config.skin.background_blue": "Background Blue",
|
||||
"gui.worldhandler.config.skin.button_red": "Button Red",
|
||||
"gui.worldhandler.config.skin.button_green": "Button Green",
|
||||
"gui.worldhandler.config.skin.button_blue": "Button Blue",
|
||||
"gui.worldhandler.config.skin.textures": "Textures",
|
||||
"gui.worldhandler.config.skin.sharp_tab_edges": "Sharp Tab Edges",
|
||||
"gui.worldhandler.config.skin.draw_background": "Draw Background",
|
||||
"gui.worldhandler.config.skin.background_alpha": "Background Alpha",
|
||||
"gui.worldhandler.config.skin.button_alpha": "Button Alpha",
|
||||
|
||||
"gui.worldhandler.config.sliders.max_potion_amplifier": "Max Potion Amplifier",
|
||||
"gui.worldhandler.config.sliders.max_item_enchantment": "Max Item Enchantment",
|
||||
"gui.worldhandler.config.sliders.max_item_attributes": "Max Item Attribute",
|
||||
"gui.worldhandler.config.sliders.max_summon_potion_amplifier": "Max Summon Potion Amplifier",
|
||||
"gui.worldhandler.config.sliders.max_summon_potion_minutes": "Max Summon Potion Minutes",
|
||||
"gui.worldhandler.config.sliders.max_summon_attributes": "Max Summon Attributes",
|
||||
"gui.worldhandler.config.sliders.max_experience": "Max Experience",
|
||||
"gui.worldhandler.config.sliders.max_player_points": "Max Player Points",
|
||||
"gui.worldhandler.config.sliders.max_trigger_value": "Max Trigger Value",
|
||||
|
||||
"gui.worldhandler.config.comment.settings.command_syntax": "Displays the current command at the bottom",
|
||||
"gui.worldhandler.config.comment.settings.shortcuts": "Adds a row of buttons at the top for quick access",
|
||||
@@ -33,56 +58,6 @@
|
||||
"gui.worldhandler.config.comment.settings.custom_time_midnight": "Ticks upon midnight",
|
||||
"gui.worldhandler.config.comment.settings.block_placing_mode": "Block placing mode",
|
||||
|
||||
"gui.worldhandler.config.key.skin.icons": "Icon Size",
|
||||
"gui.worldhandler.config.key.skin.label_color": "Label Color",
|
||||
"gui.worldhandler.config.key.skin.headline_color": "Headline Color",
|
||||
"gui.worldhandler.config.key.skin.background_red": "Background Red",
|
||||
"gui.worldhandler.config.key.skin.background_green": "Background Green",
|
||||
"gui.worldhandler.config.key.skin.background_blue": "Background Blue",
|
||||
"gui.worldhandler.config.key.skin.button_red": "Button Red",
|
||||
"gui.worldhandler.config.key.skin.button_green": "Button Green",
|
||||
"gui.worldhandler.config.key.skin.button_blue": "Button Blue",
|
||||
"gui.worldhandler.config.key.skin.textures": "Textures",
|
||||
"gui.worldhandler.config.key.skin.sharp_tab_edges": "Sharp Tab Edges",
|
||||
"gui.worldhandler.config.key.skin.draw_background": "Draw Background",
|
||||
"gui.worldhandler.config.key.skin.background_alpha": "Background Alpha",
|
||||
"gui.worldhandler.config.key.skin.button_alpha": "Button Alpha",
|
||||
|
||||
"gui.worldhandler.config.comment.skin.icons": "Size of the icons",
|
||||
"gui.worldhandler.config.comment.skin.label_color": "Label color",
|
||||
"gui.worldhandler.config.comment.skin.headline_color": "Headline color",
|
||||
"gui.worldhandler.config.comment.skin.background_red": "Background red",
|
||||
"gui.worldhandler.config.comment.skin.background_green": "Background green",
|
||||
"gui.worldhandler.config.comment.skin.background_blue": "Background blue",
|
||||
"gui.worldhandler.config.comment.skin.button_red": "Button red",
|
||||
"gui.worldhandler.config.comment.skin.button_green": "Button green",
|
||||
"gui.worldhandler.config.comment.skin.button_blue": "Button blue",
|
||||
"gui.worldhandler.config.comment.skin.textures": "Background texture",
|
||||
"gui.worldhandler.config.comment.skin.sharp_tab_edges": "Disables the background blending",
|
||||
"gui.worldhandler.config.comment.skin.draw_background": "Background drawing enabled",
|
||||
"gui.worldhandler.config.comment.skin.background_alpha": "Background alpha",
|
||||
"gui.worldhandler.config.comment.skin.button_alpha": "Button alpha",
|
||||
|
||||
"gui.worldhandler.config.key.sliders.max_potion_amplifier": "Max Potion Amplifier",
|
||||
"gui.worldhandler.config.key.sliders.max_item_enchantment": "Max Item Enchantment",
|
||||
"gui.worldhandler.config.key.sliders.max_item_attributes": "Max Item Attribute",
|
||||
"gui.worldhandler.config.key.sliders.max_summon_potion_amplifier": "Max Summon Potion Amplifier",
|
||||
"gui.worldhandler.config.key.sliders.max_summon_potion_minutes": "Max Summon Potion Minutes",
|
||||
"gui.worldhandler.config.key.sliders.max_summon_attributes": "Max Summon Attributes",
|
||||
"gui.worldhandler.config.key.sliders.max_experience": "Max Experience",
|
||||
"gui.worldhandler.config.key.sliders.max_player_points": "Max Player Points",
|
||||
"gui.worldhandler.config.key.sliders.max_trigger_value": "Max Trigger Value",
|
||||
|
||||
"gui.worldhandler.config.comment.sliders.max_potion_amplifier": "Maximum value for the potion amplifier",
|
||||
"gui.worldhandler.config.comment.sliders.max_item_enchantment": "Maximum value for an item enchantment",
|
||||
"gui.worldhandler.config.comment.sliders.max_item_attributes": "Maximum value for an item attribute",
|
||||
"gui.worldhandler.config.comment.sliders.max_summon_potion_amplifier": "Maximum value for the potion amplifier for summon",
|
||||
"gui.worldhandler.config.comment.sliders.max_summon_potion_minutes": "Maximum value for the potion duration in minutes for summon",
|
||||
"gui.worldhandler.config.comment.sliders.max_summon_attributes": "Maximum value for attributes",
|
||||
"gui.worldhandler.config.comment.sliders.max_experience": "Maximum value for experience",
|
||||
"gui.worldhandler.config.comment.sliders.max_player_points": "Maximum value for player points",
|
||||
"gui.worldhandler.config.comment.sliders.max_trigger_value": "Maximum value for triggers",
|
||||
|
||||
"gui.worldhandler.tab.scoreboard.objectives": "Objectives",
|
||||
"gui.worldhandler.tab.scoreboard.teams": "Teams",
|
||||
"gui.worldhandler.tab.scoreboard.players": "Players",
|
||||
@@ -246,6 +221,7 @@
|
||||
"gui.worldhandler.gamerules.rule.doLimitedCrafting": "Limited Crafting",
|
||||
"gui.worldhandler.gamerules.rule.gameLoopFunction": "Game Loop Function",
|
||||
"gui.worldhandler.gamerules.rule.maxCommandChainLength": "Command Chain Length",
|
||||
"gui.worldhandler.gamerules.rule.disableRaids": "Disable Raids",
|
||||
|
||||
"gui.worldhandler.world_info.start": "Start",
|
||||
"gui.worldhandler.world_info.world": "World",
|
||||
|
||||
@@ -1,22 +1,48 @@
|
||||
{
|
||||
"gui.worldhandler.config.tooltip": "World Handler 设置",
|
||||
|
||||
"gui.worldhandler.config.key.settings.command_syntax": "命令句法",
|
||||
"gui.worldhandler.config.key.settings.shortcuts": "快捷键",
|
||||
"gui.worldhandler.config.key.settings.key_shortcuts": "键盘快捷键",
|
||||
"gui.worldhandler.config.key.settings.tooltips": "浮动提示",
|
||||
"gui.worldhandler.config.key.settings.watch": "时钟",
|
||||
"gui.worldhandler.config.key.settings.smooth_watch": "时钟平滑效果",
|
||||
"gui.worldhandler.config.key.settings.pause_game": "暂停游戏",
|
||||
"gui.worldhandler.config.key.settings.custom_times": "自定义时间",
|
||||
"gui.worldhandler.config.key.settings.permission_query": "权限队列",
|
||||
"gui.worldhandler.config.key.settings.highlight_blocks": "高亮方块",
|
||||
"gui.worldhandler.config.key.settings.custom_time_dawn": "自定义日出时间",
|
||||
"gui.worldhandler.config.key.settings.custom_time_noon": "自定义正午时间",
|
||||
"gui.worldhandler.config.key.settings.custom_time_sunset": "自定义日落时间",
|
||||
"gui.worldhandler.config.key.settings.custom_time_midnight": "自定义午夜时间",
|
||||
"gui.worldhandler.config.key.settings.block_placing_mode": "方块放置方式",
|
||||
"gui.worldhandler.config.settings.command_syntax": "命令句法",
|
||||
"gui.worldhandler.config.settings.shortcuts": "快捷键",
|
||||
"gui.worldhandler.config.settings.key_shortcuts": "键盘快捷键",
|
||||
"gui.worldhandler.config.settings.tooltips": "浮动提示",
|
||||
"gui.worldhandler.config.settings.watch": "时钟",
|
||||
"gui.worldhandler.config.settings.smooth_watch": "时钟平滑效果",
|
||||
"gui.worldhandler.config.settings.pause_game": "暂停游戏",
|
||||
"gui.worldhandler.config.settings.custom_times": "自定义时间",
|
||||
"gui.worldhandler.config.settings.permission_query": "权限队列",
|
||||
"gui.worldhandler.config.settings.highlight_blocks": "高亮方块",
|
||||
"gui.worldhandler.config.settings.custom_time_dawn": "自定义日出时间",
|
||||
"gui.worldhandler.config.settings.custom_time_noon": "自定义正午时间",
|
||||
"gui.worldhandler.config.settings.custom_time_sunset": "自定义日落时间",
|
||||
"gui.worldhandler.config.settings.custom_time_midnight": "自定义午夜时间",
|
||||
"gui.worldhandler.config.settings.block_placing_mode": "方块放置方式",
|
||||
|
||||
"gui.worldhandler.config.skin.icons": "图标尺寸",
|
||||
"gui.worldhandler.config.skin.label_color": "标签颜色",
|
||||
"gui.worldhandler.config.skin.headline_color": "标题颜色",
|
||||
"gui.worldhandler.config.skin.background_red": "背景红色",
|
||||
"gui.worldhandler.config.skin.background_green": "背景绿色",
|
||||
"gui.worldhandler.config.skin.background_blue": "背景蓝色",
|
||||
"gui.worldhandler.config.skin.button_red": "按钮红色",
|
||||
"gui.worldhandler.config.skin.button_green": "按钮绿色",
|
||||
"gui.worldhandler.config.skin.button_blue": "按钮蓝色",
|
||||
"gui.worldhandler.config.skin.textures": "材质",
|
||||
"gui.worldhandler.config.skin.sharp_tab_edges": "尖锐分栏边缘",
|
||||
"gui.worldhandler.config.skin.draw_background": "绘制暗色背景",
|
||||
"gui.worldhandler.config.skin.background_alpha": "背景透明度",
|
||||
"gui.worldhandler.config.skin.button_alpha": "按钮透明度",
|
||||
|
||||
"gui.worldhandler.config.sliders.max_potion_amplifier": "药水倍率最大值",
|
||||
"gui.worldhandler.config.sliders.max_item_enchantment": "物品附魔最大值",
|
||||
"gui.worldhandler.config.sliders.max_item_attributes": "物品属性最大值",
|
||||
"gui.worldhandler.config.sliders.max_summon_potion_amplifier": "召唤药水倍率最大值",
|
||||
"gui.worldhandler.config.sliders.max_summon_potion_minutes": "召唤药水持续时间最大值",
|
||||
"gui.worldhandler.config.sliders.max_summon_attributes": "召唤属性最大值",
|
||||
"gui.worldhandler.config.sliders.max_experience": "经验最大值",
|
||||
"gui.worldhandler.config.sliders.max_player_points": "玩家分数最大值",
|
||||
"gui.worldhandler.config.sliders.max_trigger_value": "Max Trigger Value",
|
||||
|
||||
"gui.worldhandler.config.comment.settings.custom_time_dawn": "生物群系指示器开启",
|
||||
"gui.worldhandler.config.comment.settings.command_syntax": "命令句法开启",
|
||||
"gui.worldhandler.config.comment.settings.shortcuts": "快捷键开启",
|
||||
"gui.worldhandler.config.comment.settings.key_shortcuts": "键盘快捷键开启",
|
||||
@@ -33,56 +59,6 @@
|
||||
"gui.worldhandler.config.comment.settings.custom_time_midnight": "午夜的时间",
|
||||
"gui.worldhandler.config.comment.settings.block_placing_mode": "方块放置方式",
|
||||
|
||||
"gui.worldhandler.config.key.skin.icons": "图标尺寸",
|
||||
"gui.worldhandler.config.key.skin.label_color": "标签颜色",
|
||||
"gui.worldhandler.config.key.skin.headline_color": "标题颜色",
|
||||
"gui.worldhandler.config.key.skin.background_red": "背景红色",
|
||||
"gui.worldhandler.config.key.skin.background_green": "背景绿色",
|
||||
"gui.worldhandler.config.key.skin.background_blue": "背景蓝色",
|
||||
"gui.worldhandler.config.key.skin.button_red": "按钮红色",
|
||||
"gui.worldhandler.config.key.skin.button_green": "按钮绿色",
|
||||
"gui.worldhandler.config.key.skin.button_blue": "按钮蓝色",
|
||||
"gui.worldhandler.config.key.skin.textures": "材质",
|
||||
"gui.worldhandler.config.key.skin.sharp_tab_edges": "尖锐分栏边缘",
|
||||
"gui.worldhandler.config.key.skin.draw_background": "绘制暗色背景",
|
||||
"gui.worldhandler.config.key.skin.background_alpha": "背景透明度",
|
||||
"gui.worldhandler.config.key.skin.button_alpha": "按钮透明度",
|
||||
|
||||
"gui.worldhandler.config.comment.skin.icons": "图标的大小",
|
||||
"gui.worldhandler.config.comment.skin.label_color": "标签的颜色",
|
||||
"gui.worldhandler.config.comment.skin.headline_color": "标题颜色",
|
||||
"gui.worldhandler.config.comment.skin.background_red": "背景 R",
|
||||
"gui.worldhandler.config.comment.skin.background_green": "背景 G",
|
||||
"gui.worldhandler.config.comment.skin.background_blue": "背景 B",
|
||||
"gui.worldhandler.config.comment.skin.button_red": "按钮 R",
|
||||
"gui.worldhandler.config.comment.skin.button_green": "按钮 G",
|
||||
"gui.worldhandler.config.comment.skin.button_blue": "按钮 B",
|
||||
"gui.worldhandler.config.comment.skin.textures": "背景材质",
|
||||
"gui.worldhandler.config.comment.skin.sharp_tab_edges": "尖锐分栏边缘开启",
|
||||
"gui.worldhandler.config.comment.skin.draw_background": "绘制暗色背景开启",
|
||||
"gui.worldhandler.config.comment.skin.background_alpha": "背景 Alpha",
|
||||
"gui.worldhandler.config.comment.skin.button_alpha": "按钮 Alpha",
|
||||
|
||||
"gui.worldhandler.config.key.sliders.max_potion_amplifier": "药水倍率最大值",
|
||||
"gui.worldhandler.config.key.sliders.max_item_enchantment": "物品附魔最大值",
|
||||
"gui.worldhandler.config.key.sliders.max_item_attributes": "物品属性最大值",
|
||||
"gui.worldhandler.config.key.sliders.max_summon_potion_amplifier": "召唤药水倍率最大值",
|
||||
"gui.worldhandler.config.key.sliders.max_summon_potion_minutes": "召唤药水持续时间最大值",
|
||||
"gui.worldhandler.config.key.sliders.max_summon_attributes": "召唤属性最大值",
|
||||
"gui.worldhandler.config.key.sliders.max_experience": "经验最大值",
|
||||
"gui.worldhandler.config.key.sliders.max_player_points": "玩家分数最大值",
|
||||
"gui.worldhandler.config.key.sliders.max_trigger_value": "Max Trigger Value",
|
||||
|
||||
"gui.worldhandler.config.comment.sliders.max_potion_amplifier": "药水倍率最大值",
|
||||
"gui.worldhandler.config.comment.sliders.max_item_enchantment": "物品附魔最大值",
|
||||
"gui.worldhandler.config.comment.sliders.max_item_attributes": "物品属性最大值",
|
||||
"gui.worldhandler.config.comment.sliders.max_summon_potion_amplifier": "召唤药水倍率最大值",
|
||||
"gui.worldhandler.config.comment.sliders.max_summon_potion_minutes": "召唤药水持续时间最大值",
|
||||
"gui.worldhandler.config.comment.sliders.max_summon_attributes": "召唤属性最大值",
|
||||
"gui.worldhandler.config.comment.sliders.max_experience": "经验最大值",
|
||||
"gui.worldhandler.config.comment.sliders.max_player_points": "玩家分数最大值",
|
||||
"gui.worldhandler.config.comment.sliders.max_trigger_value": "Maximum value for triggers",
|
||||
|
||||
"gui.worldhandler.tab.scoreboard.objectives": "变量",
|
||||
"gui.worldhandler.tab.scoreboard.teams": "团队",
|
||||
"gui.worldhandler.tab.scoreboard.players": "玩家",
|
||||
@@ -246,6 +222,7 @@
|
||||
"gui.worldhandler.gamerules.rule.doLimitedCrafting": "限制合成配方",
|
||||
"gui.worldhandler.gamerules.rule.gameLoopFunction": "每刻运行的函数",
|
||||
"gui.worldhandler.gamerules.rule.maxCommandChainLength": "命令连锁长度",
|
||||
"gui.worldhandler.gamerules.rule.disableRaids": "Disable Raids",
|
||||
|
||||
"gui.worldhandler.world_info.start": "首选项",
|
||||
"gui.worldhandler.world_info.world": "世界",
|
||||
|
||||
Reference in New Issue
Block a user