are fishing rods supposed to do that!?
when i throw the fishing rod at an entity, it latches onto them, hurts them, then madly swings about right above the entity like its a lead.
Created Issue:
are fishing rods supposed to do that!?
when i throw the fishing rod at an entity, it latches onto them, hurts them, then madly swings about right above the entity like its a lead.
Added Labels: fishing_rod
Removed Labels: fishingrod










i just wanted to go fishing, but my line got caught on splotched brown, cows in water
wow, it works as intended!? not to be rude, but, That just doesn't look right.and by works as intended as its supposed to latch onto the cow sure. but does it have to swing around off the cow's body like its a "fish". Because that's what it looks like to me:
public int isFish()
if (this.isEntity() && !this.isLivingEntitiy() or this.isEntity() == null) {
fishingrod.bobber.runAroundLikeCrazy(); // i think the name Mojang chose for this void is hilarious lol.
return true
}
//end
return true