starlit  Diff

Differences From Artifact [d021d078eb]:

To Artifact [d81d22bdc5]:


1
2
3
4
5
6
7
8
9
local ident = minetest.get_current_modname()
local path = minetest.get_modpath(ident)

local lib = {}
_G[ident] = lib

local function
component(name)
	local p = string.format('%s/%s.lua', path, name)
|
|







1
2
3
4
5
6
7
8
9
local ident = core.get_current_modname()
local path = core.get_modpath(ident)

local lib = {}
_G[ident] = lib

local function
component(name)
	local p = string.format('%s/%s.lua', path, name)