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:
@@ -1061,4 +1061,10 @@ public class TileCable extends TileModemBase
|
||||
}
|
||||
//System.out.println( "Visited "+visited+" common" );
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canRenderBreaking()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user