Hunger Overhaul

Hunger Overhaul

9M Downloads

[1.12.2] When hoeing grass to get seeds, seeds get spawned inside the block

Insane96 opened this issue ยท 0 comments

commented

The issue might be here

EntityItem ei = new EntityItem(world, pos.getX() + .5, pos.getY() + .5, pos.getZ() + .5, seed.copy());

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