Fix errors, still some TODO's.

This commit is contained in:
Raoul Van den Berge
2016-03-19 14:38:13 +01:00
parent 91b6a340e6
commit 2d397bf814
6 changed files with 6 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ public class BlockCable extends BlockBase
float pixel = 1F / 16F;
setBlockBounds(4 * pixel, 4 * pixel, 4 * pixel, 1 - 4 * pixel, 1 - 4 * pixel, 1 - 4 * pixel);
// @TODO: setBlockBounds(4 * pixel, 4 * pixel, 4 * pixel, 1 - 4 * pixel, 1 - 4 * pixel, 1 - 4 * pixel);
}
@Override