diff options
Diffstat (limited to 'src/Java/gtPlusPlus/core/item')
-rw-r--r-- | src/Java/gtPlusPlus/core/item/base/itemblock/ItemBlockBasicTile.java | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |