mirror of
https://github.com/Splizard/minetest-mod-snow.git
synced 2024-12-29 16:00:16 +01:00
Quick Fix.. still call this 3.2
This commit is contained in:
parent
6b3b4a8702
commit
02e64c9d1b
@ -130,10 +130,11 @@ minetest.override_item("default:snow", {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
leveled = 7,
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "leveled",
|
type = "leveled",
|
||||||
fixed = {
|
fixed = {
|
||||||
{-0.5, -0.5, -0.5, 0.5, -0.5+2/16, 0.5},
|
{-0.5, -0.5, -0.5, 0.5, -0.5, 0.5},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
groups = {cracky=3, crumbly=3, choppy=3, oddly_breakable_by_hand=3,falling_node=1, melts=2, float=1},
|
groups = {cracky=3, crumbly=3, choppy=3, oddly_breakable_by_hand=3,falling_node=1, melts=2, float=1},
|
||||||
|
Loading…
Reference in New Issue
Block a user