Skip to content

Commit 614e9cf

Browse files
committedNov 10, 2016
Default: Make snow walkable again
1 parent 6e00dde commit 614e9cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎mods/default/nodes.lua

-1
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@ minetest.register_node("default:snow", {
442442
paramtype = "light",
443443
buildable_to = true,
444444
floodable = true,
445-
walkable = false,
446445
drawtype = "nodebox",
447446
node_box = {
448447
type = "fixed",

0 commit comments

Comments
 (0)
Please sign in to comment.