Izzy b61421a003 progress. hedges grow, definition functions work. hedges don't spread.
the pine needle root doesn't composite properly.
2013-10-14 00:12:52 -07:00

8 lines
95 B
Lua

local modpath = minetest.get_modpath("hedges")
hedges = {}
dofile(modpath.."/hedges.lua")