aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/com/github/technus/tectech/thing/item/ParametrizerMemoryCard.java2
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/other todo4
2 files changed, 2 insertions, 4 deletions
diff --git a/src/main/java/com/github/technus/tectech/thing/item/ParametrizerMemoryCard.java b/src/main/java/com/github/technus/tectech/thing/item/ParametrizerMemoryCard.java
index 1b454036b0..1aa9592a5e 100644
--- a/src/main/java/com/github/technus/tectech/thing/item/ParametrizerMemoryCard.java
+++ b/src/main/java/com/github/technus/tectech/thing/item/ParametrizerMemoryCard.java
@@ -98,7 +98,7 @@ public class ParametrizerMemoryCard extends Item {
}else{
aList.add(EnumChatFormatting.BLUE + "Use on Parametrizer to save parameters");
}
- aList.add(EnumChatFormatting.BLUE + "Use somewhere else to lock/unlock");
+ aList.add(EnumChatFormatting.BLUE + "Sneak right click to lock/unlock");
if(tNBT!=null && tNBT.hasKey("param")) {
aList.add("Hatch ID: "+EnumChatFormatting.AQUA + tNBT.getInteger("param"));
diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/other todo b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/other todo
index b9feb9b976..72adab9050 100644
--- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/other todo
+++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/other todo
@@ -21,6 +21,4 @@ usefull for things like i am not really there blocks
BlockFakeLight.java
for turrets:
-floodlight
-
-parametrizer memory card
+floodlightb