remove moreores hoes (inc. within moreores now)

This commit is contained in:
tenplus1 2021-01-01 20:58:43 +00:00
parent 303fc017e0
commit 95dd74cc15
1 changed files with 2 additions and 2 deletions

View File

@ -481,7 +481,7 @@ if minetest.get_modpath("moreores") then
{"", "", "group:stick"}
}
})
--[[
farming.register_hoe(":moreores:hoe_silver", {
description = S("%s Hoe"):format(S("Silver")),
inventory_image = "moreores_tool_silverhoe.png",
@ -510,5 +510,5 @@ if minetest.get_modpath("moreores") then
minetest.override_item("moreores:hoe_mithril", {
original_description = desc,
description = toolranks.create_description(desc)})
end
end]]
end