Fixed tesla texture
This commit is contained in:
parent
4c68aa2ca2
commit
4a5df9f922
2 changed files with 2 additions and 3 deletions
common/mekanism/induction/common/tileentity
resources/assets/mekanism/render
|
@ -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 ![]() (image error) Size: 2.3 KiB After ![]() (image error) Size: 2.3 KiB ![]() ![]() |
Loading…
Add table
Reference in a new issue