mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-04 23:31:05 +01:00
4 lines
80 B
Lua
4 lines
80 B
Lua
|
local path = minetest.get_modpath("mcl_flowerpots")
|
||
|
|
||
|
dofile(path.."/nodes.lua")
|