aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/gregtech
diff options
context:
space:
mode:
authorБатьків Нестор-Євген Васильович <mama040508@gmail.com>2023-12-26 23:08:33 +0200
committerGitHub <noreply@github.com>2023-12-26 22:08:33 +0100
commit064c46683f58fd8a981dd03c13cf92556a28656e (patch)
treefc0847e4c913b9557712acee0fe91f588aba5aa0 /src/main/resources/assets/gregtech
parent44e88e146c87774088c68686bdea130fe7dde78d (diff)
downloadGT5-Unofficial-064c46683f58fd8a981dd03c13cf92556a28656e.tar.gz
GT5-Unofficial-064c46683f58fd8a981dd03c13cf92556a28656e.tar.bz2
GT5-Unofficial-064c46683f58fd8a981dd03c13cf92556a28656e.zip
Add modes to tools (#2423)
* Add tool modes change * Deprecate! Deprecate! Deprecate! * Add mode to item name * Opsie * Byte 8 bit * Add enum * Spotless * Types types types!!!! God I love types * Make it trigger when player clicks midair * update deps + fix wci --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'src/main/resources/assets/gregtech')
-rw-r--r--src/main/resources/assets/gregtech/lang/en_US.lang4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang
index 0b8a0ac734..9f3d6f6773 100644
--- a/src/main/resources/assets/gregtech/lang/en_US.lang
+++ b/src/main/resources/assets/gregtech/lang/en_US.lang
@@ -1463,3 +1463,7 @@ gt.time.tick.singular=tick
gt.time.tick.plural=ticks
gt.time.second.singular=second
gt.time.second.plural=seconds
+
+#Tool modes
+gt.wrench.mode.1=Line Mode
+