Skip to content
Snippets Groups Projects
Commit 61a197ff authored by DonBatman's avatar DonBatman Committed by paramat
Browse files

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.
parent 14b99a72
No related branches found
No related tags found
No related merge requests found
......@@ -422,6 +422,7 @@ minetest.register_node("default:snow", {
paramtype = "light",
buildable_to = true,
floodable = true,
walkable = false,
drawtype = "nodebox",
node_box = {
type = "fixed",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment