Default: Thicker snow nodebox

This commit is contained in:
paramat 2015-07-24 01:24:13 +01:00
parent 2885ae6018
commit cbea61e8dd
1 changed files with 5 additions and 5 deletions

View File

@ -356,7 +356,7 @@ minetest.register_node("default:snow", {
node_box = {
type = "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.25, 0.5},
},
},
groups = {crumbly = 3, falling_node = 1},