mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 15:17:01 +00:00
fix: 修复turtle_miner.lua中缺少的end语句并更新安装器版本
修复turtle_miner.lua文件中isChest函数缺少的end语句,同时将安装器版本更新至0.3.8 Beta 14
This commit is contained in:
@@ -49,6 +49,7 @@ local function isChest(block_data)
|
||||
end
|
||||
end
|
||||
return false
|
||||
end
|
||||
|
||||
|
||||
-- 检查燃料是否充足
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
-- LeonOS installer
|
||||
local INSTALLER_VERSION = "0.3.8 Beta 13"
|
||||
local INSTALLER_VERSION = "0.3.8 Beta 14"
|
||||
local DEFAULT_ROM_DIR = "/leonos"
|
||||
|
||||
print("Start loading LeonOS installer ("..INSTALLER_VERSION..")...")
|
||||
|
||||
Reference in New Issue
Block a user