Add files via upload

This commit is contained in:
loosewheel
2021-11-14 06:04:46 +10:00
committed by GitHub
parent af812515bb
commit 92a065b591
8 changed files with 126 additions and 41 deletions

12
api.lua Normal file
View File

@@ -0,0 +1,12 @@
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
--