Merge branch 'master' of https://github.com/JessSystemV/BaseBandRewrite
This commit is contained in:
commit
60696a0fd7
1 changed files with 3 additions and 2 deletions
|
@ -79,10 +79,11 @@ public class ElytraFly extends Feature {
|
|||
@Config("Takeoff Gate Motion")
|
||||
@Description("How much downward motion the player must have to trigger the Gate.")
|
||||
@Range("0..0.5")
|
||||
@MultiGate(and = {1, 2})
|
||||
@Gate(3)
|
||||
public float takeoffGateMotion = 0.1f;
|
||||
|
||||
@Marker(2)
|
||||
@Marker(3)
|
||||
@Gate(1)
|
||||
boolean gateModeIsMotion = false;
|
||||
|
||||
int takeoffStep = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue