stripped_tree-cd2025/moreores.lua

10 lines
166 B
Lua
Raw Normal View History

2020-11-18 20:43:14 -05:00
--Register axes
local axe_types = {
2020-11-19 08:22:35 -05:00
"axe_mithril",
2020-11-18 20:43:14 -05:00
"axe_silver",
}
2020-12-20 13:34:15 -05:00
if not stripped_tree.ENABLE_CHISEL then
2020-11-18 20:43:14 -05:00
stripped_tree.register_axes("moreores",axe_types)
2020-12-20 13:26:53 -05:00
end