stripped_tree/moreores.lua

10 lines
166 B
Lua
Raw Normal View History

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