mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-12-14 04:00:30 +00:00
Add about program for easier version identification (#936)
This commit is contained in:
parent
ca367e7cc7
commit
9f539dbd59
@ -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)
|
Loading…
Reference in New Issue
Block a user