Skip to content

Commit

Permalink
Fix snow walkability
Browse files Browse the repository at this point in the history
Fixes stair-like snow slopes
  • Loading branch information
HybridDog committed Aug 7, 2018
1 parent de45f53 commit 036f502
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/nodes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit 036f502

Please sign in to comment.