diff --git a/mods/ITEMS/mcl_core/nodes.lua b/mods/ITEMS/mcl_core/nodes.lua index 33ed93aa9..5fe77ce56 100644 --- a/mods/ITEMS/mcl_core/nodes.lua +++ b/mods/ITEMS/mcl_core/nodes.lua @@ -1666,6 +1666,7 @@ minetest.register_node("mcl_core:snow", { wield_scale = { x=1, y=1, z=1 }, is_ground_content = true, paramtype = "light", + sunlight_propagates = true, buildable_to = true, drawtype = "nodebox", stack_max = 64,