feat(turtle): 添加箱子检测功能防止误挖

在农夫和矿工乌龟程序中添加箱子检测功能,防止误挖箱子。新增CHEST_NAMES列表和isChest函数来识别箱子类型,并在收割/挖掘前进行检查。当检测到箱子时会打印警告信息并跳过操作。

同时更新安装程序版本号至0.3.8 Beta 13。
This commit is contained in:
2025-09-05 20:26:27 +08:00
parent 89c3c49061
commit 3676f7a2ce
3 changed files with 76 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
-- LeonOS installer
local INSTALLER_VERSION = "0.3.8 Beta 12"
local INSTALLER_VERSION = "0.3.8 Beta 13"
local DEFAULT_ROM_DIR = "/leonos"
print("Start loading LeonOS installer ("..INSTALLER_VERSION..")...")