Make wheat collisionbox smaller

This commit is contained in:
oilboi 2020-05-07 02:28:20 -04:00
parent e09c1a9c02
commit 0a70522719

View File

@ -117,7 +117,7 @@ minetest.register_plant("wheat", {
sounds = main.grassSound(),
selection_box = {
type = "fixed",
fixed = {-8 / 16, -0.5, -8 / 16, 8 / 16, -6 / 16, 8 / 16}
fixed = {-6 / 16, -0.5, -6 / 16, 6 / 16, -6 / 16, 6 / 16}
},
grows = "in_place",
stages = 7,