Skip to content

Commit

Permalink
Fixes velocity for enchanting particles when using a heart of the sea…
Browse files Browse the repository at this point in the history
… on a cauldron.
  • Loading branch information
Haven-King committed Nov 16, 2020
1 parent 6f4218f commit b80cbc3
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ private void makeInfinite(BlockState state, World world, BlockPos pos, PlayerEnt
(double) pos.getY() + 2.0D,
(double) pos.getZ() + 0.5D,
1,
(double) ((float) int_1 + random.nextFloat()) - 0.5D,
(float) int_3 - random.nextFloat() - 1.0F,
(double) ((float) int_2 + random.nextFloat()) - 0.5D,
0,0,0,
1);
}
}
Expand Down

0 comments on commit b80cbc3

Please sign in to comment.