Source Free SRC SunRise ElytraFly 60 Bps For Minecraft

CrazyTrap

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Jul 18, 2023
Messages
707
Reaction score
3
Greetings, dear comrades of the Minecraft community! We extend a warm welcome to you as we embark together on an extraordinary journey through a boundless realm filled with wonders and enchantments beyond imagination! Within this thread lies a treasure trove of top-tier, free-to-download Minecraft resources, with one standout gem being the renowned source aptly titled "SunRise ElytraFly 60 bps"

We, as passionate players, truly understand the pivotal role that reliable and innovative content plays in elevating the overall gameplay experience. That's precisely why we've dedicated ourselves to curating this exceptional collection, ensuring that each entry has undergone meticulous testing and proven itself to be a game-changer, breathing new life and unbridled excitement into your beloved Minecraft world.

i

JavaScript:
public float spee = 0;
public static long lastStartFalling;


            case "SunRise Elytra" -> {
                if (mc.player.isCollidedHorizontally) {
                    spee = 0;
                }
                if (mc.player.isCollidedVertically) {
                    spee = 0;
                    mc.player.motionY = 0.41999998688697815;
                }
                int elytra = getSlotIDFromItem(Items.ELYTRA);

                if (MoveUtility.reason(false)) {
                    return;
                }
                if (elytra == -1) {
                    ChatUtility.addChatMessage("Нету элитр в инвентаре!");
                    toggle();
                    return;
                }
                if (mc.player.onGround) {
                    mc.player.jump();
                }
                if (System.currentTimeMillis() - lastStartFalling > 80L) {
                    disabler(elytra);
                }

                if (mc.player.fallDistance > 0.25f) {

                    MoveUtility.setMotion(Math.min((spee = (spee + 11.0F / motion.current)) / 100.0F, motion.current));

                    if (!mc.gameSettings.keyBindForward.pressed && !mc.gameSettings.keyBindLeft.pressed
                            && !mc.gameSettings.keyBindRight.pressed && !mc.gameSettings.keyBindBack.pressed) spee = 0;

                    if (!superBow.state && !mc.player.onGround) {
                        float bybass = -0.01F - (mc.player.ticksExisted % 2 == 0 ? 1.0E-4F : 0.006F);
                        mc.player.motionY = bybass;
                    }
                    if (superBow.state) {
                        if (mc.player.ticksExisted % 100 == 0 && !Keyboard.isKeyDown(Keyboard.KEY_X)) {
                            ChatUtility.addChatMessage("Для накопления силы нажмите 'X'");
                        }
                        float bybass = -0.01F - (mc.player.ticksExisted % 2 == 0 ? 1.0E-4F : 0.006F);
                        if (Keyboard.isKeyDown(Keyboard.KEY_X)) {
                            mc.player.motionY = mc.player.ticksExisted % 2 == 0 ? 0.41999998688697815 : -0.41999998688697815;
                            MoveUtility.setMotion(0.8f);
                            spee = 70;
                        } else {
                            mc.player.motionY = bybass;
                        }
                    }

                    if (!mc.player.isSneaking() && mc.gameSettings.keyBindJump.pressed) {
                        mc.player.motionY = motionY.current;
                    }
                    if (mc.gameSettings.keyBindSneak.isKeyDown()) {
                        mc.player.motionY = -motionY.current;
                    }
                }
            }
        }

Disabler:
JavaScript:
    public static void disabler(int elytra) {
        elytra = elytra >= 0 && elytra < 9 ? elytra + 36 : elytra;
        if (elytra != -2) {
            mc.playerController.windowClick(0, elytra, 1, ClickType.PICKUP, mc.player);
            mc.playerController.windowClick(0, 6, 1, ClickType.PICKUP, mc.player);
        }
        mc.getConnection().sendPacket(new CPacketEntityAction(mc.player, CPacketEntityAction.Action.START_FALL_FLYING));

        if (elytra != -2) {
            mc.playerController.windowClick(0, 6, 1, ClickType.PICKUP, mc.player);
            mc.playerController.windowClick(0, elytra, 1, ClickType.PICKUP, mc.player);
        }
        lastStartFalling = System.currentTimeMillis();
    }
 
Top