aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>2018-12-26 02:04:56 +0100
committerbartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>2018-12-26 02:04:56 +0100
commitb1e249a5d28a0fcc72943042866580147b6efb40 (patch)
tree93b705660cabb09e7a93e536db30f5a87c34631d
parentfbf1ef62f7fab7a70b4bff37f20503ffb121999f (diff)
downloadGT5-Unofficial-b1e249a5d28a0fcc72943042866580147b6efb40.tar.gz
GT5-Unofficial-b1e249a5d28a0fcc72943042866580147b6efb40.tar.bz2
GT5-Unofficial-b1e249a5d28a0fcc72943042866580147b6efb40.zip
fixed tooltip
+version increase
-rw-r--r--build.properties2
-rw-r--r--src/main/java/com/github/bartimaeusnek/bartworks/common/tileentities/GT_TileEntity_Windmill.java22
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",