From ddb56b60435c34fb7d06894fc543c81cd8961c7a Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Tue, 12 Jun 2018 10:23:41 +0200 Subject: added modifier key to right click actions of traits, now requires default LCONTROL to be pressed. fixes #112 Signed-off-by: Giovanni Harting <539@idlegandalf.com> --- src/main/resources/assets/taiga/lang/en_US.lang | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/assets/taiga/lang/en_US.lang b/src/main/resources/assets/taiga/lang/en_US.lang index b6de37b..10be8df 100644 --- a/src/main/resources/assets/taiga/lang/en_US.lang +++ b/src/main/resources/assets/taiga/lang/en_US.lang @@ -351,8 +351,8 @@ modifier.whirl.name=Whirl modifier.whirl.desc=§oLike a sponge!§r\nRemove water at a gained radius. modifier.souleater.name=Soul Eater modifier.souleater.desc=§oKill a lot, be a veteran§r\nIf you kill a lot of enemies, your weapon will get stronger. -modifier.beserk.name=BESERK -modifier.beserk.desc=§oBecome the Hulk!§r\nActivate the life consumption and be three times faster and stronger. +modifier.berserk.name=BESERK +modifier.berserk.desc=§oBecome the Hulk!§r\nActivate the life consumption and be three times faster and stronger. modifier.tantrum.name=Tantrum modifier.tantrum.desc=§oCast an explosion!§r\nIf you activate the stacked explosion you won't get hurt. modifier.decay.name=Decay @@ -366,4 +366,6 @@ modifier.crushing.desc=WIP gui.taiga_configuration.mainTitle=TAIGA Configuration itemGroup.taiga_block=TAIGA Blocks -itemGroup.taiga_item=TAIGA Items \ No newline at end of file +itemGroup.taiga_item=TAIGA Items + +key.taiga.alt_action=Mod Tool \ No newline at end of file -- cgit v1.2.3