From ea99341f940a745c5820bbe5c05497f7cc082a43 Mon Sep 17 00:00:00 2001 From: cora Date: Sun, 3 Jul 2022 22:31:05 +0200 Subject: [PATCH] make geode inside smoother --- mods/MAPGEN/mcl_structures/geode.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/MAPGEN/mcl_structures/geode.lua b/mods/MAPGEN/mcl_structures/geode.lua index c8e59b5c9..8bcd13310 100644 --- a/mods/MAPGEN/mcl_structures/geode.lua +++ b/mods/MAPGEN/mcl_structures/geode.lua @@ -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