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