diff options
author | kekzdealer <kekzdealer@gmail.com> | 2020-05-13 14:52:04 +0200 |
---|---|---|
committer | kekzdealer <kekzdealer@gmail.com> | 2020-05-13 14:52:04 +0200 |
commit | 0100d40712cbfa3c96b1dbdeddd1f7504a2fa7d6 (patch) | |
tree | 022daa454fd4560228445f4e977836ecdcdd5ea7 /src/main/resources/assets/kekztech | |
parent | 0811d899bb980ac3997a8c7260545196012c614b (diff) | |
download | GT5-Unofficial-0100d40712cbfa3c96b1dbdeddd1f7504a2fa7d6.tar.gz GT5-Unofficial-0100d40712cbfa3c96b1dbdeddd1f7504a2fa7d6.tar.bz2 GT5-Unofficial-0100d40712cbfa3c96b1dbdeddd1f7504a2fa7d6.zip |
Made it so that my jars drop their label when mined (alongside the jar)
Diffstat (limited to 'src/main/resources/assets/kekztech')
-rw-r--r-- | src/main/resources/assets/kekztech/lang/en_US.lang | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/assets/kekztech/lang/en_US.lang b/src/main/resources/assets/kekztech/lang/en_US.lang index f25ebcbb33..44e72e1cd0 100644 --- a/src/main/resources/assets/kekztech/lang/en_US.lang +++ b/src/main/resources/assets/kekztech/lang/en_US.lang @@ -138,9 +138,9 @@ item.kekztech_crafting_item.16.name=Item Server Blade 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_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
|