Skip to content

Commit

Permalink
remove moreores hoes (inc. within moreores now)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenplus1 committed Jan 1, 2021
1 parent 303fc01 commit 95dd74c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hoes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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

0 comments on commit 95dd74c

Please sign in to comment.