Upload files to "lwcomponents"

This commit is contained in:
Mavori 2025-06-27 17:41:46 +02:00
commit c18ae4e284
5 changed files with 2804 additions and 0 deletions

12
lwcomponents/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
--