Files
lwcomponents/api.lua
2021-11-14 06:04:46 +10:00

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
--