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

1
mod.conf Normal file

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

@ -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},