[1.12.2] When hoeing grass to get seeds, seeds get spawned inside the block
Insane96 opened this issue ยท 0 comments
The issue might be here
As even if the seed dropped has some motion on the Y axis, it's spawned inside the block
To fix, the Y in new EntityItem()
should be changed to pos.getY() + 1.0