Upload files to "/"
This commit is contained in:
parent
fa5c8d6faf
commit
52d49224b7
5 changed files with 2804 additions and 0 deletions
12
api.lua
Normal file
12
api.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
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
|
||||
|
||||
|
||||
|
||||
--
|
Loading…
Add table
Add a link
Reference in a new issue