mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-31 13:42:59 +00:00 
			
		
		
		
	Remove support for clicking in off-hand pocket computers
This was broken/commented out already as part of the 1.20 update. I don't think this is really going to be easy to add back without a lot of reflection, so going to remove this feature instead. Closes #1471.
This commit is contained in:
		| @@ -42,7 +42,6 @@ public class NoTermComputerScreen<T extends AbstractComputerMenu> extends Screen | ||||
| 
 | ||||
|     @Override | ||||
|     protected void init() { | ||||
|         // FIXME: passEvents = true; // Pass mouse vents through to the game's mouse handler. | ||||
|         // First ensure we're still grabbing the mouse, so the user can look around. Then reset bits of state that | ||||
|         // grabbing unsets. | ||||
|         minecraft.mouseHandler.grabMouse(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jonathan Coates
					Jonathan Coates