From 0b5a9c614560c6ccf22f2ff6d875478109f6d785 Mon Sep 17 00:00:00 2001 From: IIIullaIII Date: Sun, 2 Jan 2022 21:44:20 +0100 Subject: [PATCH] Update canapa_ice.lua --- canapa_ice.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canapa_ice.lua b/canapa_ice.lua index f88842c..25f076e 100644 --- a/canapa_ice.lua +++ b/canapa_ice.lua @@ -84,7 +84,7 @@ function minetest.grow_canapa_ice(pos, node) pos.y = pos.y - 1 local name = minetest.get_node(pos).name if name ~= "default:sand" - --and name ~= "farming:soil_wet" + and name ~= "farming:soil_wet" --and name ~= "farming:soil" and name ~= "default:silver_sand" and name ~= "default:dirt_with_snow"