Updated API to allow for height controls.

This commit is contained in:
Vanessa Ezekowitz
2012-12-17 16:01:16 -05:00
parent 7006416227
commit f9df1b5965
4 changed files with 2 additions and 13 deletions

View File

@ -177,13 +177,5 @@ find_first_node = function(pos, height_limit, nodelist)
return nil
end
print("[Plantlife] Loaded!")
local enstr = ""
if enabled_flowers then enstr = enstr.." flowers" end
if enabled_junglegrass then enstr = enstr.." junglegrass" end
if enabled_poisonivy then enstr = enstr.." poisonivy" end
if enstr == "" then enstr = "...er...nothing!" end
print("[Plantlife] Loaded (enabled"..enstr..")")