1
0

Updated API to allow for height controls.

Este cometimento está contido em:
Vanessa Ezekowitz
2012-12-17 16:01:16 -05:00
ascendente 7006416227
cometimento f9df1b5965
4 ficheiros modificados com 2 adições e 13 eliminações

Ver ficheiro

@@ -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..")")