Fix for vanilla elytra handling
This commit is contained in:
parent
337b608ee8
commit
1d333071dc
1 changed files with 3 additions and 1 deletions
|
@ -134,7 +134,9 @@ public abstract class LivingEntityMixin extends Entity {
|
||||||
private void be_updateFallFlying(CallbackInfo info) {
|
private void be_updateFallFlying(CallbackInfo info) {
|
||||||
//run be_updateFallFlying_originFix instead?
|
//run be_updateFallFlying_originFix instead?
|
||||||
if (BetterEnd.RUNS_FALL_FLYING_LIB) return;
|
if (BetterEnd.RUNS_FALL_FLYING_LIB) return;
|
||||||
be_updateFallFlyingCommon();
|
if (be_updateFallFlyingCommon()) {
|
||||||
|
info.cancel();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean be_updateFallFlyingCommon() {
|
private boolean be_updateFallFlyingCommon() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue