mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-31 13:42:59 +00:00 
			
		
		
		
	Add about program for easier version identification (#936)
This commit is contained in:
		| @@ -71,6 +71,7 @@ | |||||||
|       :max |       :max | ||||||
|       _CC_DEFAULT_SETTINGS |       _CC_DEFAULT_SETTINGS | ||||||
|       _CC_DISABLE_LUA51_FEATURES |       _CC_DISABLE_LUA51_FEATURES | ||||||
|  |       _HOST | ||||||
|       ;; Ideally we'd pick these up from bios.lua, but illuaminate currently |       ;; Ideally we'd pick these up from bios.lua, but illuaminate currently | ||||||
|       ;; isn't smart enough. |       ;; isn't smart enough. | ||||||
|       sleep write printError read rs))) |       sleep write printError read rs))) | ||||||
|   | |||||||
| @@ -0,0 +1,4 @@ | |||||||
|  | -- Prints information about CraftOS | ||||||
|  | term.setTextColor(colors.yellow) | ||||||
|  | print(os.version() .. " on " .. _HOST) | ||||||
|  | term.setTextColor(colors.white) | ||||||
		Reference in New Issue
	
	Block a user
	 JackMacWindows
					JackMacWindows