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 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) |