[Minor] Added a comment on what a test should be (unfortunately this doesn't work... any idea?)

pull/5/head
Sukender 2015-04-11 10:54:10 +02:00
parent 0d12d32b6d
commit 450e125938
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ local craft_ingreds = {
diamond = "default:diamond",
}
-- if minetest.global_exists(has_moreores) and has_moreores then
if has_moreores then
craft_ingreds.mithril = "moreores:mithril_ingot"
end