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 },
|
wield_scale = { x=1, y=1, z=1 },
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
|
sunlight_propagates = true,
|
||||||
buildable_to = true,
|
buildable_to = true,
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
|
|
Loading…
Reference in New Issue