constructor can replace liquids

This commit is contained in:
Raoul Van den Berge
2016-02-01 23:50:51 +01:00
parent 60710fecfa
commit eadfc0956c
2 changed files with 2 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ public class TileCable extends TileBase
public boolean isEnabled()
{
// @TODO: Fix going through blocks
return !worldObj.isBlockPowered(pos);
}