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:
d1db66b
)
Resize junglegrass selection box
author
ezhh
<owlecho@live.com>
Sun, 24 Dec 2017 19:24:11 +0000
(19:24 +0000)
committer
paramat
<mat.gregory@virginmedia.com>
Sun, 24 Dec 2017 20:50:51 +0000
(20:50 +0000)
mods/default/nodes.lua
patch
|
blob
|
history
diff --git
a/mods/default/nodes.lua
b/mods/default/nodes.lua
index a366892d3e75da93e4608e05393e3a9b6e3c324b..55032f2bc0a9e8c5f284a755be04895b71fead03 100644
(file)
--- a/
mods/default/nodes.lua
+++ b/
mods/default/nodes.lua
@@
-1210,7
+1210,7
@@
minetest.register_node("default:junglegrass", {
sounds = default.node_sound_leaves_defaults(),
selection_box = {
type = "fixed",
- fixed = {-
7 / 16, -0.5, -7 / 16, 7 / 16, 1.19, 7
/ 16},
+ fixed = {-
6 / 16, -0.5, -6 / 16, 6 / 16, 0.5, 6
/ 16},
},
})