diff options
| author | Giovanni Harting <539@idlegandalf.com> | 2018-06-12 10:23:41 +0200 |
|---|---|---|
| committer | Giovanni Harting <539@idlegandalf.com> | 2018-06-12 10:23:41 +0200 |
| commit | ddb56b60435c34fb7d06894fc543c81cd8961c7a (patch) | |
| tree | 3318d2a20c0178a54d7b687a9f268e11f82ef69f /src/main/resources | |
| parent | d585d781f635d7f880eac7727baac4cc9570b8c8 (diff) | |
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>
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/assets/taiga/lang/en_US.lang | 8 |
1 files changed, 5 insertions, 3 deletions
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 |
