From: paramat Date: Tue, 8 Nov 2016 16:38:26 +0000 (+0000) Subject: Default: Make snow walkable again X-Git-Tag: 0.4.15~48 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=614e9cfe8d870d83c7289d697f65979249c769f3;p=oweals%2Fminetest_game.git Default: Make snow walkable again --- diff --git a/mods/default/nodes.lua b/mods/default/nodes.lua index 9fbf30f3..bb3dfc8c 100644 --- a/mods/default/nodes.lua +++ b/mods/default/nodes.lua @@ -442,7 +442,6 @@ minetest.register_node("default:snow", { paramtype = "light", buildable_to = true, floodable = true, - walkable = false, drawtype = "nodebox", node_box = { type = "fixed",