Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changed snow nodebox to 'walkable = false'
Allows walking in, and prevents being trapped in, 2 node high spaces.
Simulates player's feet sinking into snow.
Easier jumping up onto nodes with snow.
  • Loading branch information
DonBatman authored and paramat committed Aug 9, 2016
1 parent 14b99a7 commit 61a197f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mods/default/nodes.lua
Expand Up @@ -422,6 +422,7 @@ minetest.register_node("default:snow", {
paramtype = "light",
buildable_to = true,
floodable = true,
walkable = false,
drawtype = "nodebox",
node_box = {
type = "fixed",
Expand Down

0 comments on commit 61a197f

Please sign in to comment.