1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-18 10:40:22 +02:00
server-nalc/mods/fishing/init.lua
Ombridride 232b274c55 initial commit
subgame + mods
2014-10-28 18:01:32 +01:00

17 lines
338 B
Lua
Executable File

--[[
Fishing mod extraced out of:
Minetest Ethereal Mod 1.08 (https://forum.minetest.net/viewtopic.php?f=11&t=7656)
Created by ChinChow
Updated by TenPlus1
Extracted with little changes by Xanthin
]]
fishing = {}
dofile(minetest.get_modpath("fishing").."/fishing.lua")
--dofile(minetest.get_modpath("fishing").."/sealife.lua")