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