13 lines
215 B
Lua
13 lines
215 B
Lua
local utils = ...
|
|
|
|
|
|
|
|
-- function (spawn_pos, itemstack, owner, spawner_pos, spawner_dir)
|
|
function lwcomponents.register_spawner (itemname, spawn_func)
|
|
return utils.register_spawner (itemname, spawn_func)
|
|
end
|
|
|
|
|
|
|
|
--
|