mirror of
https://github.com/minefaco/stripped_tree.git
synced 2024-11-19 22:13:50 +01:00
8 lines
122 B
Lua
8 lines
122 B
Lua
--Register axes
|
|
local axe_types = {
|
|
"axe_mitrhil",
|
|
"axe_silver",
|
|
}
|
|
|
|
stripped_tree.register_axes("moreores",axe_types)
|