diff options
Diffstat (limited to 'nms-patches/ItemFireball.patch')
-rw-r--r-- | nms-patches/ItemFireball.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/ItemFireball.patch b/nms-patches/ItemFireball.patch index f60e3955..aa84efa1 100644 --- a/nms-patches/ItemFireball.patch +++ b/nms-patches/ItemFireball.patch @@ -12,6 +12,6 @@ + return EnumInteractionResult.PASS; + } + // CraftBukkit end - world.a((EntityHuman) null, blockposition, SoundEffects.bx, SoundCategory.BLOCKS, 1.0F, (ItemFireball.j.nextFloat() - ItemFireball.j.nextFloat()) * 0.2F + 1.0F); + world.a((EntityHuman) null, blockposition, SoundEffects.bD, SoundCategory.BLOCKS, 1.0F, (ItemFireball.j.nextFloat() - ItemFireball.j.nextFloat()) * 0.2F + 1.0F); world.setTypeUpdate(blockposition, Blocks.FIRE.getBlockData()); } |