Fix entities being killed in one hit. Closes #5511

Fix unloc pattern for tps output
This commit is contained in:
mariaum 2019-02-19 14:35:32 -03:00 committed by tterrag
parent 4b564b91bf
commit 59a213bdaa

View file

@ -220,7 +220,7 @@
float f2 = this.func_110143_aJ();
- this.func_70606_j(f2 - p_70665_2_);
this.func_110142_aN().func_94547_a(p_70665_1_, f2, p_70665_2_);
+ this.func_70606_j(f1 - p_70665_2_); // Forge: moved to fix MC-121048
+ this.func_70606_j(f2 - p_70665_2_); // Forge: moved to fix MC-121048
this.func_110149_m(this.func_110139_bj() - p_70665_2_);
}
}