1
0
mirror of https://github.com/Splizard/minetest-mod-snow.git synced 2025-06-30 23:30:22 +02:00

Small fixes for the latest version of minetest.

This commit is contained in:
Splizard
2015-01-12 11:12:51 +13:00
parent 37ecfd02a8
commit f99ba3a1f6
3 changed files with 8 additions and 1 deletions

View File

@ -130,6 +130,12 @@ minetest.override_item("default:snow", {
}
}
},
node_box = {
type = "leveled",
fixed = {
{-0.5, -0.5, -0.5, 0.5, -0.5+2/16, 0.5},
},
},
groups = {cracky=3, crumbly=3, choppy=3, oddly_breakable_by_hand=3,falling_node=1, melts=2, float=1},
sunlight_propagates = true,
--Disable placement prediction for snow.