fix(comparator): 改进比较器检测逻辑并更新安装程序版本

- 在test_comparator.lua和chest_sorter.lua中添加方法4检测redstone接口的比较器功能
- 为比较器名称查找添加更精确的匹配逻辑
- 更新installer.lua中的版本号至0.3.8 Beta 23
This commit is contained in:
2025-09-05 22:24:24 +08:00
parent ece13d7bd4
commit 69d5d36718
3 changed files with 45 additions and 5 deletions

View File

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