Delete api.lua

This commit is contained in:
Mavori 2025-06-27 17:40:46 +02:00
commit 30189b95f8

12
api.lua
View file

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