1
0
鏡像自 https://github.com/minetest-mods/3d_armor.git 已同步 2025-10-17 08:05:30 +02:00

Update init.lua

fix typo in condition
此提交包含在:
Donat
2014-09-28 15:39:31 +04:00
父節點 4415e2b33b
當前提交 abf445014e

查看文件

@@ -54,7 +54,7 @@ local craft_ingreds = {
gold = "default:gold_ingot",
}
if has_moreores then
if use_moreores then
craft_ingreds.mithril = "moreores:mithril_ingot"
end