changed true to false

master
DonBatman 2016-08-07 21:10:29 -07:00
parent 5cc780204e
commit c034e1e9b3
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ minetest.register_node("default:snow", {
paramtype = "light", paramtype = "light",
buildable_to = true, buildable_to = true,
floodable = true, floodable = true,
walkable = true, walkable = false,
drawtype = "nodebox", drawtype = "nodebox",
node_box = { node_box = {
type = "fixed", type = "fixed",