10 lines
332 B
Lua
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")
|
|
|