diff --git a/deco_plants.lua b/deco_plants.lua index 8e41e5b..dc724c7 100644 --- a/deco_plants.lua +++ b/deco_plants.lua @@ -121,7 +121,7 @@ for _, plant in ipairs(fun_caves.plantlist) do --light_source = 14, paramtype = "light", light_source = plant.light_source, - walkable = false, + walkable = true, groups = groups, selection_box = { type = "fixed", diff --git a/elixir.lua b/elixir.lua index b681e02..3450979 100644 --- a/elixir.lua +++ b/elixir.lua @@ -144,7 +144,6 @@ if count > 15 then 'fun_caves:syrup', 'group:elixir_ingredient', 'group:elixir_ingredient', - 'group:elixir_ingredient', }, }) @@ -158,7 +157,7 @@ if count > 15 then local name = old_craft_grid[i]:get_name() if name ~= '' and name ~= 'fun_caves:syrup' and not name:find('green_slimeball$') then ingredients[#ingredients+1] = name - print(name) + --print(name) end end end)