From d971f492e0939d85bb55361d028dd0fe9428be63 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 16 Nov 2020 16:03:10 -0500 Subject: loadAPI got depcreated; Renamed Apps to Programs --- System/boot.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'System/boot.lua') diff --git a/System/boot.lua b/System/boot.lua index 35d212b..2b81f8f 100644 --- a/System/boot.lua +++ b/System/boot.lua @@ -23,6 +23,15 @@ print("Starting up bits-UI ".. version .."...") print(_HOST) +--[[ +if os.version == "CraftOS 1.8" then + print("[OK] Running on the latest version of CraftOS...") + sleep(2) +else + print("You are not running CraftOS 1.8. Boot process halted.") + sleep(2) + os.shutdown() +end]]-- if term.isColor() then term.setTextColor(colors.green) -- cgit v1.2.3