镜像自地址
https://github.com/tacigar/maidroid.git
已同步 2025-10-16 06:05:22 +02:00
[FIX] Use dye_core_map
这个提交包含在:
@@ -110,7 +110,7 @@ local dye_core_map = {
|
||||
|
||||
if (listname == "fuel" and itemname == "default:coal_lump") then
|
||||
return stack:get_count()
|
||||
elseif listname == "dye" and minetest.get_item_group(itemname, "dye") > 0 then
|
||||
elseif listname == "dye" and dye_core_map[itemname] ~= nil then
|
||||
return stack:get_count()
|
||||
elseif listname == "core" and maidroid.is_core(itemname) then
|
||||
return stack:get_count()
|
||||
|
在新工单中引用
屏蔽一个用户