From b1e249a5d28a0fcc72943042866580147b6efb40 Mon Sep 17 00:00:00 2001 From: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Date: Wed, 26 Dec 2018 02:04:56 +0100 Subject: fixed tooltip +version increase --- build.properties | 2 +- .../tileentities/GT_TileEntity_Windmill.java | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/build.properties b/build.properties index e745864b67..20a4db092d 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ mc_version=1.7.10 -mod_version=0.2.0 +mod_version=0.2.1 ic2.version=2.2.828-experimental gregtech.version=5.09.32.36 gregtech.jenkinsbuild=143 diff --git a/src/main/java/com/github/bartimaeusnek/bartworks/common/tileentities/GT_TileEntity_Windmill.java b/src/main/java/com/github/bartimaeusnek/bartworks/common/tileentities/GT_TileEntity_Windmill.java index aa7cfcff98..bea3a91279 100644 --- a/src/main/java/com/github/bartimaeusnek/bartworks/common/tileentities/GT_TileEntity_Windmill.java +++ b/src/main/java/com/github/bartimaeusnek/bartworks/common/tileentities/GT_TileEntity_Windmill.java @@ -510,18 +510,18 @@ public class GT_TileEntity_Windmill extends GT_MetaTileEntity_MultiBlockBase { public String[] getDescription() { return new String[]{ "A primitive Grinder powered by Kinetic energy.", - "WxHxL: 7x12x7", - "Layer 1: 7x7 Bricks, corners are air, controller at front centered.", + "WxHxL: 7x12x7", + "Layer 1: 7x7 Bricks, corners are air, controller at front centered.", "Layer 2-4: 5x5 Hardened Clay, corners are air, can contain one door,", - " must contain at least one Dispenser", - "Layer 5: 5x5 Wood Planks. Corners are filled.", - "Layer 6: 7x7 Wood Planks. Corners are air.", - "Layer 8: 7x7 Wood Planks. Corners are air,", - " front centered must be a Primitive Kinetic Shaftbox", - "Layer 9: 7x7 Wood Planks. Corners are air.", - "Layer 10: 5x5 Wood Planks. Corners are filled.", - "Layer 11: 3x3 Wood Planks. Corners are filled.", - "Layer 12: 1x1 Wood Plank.", + "hollow, must contain at least one Dispenser", + "Layer 5: 5x5 Wood Planks. Corners are filled, hollow.", + "Layer 6: 7x7 Wood Planks. Corners are air, hollow.", + "Layer 8: 7x7 Wood Planks. Corners are air, hollow,", + "front centered must be a Primitive Kinetic Shaftbox", + "Layer 9: 7x7 Wood Planks. Corners are air, hollow.", + "Layer 10: 5x5 Wood Planks. Corners are filled, hollow.", + "Layer 11: 3x3 Wood Planks. Corners are filled, hollow.", + "Layer 12: 1x1 Wood Plank.", "Needs a Wind Mill Rotor in the Shaftbox to operate", "Input items in Controller", "Output items will appear in the dispensers", -- cgit