Flying - RedWirePlatinumTwo/RedWiresMinecraftMod GitHub Wiki

Effect icon

flying icon upscaled

Obtaining

  • This effect can be obtained with a Shulker Box and an Awkward Potion

flying recipe

Description

  • Lets you fly, but in survival mode! Makes you stop flying once the effect expires (if not in creative mode).
  • Nullifies fall damage every tick.
  • Entities with this effect can fly towards an entity that they are targeting. Fly speed is affected by Swiftness and Slowness. Entities can also noclip through blocks just to reach their target because funny.

Change History

  • 1.13.0: Changed registry name from flying_effect to flying.
  • 1.13.0: Changed potion recipe from Any Potion + Shulker Box to Awkward Potion + Shulker Box.
  • 2.15.2: Having the Time Reversing effect and this effect applied simultaneously previously made it impossible to stop flying. The "automatically flying when mid-air" thing was disabled as a work-around.
  • 2.15.3: Fixed issue again with Time Reversing and this effect being applied, re-enabling the "automatically flying when mid-air" feature.
  • 3.0.0: Nullified fall damage for all entities instead of just the player when applied.
  • 3.5.0: This effect will only not attempt to make you fly mid-air if you have the Time Reversing or Infinite Time effect applied.
  • 4.5.0: Fixed bug where having this effect applied and leaving+rejoining a world will make players unable to fly.
  • 4.6.0: Entities with this effect can now fly towards an entity that they are targeting. Fly speed is affected by Swiftness and Slowness.
  • 4.7.0: Slightly improved entity flying.
  • 8.3.0: Reverted change in 1.13.0 due to the fact it causes a crash when trying to save the game after giving yourself the effect with custompotion.
  • 8.4.0:
  1. Fixed the Flying effect not allowing you to fly when swapping to/from Creative mode.
  2. Flying entities targeting another entity will now be able to noclip through walls to get to their target instead of being stuck behind walls.
  • 9.0.0: Changed redwiresmod:flying_effect back to redwiresmod:flying.