mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-05 10:00:26 +01:00
17 lines
338 B
Lua
17 lines
338 B
Lua
|
--[[
|
||
|
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")
|