Differences From Artifact [d021d078eb]:
- File mods/vtlib/init.lua — part of check-in [caec179da9] at 2025-01-19 19:05:09 on branch trunk — add to lore, add weather data, etc (user: lexi, size: 703) [annotate] [blame] [check-ins using]
To Artifact [d81d22bdc5]:
- File mods/vtlib/init.lua — part of check-in [4732f8d454] at 2025-01-19 19:18:55 on branch trunk — we have always been at war with east minecraft (user: lexi, size: 695) [annotate] [blame] [check-ins using]
1 -local ident = minetest.get_current_modname() 2 -local path = minetest.get_modpath(ident) 1 +local ident = core.get_current_modname() 2 +local path = core.get_modpath(ident) 3 3 4 4 local lib = {} 5 5 _G[ident] = lib 6 6 7 7 local function 8 8 component(name) 9 9 local p = string.format('%s/%s.lua', path, name)