Skip to content
Snippets Groups Projects
Commit d1ece746 authored by ezhh's avatar ezhh Committed by paramat
Browse files

Resize junglegrass selection box

parent d1db66bf
No related branches found
No related tags found
No related merge requests found
......@@ -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},
},
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment