Commit Graph

13 Commits

Author SHA1 Message Date
Vanessa Ezekowitz 10ce68961f update to match the renaming of plants_lib --> biome_lib 2015-08-09 10:34:53 -04:00
Vanessa Ezekowitz adecd4b1ea add support for the default stairs mod
renamed the relevant enable setting
2015-07-19 16:00:30 -04:00
Vanessa Ezekowitz f6dfb6c23e spawn whole trees by default
instead of saplings
2014-10-05 14:15:15 -04:00
Vanessa Ezekowitz 94d1b5f461 set leaves to dissapear on decay by default
instead of dropping as items
2014-10-05 14:13:53 -04:00
Vanessa Ezekowitz ff0df53829 add acacia trees
grows in the desert near the edges of the biome
2014-08-24 03:14:08 -04:00
Vanessa Ezekowitz 8581d3654e Make all leaves drop as items during decay by default.
This behavior can be disabled by setting...

moretrees.decay_leaves_as_items = false

...in moretrees_settings.txt in your world folder, in which case leaves will
simply disappear during decay, as usual.
2014-07-13 03:41:31 -04:00
Vanessa Ezekowitz 235e002d8f Make regular cubical leaves the default again, since plantlike leaves don't
wave with shaders.
2013-11-21 18:50:53 -05:00
Vanessa Ezekowitz e1baf2018b Made it possible via moretrees config to force all moretrees, default, and
default jungle tree leaves to be plantlike drawtype.

The default setting is now plantlike.  Change moretres_settings.txt in
your world folder if you don't like it.

Rearranged a bit of code to accommodate this.
2013-11-14 18:05:37 -05:00
Vanessa Ezekowitz fa64297c09 Fix leafdecay along unloaded block boundaries
Also added separate check and variable for decaying default jungle leaves.
2013-10-17 17:48:49 -04:00
Vanessa Ezekowitz b320a7db8f All leaf decay values sped up a bit and palm leaf decay radius changed
to 15, by default (does not affect existing world - admins will need to
change the moretrees_settings.txt file manually, if so desired)

Palms make more saplings now. (Affects all worlds)
2013-10-02 13:43:50 -04:00
Vanessa Ezekowitz fad79d86b7 add option to spawn saplings instead of fully-grown trees at mapgen
time.  Such saplings will grow very quickly into a tree, compared to a
planted sapling.  Defaults to spawning saplings.

add custom jungle tree sapling, alias default one to that, so that
moretrees will be able to grow its own jungle trees.

fix tree density bug
2013-09-14 22:44:32 -04:00
Vanessa Ezekowitz d32993e355 Made moreblocks dependency optional and configurable 2013-07-22 03:55:12 -04:00
Vanessa Ezekowitz 8a1ebec951 Made settings world-specific - look for moretrees_settings.txt in your world
folder.  If it isn't found, the mod will create it with the contents of
default_settings.txt and then read those default settings and use them.
Otherwise, it will read its settings from the world folder.
2013-04-09 00:15:24 -04:00