Upload files to "lwcomponents"
This commit is contained in:
parent
a39021cc61
commit
c18ae4e284
5 changed files with 2804 additions and 0 deletions
12
lwcomponents/api.lua
Normal file
12
lwcomponents/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