Skip to content

Commit

Permalink
Added Download Ling to README.
Browse files Browse the repository at this point in the history
Removed a Testing thing, that i forgot to remove in the previous build.
  • Loading branch information
Aroma1997 committed Apr 27, 2013
1 parent c372e07 commit 7e14fdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
@@ -1,4 +1,7 @@
CompactWindmills
================

CompactWindmills will be a Mod for Minecraft that adds a compact version of the IC2 Windmills.
CompactWindmills is a Mod for Minecraft/ an Addon for InductrialCraft2 that adds a compact version of the IC2 Windmills.

Downloads at:
https://github.com/Aroma1997/CompactWindmillsDist
Expand Up @@ -131,7 +131,6 @@ private static float getSpace(World world, int x, int y, int z, WindType type) {
}
}
}
System.err.println(totalBlocks);
float efficiency = (float)airBlocks / (float)(totalBlocks - 1);
return efficiency;
}
Expand Down

0 comments on commit 7e14fdd

Please sign in to comment.