Epic/mods/fishing/readme.txt

20 lines
1.3 KiB
Plaintext

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