Files
luanti-stripped-tree/moreores.lua
Gergely Polonkai a4f537f625 Make the register_axes function always available
It’s still a no-op if the required setting is disabled, but it removes some strain from the Lua interpreter by being
unconditionally available.
2025-12-09 21:42:30 +01:00

5 lines
117 B
Lua

-- Register axes
local axe_types = {"axe_mithril", "axe_silver"}
stripped_tree.register_axes("moreores", axe_types)