1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-23 02:00:28 +02:00

one of the previous changes screwed up spawning jungle grass while trying to

fix the waterlily bug.  Reverted it.

This should, however, finally fix jungle grass turning into dry shrubs when it
shouldn't, and the list of growing surfaces seems to work properly now.  Will
fix the waterlily bug later.
This commit is contained in:
Vanessa Ezekowitz
2012-12-02 17:51:17 -05:00
parent e3a9d05871
commit 46ae097460
3 changed files with 44 additions and 42 deletions

View File

@ -65,7 +65,7 @@ ocount: There must be at least this many of the above neighbors around the
node the plant is about to spawn on for it to happen. Defaults to
0.
facedir: The value passed to the param2 variable when adding the plant node
to the map. Defaults to 0 if left out or set to nil.
to the map. Defaults to 0.
-----
The second function, grow_plants() is defined like so: