From 02e64c9d1b168fb1b02b962354e26904ccc9b24c Mon Sep 17 00:00:00 2001 From: Splizard Date: Fri, 16 Jan 2015 09:35:24 +1300 Subject: [PATCH] Quick Fix.. still call this 3.2 --- src/snowball.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/snowball.lua b/src/snowball.lua index 484e814..89a78e8 100644 --- a/src/snowball.lua +++ b/src/snowball.lua @@ -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},