1
0
mirror of https://github.com/Splizard/minetest-mod-snow.git synced 2025-02-06 07:50:18 +01:00

Fix snow walkability

Fixes stair-like snow slopes
This commit is contained in:
HybridDog 2018-08-07 15:50:50 +02:00
parent de45f53153
commit 036f502968

View File

@ -396,6 +396,10 @@ minetest.override_item("default:snow", {
type = "leveled",
fixed = {-0.5, -0.5, -0.5, 0.5, -0.5, 0.5},
},
collision_box = {
type = "leveled",
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},