write something there

This commit is contained in:
N-Nachtigal 2025-05-04 16:01:41 +02:00
commit b4b6c08f4f
8546 changed files with 309825 additions and 0 deletions

View file

@ -0,0 +1,7 @@
local path = minetest.get_modpath("nightshade")
dofile(path .. "/nodes.lua")
dofile(path .. "/mapgen.lua")
dofile(path .. "/crafting.lua")
--dofile(path .. "/fireflies.lua")
dofile(path .. "/moreblocks.lua")