make geode inside smoother

This commit is contained in:
cora 2022-07-03 22:31:05 +02:00
parent 4b95185fba
commit ea99341f94
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ local function makegeode(pos,def,pr)
set_node_no_bedrock(v,{name="mcl_amethyst:budding_amethyst_block"})
end
all_amethyst = false
elseif an.name ~= "mcl_amethyst:amethyst_block" and an.name ~= "air" then
elseif an.name ~= "mcl_amethyst:amethyst_block" and an.name ~= "air" and an.name ~= "mcl_amethyst:budding_amethyst_block" then
all_amethyst = false
end
end