Import flowerpots mod by D00Med as mcl_flowerpots

This commit is contained in:
Wuzzy 2017-02-10 21:13:22 +01:00
parent a763dcd761
commit c4330c73f6
12 changed files with 500 additions and 0 deletions

View file

@ -0,0 +1,3 @@
local path = minetest.get_modpath("mcl_flowerpots")
dofile(path.."/nodes.lua")