From 9d467e9912c8dbe8567e2925c4a5c538c0be5630 Mon Sep 17 00:00:00 2001 From: Alkalus <3060479+draknyte1@users.noreply.github.com> Date: Fri, 11 Oct 2019 18:32:07 +0100 Subject: % Adjusted tooltip for RR. $ Fixed registration of RR. --- src/Java/gtPlusPlus/core/item/base/itemblock/ItemBlockBasicTile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Java/gtPlusPlus/core/item') diff --git a/src/Java/gtPlusPlus/core/item/base/itemblock/ItemBlockBasicTile.java b/src/Java/gtPlusPlus/core/item/base/itemblock/ItemBlockBasicTile.java index 73d6bb0ca2..c52eb0d222 100644 --- a/src/Java/gtPlusPlus/core/item/base/itemblock/ItemBlockBasicTile.java +++ b/src/Java/gtPlusPlus/core/item/base/itemblock/ItemBlockBasicTile.java @@ -45,7 +45,7 @@ public class ItemBlockBasicTile extends ItemBlock { list.add("Use either Formaldehyde or Hydrogen cyanide"); list.add("Be weary of your neighbours"); } else if (this.mID == 7) { // Round-Robinator - list.add("Attempts to output items evenly on all for horizontal planes"); + list.add("Attempts to output items evenly on all four horizontal planes"); list.add("Each tier operates at a factor of one operation every (20/tier)ticks"); list.add("Top and bottom do not pull, so you must push item in"); list.add("Sides can be disabled with a screwdriver"); -- cgit