2024-10-12 05:43:54 -05:00

10 lines
332 B
Lua

-- LUALOCALS < ---------------------------------------------------------
local minetest, nodecore
= minetest, nodecore
-- LUALOCALS > ---------------------------------------------------------
local modname = minetest.get_current_modname()
minetest.register_alias(modname.. ":shelf_thatch", "wc_basket:shelf_thatch")