Fly Elytra HolyWorld | Expensive 3.1

  • Автор темы Автор темы MrGreufs
  • Дата начала Дата начала
Начинающий
Начинающий
Статус
Оффлайн
Регистрация
4 Дек 2023
Сообщения
44
Реакции
0
Код:
Expand Collapse Copy
@Subscribe
   private void onUpdate(EventUpdate e) {
      if (this.mod.is("HolyWorld")) {
         float SPEED = 0.065F;
         Minecraft.getInstance();
         PlayerEntity player = mc.player;
         if (player != null && player.isAlive()) {
            player.setMotion(player.getMotion().x, player.getMotion().y + 0.06499999761581421D, player.getMotion().z);
         }
      }

   }
}
 

Вложения

  • 1720429145074.png
    1720429145074.png
    1.7 MB · Просмотры: 890
Код:
Expand Collapse Copy
@Subscribe
   private void onUpdate(EventUpdate e) {
      if (this.mod.is("HolyWorld")) {
         float SPEED = 0.065F;
         Minecraft.getInstance();
         PlayerEntity player = mc.player;
         if (player != null && player.isAlive()) {
            player.setMotion(player.getMotion().x, player.getMotion().y + 0.06499999761581421D, player.getMotion().z);
         }
      }

   }
}
оно по x,z тоже распространяется или только на y ?
 
Вкусняшка?
 
Код:
Expand Collapse Copy
@Subscribe
   private void onUpdate(EventUpdate e) {
      if (this.mod.is("HolyWorld")) {
         float SPEED = 0.065F;
         Minecraft.getInstance();
         PlayerEntity player = mc.player;
         if (player != null && player.isAlive()) {
            player.setMotion(player.getMotion().x, player.getMotion().y + 0.06499999761581421D, player.getMotion().z);
         }
      }

   }
}
спасибо, как было не надо так и осталось.
его же пофиксят за 5 лишних минут
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
кайф
 
Назад
Сверху Снизу