mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-30 21:23:00 +00:00 
			
		
		
		
	Make monitor text glow in the dark
This commit is contained in:
		| @@ -104,6 +104,7 @@ public class TileEntityMonitorRenderer extends TileEntitySpecialRenderer<TileMon | ||||
|             // Draw the contents | ||||
|             GlStateManager.depthMask( false ); | ||||
|             GlStateManager.disableLighting(); | ||||
|             mc.entityRenderer.disableLightmap(); | ||||
|             try | ||||
|             { | ||||
|                 if( terminal != null ) | ||||
| @@ -256,6 +257,7 @@ public class TileEntityMonitorRenderer extends TileEntitySpecialRenderer<TileMon | ||||
|             finally | ||||
|             { | ||||
|                 GlStateManager.depthMask( true ); | ||||
|                 mc.entityRenderer.enableLightmap(); | ||||
|                 GlStateManager.enableLighting(); | ||||
|             } | ||||
|  | ||||
|   | ||||
| @@ -3,6 +3,7 @@ New Features in ComputerCraft 1.80: | ||||
| * Added .getResponseHeaders() to HTTP responses. | ||||
| * Return a HTTP response when a HTTP error occurs. | ||||
| * Added a GUI to change ComputerCraft config options | ||||
| * Monitor text now glows in the dark | ||||
|  | ||||
| New Features in ComputerCraft 1.79: | ||||
|  | ||||
|   | ||||
| @@ -3,5 +3,6 @@ New Features in ComputerCraft 1.80: | ||||
| * Added .getResponseHeaders() to HTTP responses. | ||||
| * Return a HTTP response when a HTTP error occurs. | ||||
| * Added a GUI to change ComputerCraft config options | ||||
| * Monitor text now glows in the dark | ||||
|  | ||||
| Type "help changelog" to see the full version history. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 SquidDev
					SquidDev