From 587ce7c86eec6b7dfb1b4c533b3b26213e7dcda1 Mon Sep 17 00:00:00 2001 From: Technus Date: Wed, 9 Aug 2017 12:43:36 +0200 Subject: Rework gui to match new numbers inside, fix string in mem card --- .../com/github/technus/tectech/thing/item/ParametrizerMemoryCard.java | 2 +- .../com/github/technus/tectech/thing/metaTileEntity/multi/other todo | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'src/main/java') 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 -- cgit