3 lines
75 B
Lua
3 lines
75 B
Lua
|
local path = minetest.get_modpath("flowerpots")
|
||
|
|
||
|
dofile(path.."/nodes.lua")
|