Skip to content
Snippets Groups Projects
  1. Jan 02, 2019
    • Paramat's avatar
      Add large cactus seedling · 6688ddf6
      Paramat authored
      Alter 'large cactus' schematic to place another force-placed cactus node,
      to replace the cactus seedling on growth.
      Make schematic 5x7x5 to solve rotation, placement and protection check
      issues.
      Add a y-slice probability for height variation.
      
      Growth time is tuned to not make this a faster way to obtain cactus nodes
      compared to normal cactus farming.
      Seedling texture by Extex101.
      
      Use sapling/seedling description in protection intersection message in
      'sapling_on_place' function.
      Unverified
      6688ddf6
  2. Dec 22, 2018
  3. Dec 20, 2018
  4. Dec 08, 2018
  5. Dec 07, 2018
  6. Nov 28, 2018
  7. Nov 16, 2018
  8. Nov 15, 2018
  9. Nov 09, 2018
  10. Nov 02, 2018
  11. Oct 29, 2018
  12. Oct 27, 2018
  13. Oct 18, 2018
  14. Oct 14, 2018
  15. Oct 11, 2018
  16. Oct 09, 2018
  17. Oct 04, 2018
  18. Sep 25, 2018
  19. Sep 24, 2018
  20. Sep 21, 2018
  21. Sep 14, 2018
  22. Sep 03, 2018
    • 12Me21's avatar
      Stairs: Safer slab name check · aafe31c1
      12Me21 authored
      Before, it checked if the node name *contained* "stairs:slab_", which could detect
      things like "xxxxxstairs:slab_xxxx". Changed the pattern to "^stairs:slab_".
      aafe31c1
  23. Sep 02, 2018
  24. Aug 28, 2018
  25. Aug 24, 2018
  26. Aug 23, 2018
  27. Aug 22, 2018
  28. Aug 21, 2018
  29. Aug 11, 2018
  30. Aug 04, 2018
  31. Jul 31, 2018
    • Paramat's avatar
      sfinv, player_api mods: Fix and cleanup README and license files · ab3b1a35
      Paramat authored
      sfinv:
      Move license information to create the missing license.txt file.
      Make README consistent with other Minetest Game mods.
      
      player_api:
      Add missing texture and sound credits to README.
      Update and add extra license information.
      
      default:
      Remove credit for 'player_damage.ogg' sound.
      Unverified
      ab3b1a35
  32. Jul 30, 2018
  33. Jul 26, 2018
  34. Jul 24, 2018
  35. Jul 17, 2018
    • Paramat's avatar
      Flora spread: Reduce maximum density · bf3efa0b
      Paramat authored
      Previously, maximum flora density was chosen based on the extremely rare
      occurrence of all 8 flowers being at high density at one location. This
      caused flora everywhere to spread to an unacceptably high density.
      
      Revert the threshold to 3, which in testing results in a more acceptable
      maximum density of 7 flora per 9x9 area.
      Unverified
      bf3efa0b
Loading