From 184e475cce812fe8a78d523c55f241e68e5d7794 Mon Sep 17 00:00:00 2001 From: MoNTE48 Date: Sun, 28 Feb 2021 10:13:58 +0100 Subject: [PATCH] Minor fix for `snow_cover` node --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 809b63f..3f641c1 100644 --- a/init.lua +++ b/init.lua @@ -174,6 +174,7 @@ if snow_covers then minetest.register_node("weather_lite:snow_cover", { tiles = {"blank.png"}, drawtype = "signlike", + paramtype = "light", buildable_to = true, groups = {not_in_creative_inventory = 1, dig_immediate = 3}, on_construct = function(pos)