coral can be placed on ethereal:sandy nodes

This commit is contained in:
tenplus1 2024-07-15 06:46:44 +01:00
parent 46f6ec0727
commit aa1c90a6ef

View File

@ -192,7 +192,7 @@ local function register_coral(name, description, texture)
return
end
if def_down.name ~= "default:sand" then
if def_down.name ~= "default:sand"and def_down.name ~= "ethereal:sandy" then
return
end