mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-07 11:00:23 +01:00
2e895a7790
Pas mal de changement n’ont pas été pushé sur le github du serveur, voici l’occasion de faire une bonne synchronisation :)
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")
|