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:
bd64188
)
Make default:snow collisionbox half of nodebox height (#2647)
author
Paramat
<paramat@users.noreply.github.com>
Tue, 14 Apr 2020 17:09:24 +0000
(18:09 +0100)
committer
GitHub
<noreply@github.com>
Tue, 14 Apr 2020 17:09:24 +0000
(19:09 +0200)
mods/default/nodes.lua
patch
|
blob
|
history
diff --git
a/mods/default/nodes.lua
b/mods/default/nodes.lua
index 3b8b51156a32c1eda3affbd2ae62ac7fccb256c9..0a7ba436ed0223a482312e6b7408b690d2096219 100644
(file)
--- a/
mods/default/nodes.lua
+++ b/
mods/default/nodes.lua
@@
-621,7
+621,7
@@
minetest.register_node("default:snow", {
collision_box = {
type = "fixed",
fixed = {
- {-0.5, -0.5, -0.5, 0.5, -
7
/ 16, 0.5},
+ {-0.5, -0.5, -0.5, 0.5, -
6
/ 16, 0.5},
},
},
groups = {crumbly = 3, falling_node = 1, snowy = 1},