stripped_tree/moreores.lua
2020-12-20 13:26:53 -05:00

10 lines
152 B
Lua

--Register axes
local axe_types = {
"axe_mithril",
"axe_silver",
}
if not ENABLE_CHISEL then
stripped_tree.register_axes("moreores",axe_types)
end