Add load message into the "action" log

This commit is contained in:
sys4-fr 2018-12-31 16:57:30 +01:00
父節點 489edaf43a
當前提交 864f0bcf28
共有 1 個文件被更改,包括 2 次插入0 次删除

查看文件

@ -419,3 +419,5 @@ if minetest.get_modpath("bonemeal") and bonemeal then
bonemeal:add_crop({{"farming:tomato_", 8, "farming:tomato"}})
end
end
minetest.log("action", "[morefarming] loaded.")