forked from thunderdog1138/star_wars
Update 'mods/ethereal/sealife.lua'
This commit is contained in:
parent
43ffc36679
commit
288e20349a
|
@ -35,7 +35,7 @@ minetest.register_craft( {
|
|||
if ethereal.sealife == 1 then
|
||||
minetest.register_abm({
|
||||
label = "Grow coral/seaweed",
|
||||
nodenames = {"ethereal:sandy"},
|
||||
nodenames = {"default:sand"},
|
||||
neighbors = {"group:water"},
|
||||
interval = 15,
|
||||
chance = 10,
|
||||
|
|
Loading…
Reference in New Issue