forked from mtcontrib/minetest-mod-snow
Merge branch 'master' of https://github.com/Splizard/minetest-mod-snow
This commit is contained in:
commit
0e5f469c3b
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue
Block a user