readme.txt 1.3 KB

1234567891011121314151617181920
  1. -----------------------------------------------------------------------------------------------
  2. local title = "Fishing - 4aiman's version"
  3. local version = "0.2.2.1"
  4. local mname = "fishing"
  5. -----------------------------------------------------------------------------------------------
  6. -- original by wulfsdad (http://forum.minetest.net/viewtopic.php?id=4375)
  7. -- edited version by Mossmanikin (https://forum.minetest.net/viewtopic.php?id=6480)
  8. -- License (code & textures): CC-BY-SA (3.0)
  9. -- May contain leftover code from: animal_clownfish, animal_fish_blue_white, stoneage
  10. -- Mossmanikin has looked at the code from: default, farming
  11. -- Dependencies: default
  12. -----------------------------------------------------------------------------------------------
  13. --
  14. -----------------------------------------------------------------------------------------------
  15. -- some additions were made by 4aiman to make a pole be usable w/o clicking on a bobbler,
  16. -- to make bobblers "dissapear" other bobblers only of their "owner"
  17. -- also 1 man = 1 bobbler... or so it would seem ;)
  18. -- Moreover, node_drops were fixed to be compatible with the "enchantment" mod.
  19. -----------------------------------------------------------------------------------------------