Skip to content
Snippets Groups Projects
  1. Jun 23, 2016
  2. Jun 22, 2016
  3. Jun 15, 2016
  4. Jun 14, 2016
  5. Jun 10, 2016
  6. Jun 09, 2016
  7. Jun 08, 2016
  8. Jun 05, 2016
  9. Jun 04, 2016
  10. Jun 01, 2016
  11. May 31, 2016
  12. May 28, 2016
    • Milan's avatar
      update submodules · 5bb740ca
      Milan authored
      5bb740ca
    • Auke Kok's avatar
      cherry-pick from github.com/minetest/minetest_game> Default: Convert saplings to use node timers · 0da14dbb
      Auke Kok authored and Milan's avatar Milan committed
      Each sapling is given a single node timer that is between
      2 and 4 days of game play time (40-80 minutes). If you walk out
      of the zone, and come back later, the tree will always grow
      to full if the timer has elapsed.
      
      Because trees.lua is all functions, it needs to be parsed before
      nodes.lua, since that references some of its functions. Hence,
      change the order of parsing here. Otherwise saplings would not
      grow to full.
      0da14dbb
Loading