mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-30 21:23:00 +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:
		| @@ -376,7 +376,7 @@ public class TileTurtle extends TileComputerBase | ||||
|     @Override | ||||
|     protected boolean isRedstoneBlockedOnSide( int localSide ) | ||||
|     { | ||||
|         return hasPeripheralUpgradeOnSide( localSide ); | ||||
|         return false; | ||||
|     } | ||||
|  | ||||
|     // IDirectionalTile | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Ratcliffe
					Daniel Ratcliffe