Skip to content

Commit

Permalink
Fixed #161
Browse files Browse the repository at this point in the history
  • Loading branch information
Insane96 committed Jan 10, 2018
1 parent 0fcbc72 commit 7deff3a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -337,7 +337,7 @@ else if (world.getDifficulty().getDifficultyId() == 3)

if (!seed.isEmpty())
{
EntityItem ei = new EntityItem(world, pos.getX() + .5, pos.getY() + .5, pos.getZ() + .5, seed.copy());
EntityItem ei = new EntityItem(world, pos.getX() + .5, pos.getY() + 1.0, pos.getZ() + .5, seed.copy());
ei.motionY = 0.025000000372529D;

world.spawnEntity(ei);
Expand Down

0 comments on commit 7deff3a

Please sign in to comment.