Add sea pickles
This commit is contained in:
parent
f691b31423
commit
b77307b7ac
11 changed files with 203 additions and 0 deletions
|
@ -9,3 +9,6 @@ dofile(minetest.get_modpath(minetest.get_current_modname()).."/seagrass.lua")
|
|||
|
||||
-- Kelp
|
||||
dofile(minetest.get_modpath(minetest.get_current_modname()).."/kelp.lua")
|
||||
|
||||
-- Sea Pickle
|
||||
dofile(minetest.get_modpath(minetest.get_current_modname()).."/sea_pickle.lua")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue