projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e00dde
)
Default: Make snow walkable again
author
paramat
<mat.gregory@virginmedia.com>
Tue, 8 Nov 2016 16:38:26 +0000
(16:38 +0000)
committer
paramat
<mat.gregory@virginmedia.com>
Thu, 10 Nov 2016 08:10:29 +0000
(08:10 +0000)
mods/default/nodes.lua
patch
|
blob
|
history
diff --git
a/mods/default/nodes.lua
b/mods/default/nodes.lua
index 9fbf30f30810570fef61692b68d4c9e771448264..bb3dfc8cd7da49053cbece83f1f5ebf56398e305 100644
(file)
--- 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",