Skip to content
Snippets Groups Projects
  1. Jan 27, 2013
  2. Jan 26, 2013
    • Vanessa Ezekowitz's avatar
      Changed plants_lib API to require a table argument when not using legacy · 68a6ce43
      Vanessa Ezekowitz authored
      calling options.  This opens the door for even more features in the future.
      Changed flowers, junglegrass, poisonivy to match.
      
      Made plants lib faster in some places, especially the surface-hunting
      algorithm, and especially over water.  Fixed a few other misc. bugs.
      
      Made growth code properly execute all biome-control code before executing
      any string-named function or spawn_tree().
      
      Tuned flowers settings.  Made flowers require at least some light to spawn,
      made waterlilies require shallower water.  Fixed a bug in water depth detection
      and made water depth depend on whether the bottom of the water area is dirt,
      dirt with grass, or sand, rather than just anything.
      
      Made waterlilies randomly rotate on spawning to break up the patterns (now has
      16 orientations with the help of nodeboxes and facedir, requires only 3 new
      nodes). Smoothed edges of the regular waterlily texture.  Made all flowers and
      water- lilies spawn using only 3 ABM calls instead of 8.
      
      Got rid of colon prefix node def overrides on all plants, since this is a
      modpack now instead of an integrated mod.  Fixed a misspelled folder name for
      poisonivy.
      
      Fixed a bug in the wall detection routine - it returned the last wall found,
      not the first.
      
      Made the top-side-check for air only apply when spawning on top of the
      target rather than its sides/bottom.
      
      Many other features and enhancements have been made.  Too many to list here.
      Please see API.txt for details.
      68a6ce43
  3. Jan 24, 2013
  4. Jan 22, 2013
  5. Jan 20, 2013
  6. Jan 19, 2013
  7. Jan 12, 2013
  8. Jan 11, 2013
  9. Jan 10, 2013
  10. Jan 05, 2013
  11. Dec 29, 2012
  12. Dec 17, 2012
  13. Dec 10, 2012
  14. Dec 05, 2012
  15. Dec 03, 2012
  16. Dec 02, 2012
Loading