mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 04:33:56 -07:00
Update to mcdev rename revision 01 for 1.8.1
This commit is contained in:
@@ -27,7 +27,7 @@ public class ItemFishingRod extends Item {
|
||||
// CraftBukkit end
|
||||
world.makeSound(entityhuman, "random.bow", 0.5F, 0.4F / (b.nextFloat() * 0.4F + 0.8F));
|
||||
if (!world.isStatic) {
|
||||
world.addEntity(new EntityFish(world, entityhuman));
|
||||
world.addEntity(new EntityFishingHook(world, entityhuman));
|
||||
}
|
||||
|
||||
entityhuman.v();
|
||||
|
Reference in New Issue
Block a user