Create init.lua

master
Xanthin 2014-09-15 11:31:43 +02:00
parent 4163cb4cc1
commit 76a83d4509
1 changed files with 16 additions and 0 deletions

16
init.lua Normal file
View 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 by Xanthin
]]
ethereal = {}
dofile(minetest.get_modpath("fishing").."/fishing.lua")
dofile(minetest.get_modpath("fishing").."/sealife.lua")