From 0100d40712cbfa3c96b1dbdeddd1f7504a2fa7d6 Mon Sep 17 00:00:00 2001 From: kekzdealer Date: Wed, 13 May 2020 14:52:04 +0200 Subject: Made it so that my jars drop their label when mined (alongside the jar) --- src/main/resources/assets/kekztech/lang/en_US.lang | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main/resources/assets/kekztech') 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 -- cgit