aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/items
diff options
context:
space:
mode:
authorChristina Berchtold <kekzdealer@gmail.com>2019-06-12 01:51:24 +0200
committerChristina Berchtold <kekzdealer@gmail.com>2019-06-12 01:51:24 +0200
commit2fd223c34f08dda3684db4e92564c9ce61ecb334 (patch)
treefc45be2bc60343a1bf89756391f70646140637ed /src/main/java/items
parente806e19f3b42df2759231880afff02648908239f (diff)
downloadGT5-Unofficial-2fd223c34f08dda3684db4e92564c9ce61ecb334.tar.gz
GT5-Unofficial-2fd223c34f08dda3684db4e92564c9ce61ecb334.tar.bz2
GT5-Unofficial-2fd223c34f08dda3684db4e92564c9ce61ecb334.zip
fixed non-oredicted circuits in multi controller recipes
Diffstat (limited to 'src/main/java/items')
-rw-r--r--src/main/java/items/ErrorItem.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/items/ErrorItem.java b/src/main/java/items/ErrorItem.java
index 5694b4e800..e622197565 100644
--- a/src/main/java/items/ErrorItem.java
+++ b/src/main/java/items/ErrorItem.java
@@ -34,8 +34,9 @@ public class ErrorItem extends Item {
@SuppressWarnings({"unchecked", "rawtypes"})
@Override
public void addInformation(ItemStack stack, EntityPlayer player, List list, boolean b) {
+ list.add("REMINDER: KekzTech recipes are only confirmed to work in GTNH!");
list.add("Placeholder item in case something went wrong");
- list.add("You may report this to:");
+ list.add("If this item shows up in GTNH, you may report it to:");
list.add("https://github.com/kekzdealer/KekzTech");
}