1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-11-25 17:34:48 +00:00

Only render breaking animation on the part being hit

This commit is contained in:
SquidDev
2017-05-11 20:49:47 +01:00
parent 7169abcd7b
commit 6b364052c7
3 changed files with 131 additions and 0 deletions

View File

@@ -1061,4 +1061,10 @@ public class TileCable extends TileModemBase
}
//System.out.println( "Visited "+visited+" common" );
}
@Override
public boolean canRenderBreaking()
{
return true;
}
}