Source Free SRC Jesus Rw New| Minecraft

CrazyTrap

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Jul 18, 2023
Messages
707
Reaction score
3
Looking for opportunities for creativity and experimentation? Here you will find what you need! Our team thoroughly tests each source code to ensure reliability and security. So you can safely go on an exciting adventure without fear of errors or malfunctions.

1679757406_phonoteka-org-p-bsl-sheideri-oboi-krasivo-65.png

Jesus Rw New:​

JavaScript:
} else if (mode.currentMode.equalsIgnoreCase("Rw2")) {
            if (block instanceof BlockLiquid && !Minecraft.getMinecraft().player.onGround && Minecraft.getMinecraft().world.getBlockState(new BlockPos(Minecraft.getMinecraft().player.posX, Minecraft.getMinecraft().player.posY, Minecraft.getMinecraft().player.posZ)).getBlock() == Blocks.WATER) {
                Minecraft.getMinecraft().player.motionX = 8.54;
                Minecraft.getMinecraft().player.motionY = 0.360;
                Minecraft.getMinecraft().player.motionZ = 1.0;
                Minecraft.getMinecraft().player.motionZ = 1.25;
            }

            if (this.isWater() && block instanceof BlockLiquid) {
                if (this.timerHelper.hasReached(14.0F)) {
                    mc.player.motionY = 1.312;
                    this.timerHelper.reset();
                }

                mc.player.onGround = false;
                mc.player.isAirBorne = true;
                MovementUtils.setSpeed((float) NCPSpeed.getNumberValue());
                event.setPosY(mc.player.ticksExisted % 2 == 0 ? event.getPosY() + 0.042 : event.getPosY() - 0.05333);
                event.setOnGround(true);
            }
 
Top