Update 'mods/ethereal/sealife.lua'

This commit is contained in:
thunderdog1138 2020-09-12 19:43:55 +00:00
parent 43ffc36679
commit 288e20349a
1 changed files with 1 additions and 1 deletions

View File

@ -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,