Allow multiple mob effects at once when holding shift. Closes #23

This commit is contained in:
Marcel Konrad
2022-07-18 20:26:53 +02:00
parent f609fdb7cd
commit d9040f8597
8 changed files with 65 additions and 30 deletions

View File

@@ -162,6 +162,7 @@
"gui.worldhandler.potions.effect.splash": "Wurftrank",
"gui.worldhandler.potions.effect.lingering": "Verweil",
"gui.worldhandler.potions.effect.tipped_arrow": "Pfeil",
"gui.worldhandler.potions.effect.hold_shift_to_apply_all_effects_at_once": "Halte die Umschalttaste gedrückt, um alle Effekte auf einmal anzuwenden",
"gui.worldhandler.command_stack.insert_command": "Kommando Einfügen",
"gui.worldhandler.command_stack.remove_command": "Kommando Entfernen",
@@ -372,6 +373,7 @@
"gui.worldhandler.actions.remove": "Entfernen",
"gui.worldhandler.actions.set": "Setzen",
"gui.worldhandler.actions.reset": "Zurücksetzen",
"gui.worldhandler.actions.reset_all": "Alles Zurücksetzen",
"gui.worldhandler.actions.set_to_0": "Auf 0 setzen",
"gui.worldhandler.actions.perform": "Ausführen",
"gui.worldhandler.actions.send": "Senden",

View File

@@ -162,6 +162,7 @@
"gui.worldhandler.potions.effect.splash": "Splash",
"gui.worldhandler.potions.effect.lingering": "Lingering",
"gui.worldhandler.potions.effect.tipped_arrow": "Arrow",
"gui.worldhandler.potions.effect.hold_shift_to_apply_all_effects_at_once": "Hold Shift to apply all effects at once",
"gui.worldhandler.command_stack.insert_command": "Insert Command",
"gui.worldhandler.command_stack.remove_command": "Remove Command",
@@ -372,6 +373,7 @@
"gui.worldhandler.actions.remove": "Remove",
"gui.worldhandler.actions.set": "Set",
"gui.worldhandler.actions.reset": "Reset",
"gui.worldhandler.actions.reset_all": "Reset All",
"gui.worldhandler.actions.set_to_0": "Set To 0",
"gui.worldhandler.actions.perform": "Perform",
"gui.worldhandler.actions.send": "Send",

View File

@@ -162,6 +162,7 @@
"gui.worldhandler.potions.effect.splash": "Jetable",
"gui.worldhandler.potions.effect.lingering": "Persistant",
"gui.worldhandler.potions.effect.tipped_arrow": "Flèche",
"gui.worldhandler.potions.effect.hold_shift_to_apply_all_effects_at_once": "Hold Shift to apply all effects at once",
"gui.worldhandler.command_stack.insert_command": "Insérer la commande",
"gui.worldhandler.command_stack.remove_command": "Supprimer la commande",
@@ -373,6 +374,7 @@
"gui.worldhandler.actions.remove": "Supprimer",
"gui.worldhandler.actions.set": "Définir",
"gui.worldhandler.actions.reset": "Réinitialiser",
"gui.worldhandler.actions.reset_all": "Reset All",
"gui.worldhandler.actions.set_to_0": "Définir sur 0",
"gui.worldhandler.actions.perform": "Exécuter",
"gui.worldhandler.actions.send": "Envoyer",

View File

@@ -162,6 +162,7 @@
"gui.worldhandler.potions.effect.splash": "Всплеск",
"gui.worldhandler.potions.effect.lingering": "Длительный",
"gui.worldhandler.potions.effect.tipped_arrow": "Стрела",
"gui.worldhandler.potions.effect.hold_shift_to_apply_all_effects_at_once": "Hold Shift to apply all effects at once",
"gui.worldhandler.command_stack.insert_command": "Вставить команду",
"gui.worldhandler.command_stack.remove_command": "Удалить команду",
@@ -372,6 +373,7 @@
"gui.worldhandler.actions.remove": "Удалить",
"gui.worldhandler.actions.set": "Установить",
"gui.worldhandler.actions.reset": "Сбросить",
"gui.worldhandler.actions.reset_all": "Reset All",
"gui.worldhandler.actions.set_to_0": "Установить на 0",
"gui.worldhandler.actions.perform": "Выполнить",
"gui.worldhandler.actions.send": "Отправить",

View File

@@ -163,6 +163,7 @@
"gui.worldhandler.potions.effect.splash": "喷溅",
"gui.worldhandler.potions.effect.lingering": "滞留",
"gui.worldhandler.potions.effect.tipped_arrow": "箭",
"gui.worldhandler.potions.effect.hold_shift_to_apply_all_effects_at_once": "Hold Shift to apply all effects at once",
"gui.worldhandler.command_stack.insert_command": "Insert Command",
"gui.worldhandler.command_stack.remove_command": "Remove Command",
@@ -373,6 +374,7 @@
"gui.worldhandler.actions.remove": "删除",
"gui.worldhandler.actions.set": "固定",
"gui.worldhandler.actions.reset": "重置",
"gui.worldhandler.actions.reset_all": "Reset All",
"gui.worldhandler.actions.set_to_0": "重置为 0",
"gui.worldhandler.actions.perform": "执行",
"gui.worldhandler.actions.send": "发送",