Fixed tesla texture
This commit is contained in:
parent
4c68aa2ca2
commit
4a5df9f922
2 changed files with 2 additions and 3 deletions
|
@ -133,9 +133,8 @@ public class TileEntityTesla extends TileEntityElectricBlock implements ITesla
|
|||
{
|
||||
if(new Vector3((TileEntity)tesla).distance(new Vector3(this)) < getRange())
|
||||
{
|
||||
/**
|
||||
* Make sure Tesla is not part of this tower.
|
||||
*/
|
||||
|
||||
//Make sure Tesla is not part of this tower.
|
||||
if(!connectedTeslas.contains(tesla) && tesla.canReceive(this))
|
||||
{
|
||||
if(tesla instanceof TileEntityTesla)
|
||||
|
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Loading…
Reference in a new issue