diff options
author | kekzdealer <kekzdealer@gmail.com> | 2020-05-12 19:48:19 +0200 |
---|---|---|
committer | kekzdealer <kekzdealer@gmail.com> | 2020-05-12 19:48:19 +0200 |
commit | d8f485f3492a6e6df62f40a6b3218156bc244a28 (patch) | |
tree | 37491dce73117bc3a433819c50cfdab55223cbfd /src/main/resources/assets/kekztech/lang | |
parent | 19f896b417550249795079fbe8a815ed52ef419c (diff) | |
download | GT5-Unofficial-d8f485f3492a6e6df62f40a6b3218156bc244a28.tar.gz GT5-Unofficial-d8f485f3492a6e6df62f40a6b3218156bc244a28.tar.bz2 GT5-Unofficial-d8f485f3492a6e6df62f40a6b3218156bc244a28.zip |
Improved options for localization for all Block tooltips
Diffstat (limited to 'src/main/resources/assets/kekztech/lang')
-rw-r--r-- | src/main/resources/assets/kekztech/lang/en_US.lang | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/main/resources/assets/kekztech/lang/en_US.lang b/src/main/resources/assets/kekztech/lang/en_US.lang index 9ad7406180..51a3c26805 100644 --- a/src/main/resources/assets/kekztech/lang/en_US.lang +++ b/src/main/resources/assets/kekztech/lang/en_US.lang @@ -94,24 +94,38 @@ item.kekztech_crafting_item.15.name=GDC Ceramic Plate # -------- TFFT: Structure Blocks
tile.kekztech_tfftcasingblock_block.name=T.F.F.T Casing
tile.kekztech_tfftstoragefieldblock1_block.name=T.F.F.T Storage Field Block (Tier I)
+tile.kekztech_tfftstoragefieldblock1_block.0.desc=This is not a fluid tank
tile.kekztech_tfftstoragefieldblock2_block.name=T.F.F.T Storage Field Block (Tier II)
tile.kekztech_tfftstoragefieldblock3_block.name=T.F.F.T Storage Field Block (Tier III)
tile.kekztech_tfftstoragefieldblock4_block.name=T.F.F.T Storage Field Block (Tier IV)
tile.kekztech_tfftstoragefieldblock5_block.name=T.F.F.T Storage Field Block (Tier V)
tile.kekztech_tfftmultihatch_block.name=T.F.F.T Multi-Fluid I/O Hatch
+tile.kekztech_tfftmultihatch_block.0.desc=Special hatch for the T.F.F.T
+tile.kekztech_tfftmultihatch_block.1.desc=Allows for automated interaction with all stored fluids in a single place
+tile.kekztech_tfftmultihatch_block.2.desc=Right-click with screwdriver to activate auto-output
+tile.kekztech_tfftmultihatch_block.3.desc=Auto-output will try to output fluids into adjacent tanks at a rate of 1000L/s per fluid
# -------- Item Server: Structure Blocks
tile.kekztech_itemserverdrive_block.name=Item Server Drive
+tile.kekztech_itemserverdrive_block.0.desc=Item Server Storage Drive
tile.kekztech_itemserverrackcasing_block.name=Item Server Rack Casing
+tile.kekztech_itemserverrackcasing_block.0.desc=Shiny new server rack
tile.kekztech_itemserverioport_block.name=Item Server I/O Port
+tile.kekztech_itemserverioport_block.0.desc=I/O Port for interfacing with an Item Server
# -------- Item Server: Crafting Components
item.kekztech_crafting_item.16.name=Item Server Blade
# -------- Item Proxy: Structure Blocks
tile.kekztech_itemproxycable_block.name=Item Proxy Network Cable
+tile.kekztech_itemproxycable_block.0.desc=Connects Item Proxy Nodes
tile.kekztech_itemproxysource_block.name=Item Proxy Network Source
+tile:kekztech_itemproxysource_block.0.desc=Point to an inventory to act as source for the item proxy network
+tile:kekztech_itemproxysource_block.1.desc=Insert an Integrated Circuit to set the network channel
+tile:kekztech_itemproxysource_block.2.desc=Only one source can use one channel on the same network
tile.kekztech_itemproxyendpoint_block.name=Item Proxy Network Endpoint
+tile.kekztech_itemproxyendpoint_block.0.desc=Point the marked side to where you want to provide an inventory proxy to
+tile.kekztech_itemproxyendpoint_block.1.desc=Insert an Integrated Circuit to set the network channel
# -------- Lapotronic Super Capacitor: Structure Blocks
tile.kekztech_lapotronicenergyunit_block.0.name=Lapotronic Super Capacitor Casing
@@ -121,6 +135,7 @@ tile.kekztech_lapotronicenergyunit_block.3.name=Lapotronic Capacitor (ZPM) tile.kekztech_lapotronicenergyunit_block.4.name=Lapotronic Capacitor (UV)
tile.kekztech_lapotronicenergyunit_block.5.name=Ultimate Capacitor (UHV)
tile.kekztech_lapotronicenergyunit_block.6.name=Really Ultimate Capacitor (UEV)
+tile.kekztech_lapotronicenergyunit_block.desc=Part of the Lapotronic Super Capacitor
# -------- Thaumium Reinforced Jar: Block
tile.kekztech_thaumiumreinforcedjar_block.0.name=Thaumium Reinforced Jar
|