mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-12-13 11:40:29 +00:00
Peripherals no longer break turtle<->redstone connectivity
I can't think of a good reason for this feature tbh
This commit is contained in:
parent
f99caed4f2
commit
8abff95441
@ -376,7 +376,7 @@ public class TileTurtle extends TileComputerBase
|
||||
@Override
|
||||
protected boolean isRedstoneBlockedOnSide( int localSide )
|
||||
{
|
||||
return hasPeripheralUpgradeOnSide( localSide );
|
||||
return false;
|
||||
}
|
||||
|
||||
// IDirectionalTile
|
||||
|
Loading…
Reference in New Issue
Block a user