Quick Fix.. still call this 3.2

This commit is contained in:
Splizard 2015-01-16 09:35:24 +13:00
parent 6b3b4a8702
commit 02e64c9d1b
1 changed files with 2 additions and 1 deletions

View File

@ -130,10 +130,11 @@ minetest.override_item("default:snow", {
}
}
},
leveled = 7,
node_box = {
type = "leveled",
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},