Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Resize junglegrass selection box
  • Loading branch information
Ezhh authored and paramat committed Dec 24, 2017
1 parent d1db66b commit d1ece74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/default/nodes.lua
Expand Up @@ -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},
},
})
Expand Down

0 comments on commit d1ece74

Please sign in to comment.