mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-21 17:15:32 +01:00
initial commit
subgame + mods
This commit is contained in:
16
mods/fishing/init.lua
Executable file
16
mods/fishing/init.lua
Executable file
@@ -0,0 +1,16 @@
|
||||
--[[
|
||||
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")
|
||||
Reference in New Issue
Block a user