mirror of
https://github.com/minefaco/stripped_tree.git
synced 2024-11-20 06:23:43 +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)
|