stripped_tree/moreores.lua
2020-12-20 13:34:15 -05:00

10 lines
166 B
Lua

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