This commit is contained in:
Quentin Quaadgras 2018-04-23 22:42:46 +12:00
commit 0e5f469c3b
2 changed files with 7 additions and 3 deletions

1
mod.conf Normal file
View File

@ -0,0 +1 @@
name = snow

View File

@ -389,11 +389,14 @@ minetest.override_item("default:snow", {
}
},
leveled = 7,
paramtype2 = "leveled",
node_box = {
type = "leveled",
fixed = {
{-0.5, -0.5, -0.5, 0.5, -0.5, 0.5},
},
fixed = {-0.5, -0.5, -0.5, 0.5, -0.5, 0.5},
},
selection_box = {
type = "leveled",
fixed = {-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},