This commit is contained in:
Jess H 2024-05-27 09:51:28 +01:00
commit 60696a0fd7

View file

@ -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;