Sergei Mozhaisky 269446b970 new mod: flint
2020-01-15 14:28:46 +00:00

18 lines
146 B
Lua

local modpath = minetest.get_modpath(minetest.get_current_modname())
dofile(modpath.."/nodes.lua")
dofile(modpath.."/crafting.lua")