Upload files to "/"

This commit is contained in:
Mavori 2025-06-27 17:38:11 +02:00
commit 52d49224b7
5 changed files with 2804 additions and 0 deletions

12
api.lua Normal file
View 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
--