mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-30 13:13:00 +00:00 
			
		
		
		
	Sync computer state through TE data
Previously we would send computer state (labels, id, on/off) through the ClientComputer rather than as part of the TE description. While this mostly worked fine, it did end up making things more complex than they needed to be. We sync most data to the tile each tick, so there's little risk of things getting out of date.
This commit is contained in:
		| @@ -1,12 +0,0 @@ | ||||
| /* | ||||
|  * This file is part of ComputerCraft - http://www.computercraft.info | ||||
|  * Copyright Daniel Ratcliffe, 2011-2017. Do not distribute without permission. | ||||
|  * Send enquiries to dratcliffe@gmail.com | ||||
|  */ | ||||
|  | ||||
| package dan200.computercraft.shared.common; | ||||
|  | ||||
| public interface ITerminalTile | ||||
| { | ||||
|     ITerminal getTerminal(); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 SquidDev
					SquidDev