mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-18 07:15:10 +00:00
Destroy top snow by liquids
This commit is contained in:
parent
dcadffeaf9
commit
d077fe733b
1 changed files with 1 additions and 0 deletions
|
@ -1670,6 +1670,7 @@ minetest.register_node("mcl_core:snow", {
|
||||||
buildable_to = true,
|
buildable_to = true,
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
|
floodable = true,
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {
|
fixed = {
|
||||||
|
|
Loading…
Reference in a new issue