forked from VoxeLibre/VoxeLibre
Sunlight propagates through top snow
This commit is contained in:
parent
f8bab7e8f8
commit
dcadffeaf9
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue