Update Forge + Mappings
This commit is contained in:
parent
aa48c540f5
commit
d8fe6d21bd
13 changed files with 26 additions and 26 deletions
|
@ -644,7 +644,7 @@ public class EventHandler
|
|||
for (int n = 0; n < numberExtra; n++)
|
||||
{
|
||||
ItemArrow itemarrow = (ItemArrow) Items.arrow;
|
||||
EntityArrow entityarrow = itemarrow.makeTippedArrow(world, new ItemStack(Items.arrow), player);
|
||||
EntityArrow entityarrow = itemarrow.createArrow(world, new ItemStack(Items.arrow), player);
|
||||
|
||||
double velocityModifier = 0.6 * f;
|
||||
entityarrow.motionX += (random.nextDouble() - 0.5) * velocityModifier;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue