Barako can be moved around with Fishing Rods
Yellowbross opened this issue ยท 0 comments
self explanatory. i don't know if i'd call this a cheese strategy but it's insanely overpowered regardless, since if players find barako, they can just use a load of fishing rods to slowly scoot him over to their base.
to reproduce:
- find a barakoa village or spawn barako, the sun chief
- use a fishing rod on barako
- barako gets pulled closer by the fishing rod when the player retrieves the bobber
to fix this problem, "setMotion" should be moved before the super within barako's tick script.
@Override
public void tick() {
this.setMotion(0, getMotion().y, 0);
super.tick();
this would also fix almost every other means of changing barako's horizontal motion (such as the Mutant Beasts mod, where the mutant skeleton, mutant zombie, and mutant enderman are able to push barako around with their attacks)