Sunlight propagates through top snow

This commit is contained in:
Wuzzy 2017-03-02 17:31:21 +01:00
parent f8bab7e8f8
commit dcadffeaf9
1 changed files with 1 additions and 0 deletions

View File

@ -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,