Add seagrass on dirt
This commit is contained in:
parent
4dcbe75e84
commit
a714751f8b
3 changed files with 101 additions and 0 deletions
|
@ -3,3 +3,6 @@ dofile(minetest.get_modpath(minetest.get_current_modname()).."/prismarine.lua")
|
|||
|
||||
-- Corals
|
||||
dofile(minetest.get_modpath(minetest.get_current_modname()).."/corals.lua")
|
||||
|
||||
-- Seagrass
|
||||
dofile(minetest.get_modpath(minetest.get_current_modname()).."/seagrass.lua")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue