forked from VoxeLibre/VoxeLibre
Destroy top snow by liquids
This commit is contained in:
parent
dcadffeaf9
commit
d077fe733b
|
@ -1670,6 +1670,7 @@ minetest.register_node("mcl_core:snow", {
|
|||
buildable_to = true,
|
||||
drawtype = "nodebox",
|
||||
stack_max = 64,
|
||||
floodable = true,
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
|
|
Loading…
Reference in New Issue