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:
14b99a7
)
Changed snow nodebox to 'walkable = false'
author
DonBatman
<serfdon@gmail.com>
Mon, 8 Aug 2016 00:23:44 +0000
(17:23 -0700)
committer
paramat
<mat.gregory@virginmedia.com>
Tue, 9 Aug 2016 02:51:22 +0000
(
03:51
+0100)
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.
mods/default/nodes.lua
patch
|
blob
|
history
diff --git
a/mods/default/nodes.lua
b/mods/default/nodes.lua
index 05d9f32d329e2a9120431f2f0c6e543d3dcb13a3..5bf5458c85139f81bb24a824e1383d924b3db069 100644
(file)
--- a/
mods/default/nodes.lua
+++ b/
mods/default/nodes.lua
@@
-422,6
+422,7
@@
minetest.register_node("default:snow", {
paramtype = "light",
buildable_to = true,
floodable = true,
+ walkable = false,
drawtype = "nodebox",
node_box = {
type = "fixed",