Make the activation of the Rocket Booster more responsive when in the

air.
testdev
sigonasr2 8 years ago
parent 09919b5ac8
commit 76bb197cca
  1. BIN
      TwosideKeeper.jar
  2. 2
      src/sig/plugin/TwosideKeeper/HolidayEvents/Christmas.java

Binary file not shown.

@ -669,7 +669,7 @@ public class Christmas {
}
}
if ((ev.getAction()==Action.RIGHT_CLICK_AIR ||
ev.getAction()==Action.RIGHT_CLICK_BLOCK) && ev.useInteractedBlock()==Result.DENY) {
ev.getAction()==Action.RIGHT_CLICK_BLOCK) && (ev.useInteractedBlock()==Result.DENY || !p.isOnGround())) {
UseRocketBooster(ev, p);
}
if ((ev.getAction()==Action.RIGHT_CLICK_AIR || ev.getAction()==Action.RIGHT_CLICK_BLOCK) &&

Loading…
Cancel
Save