90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!
Filter versions...
Filter channels...

0.3.x Cape Updete

capes

1.20.1 is work!

  • [/] fabric.mod.json fix. Java >= 17

0.2.4 Swing Hand Update

swing hand options

ENG

  • [+] Swing Hand
  • [/] Particles (Added particle lifetime setting)
  • [/] Config Screen (Added division of settings into groups)
  • [/] Theme Colors (The primary colors have been changed to #b55ffe & #fff6b7)

RUS

  • [+] Взмах руки
  • [/] Частицы (Добавлена настройка времени жизни)
  • [/] Экран настройки (Добавлено деление на группы)
  • [/] Цвета темы (Основные цвета темы изменены на #b55ffe & #fff6b7)

New Colors

new colors

Swing Hand Example

swing hand 1

1.20.4 release!

1.20.1 release!

Soup API 0.1.3

by Padej_ on Oct 13, 2024
Download

0.1.3 Crit Update

  • [/] Hit Particle. Crit 90%
  • [/] Crit Sound. Crit 90%

No more false sounds & particles

Before(Bad):

private static boolean isCritical() {
        return mc.player != null
                && mc.player.fallDistance > 0;
    }

After(Good):

private static boolean isCritical() {
        return mc.player != null
                && mc.player.getAttackCooldownProgress(0.5F) > 0.9F
                && mc.player.fallDistance > 0
                && !mc.player.isOnGround()
                && !mc.player.isClimbing()
                && !mc.player.isTouchingWater()
                && !mc.player.hasStatusEffect(StatusEffects.BLINDNESS)
                && !mc.player.hasVehicle()
                && !mc.player.isSprinting();
    }

Soup API 0.1.2

by Padej_ on Oct 12, 2024
Download

0.1.2 Crosshair update!


ring-crosshair ring-crosshair-settings

  • [+] Ring Crosshair (Прицел кольцом)
  • [/] ru_ru.json & en_us.json more not §6
  • [/] Default colors: #585eff #00ffff

Soup API 0.1.1

by Padej_ on Oct 12, 2024
Download

0.1.1 Release!


  • [+] List(Список функций)
  • [+] List Glow(Свечение списка)
  • [+] Target HUD(Таргет HUD)
  • [+] Hit Particle(Частицы при ударе)
  • [+] Pearl Particles(Частицы за перлом)
  • [+] Renders(Рендеры)
  • [+] Sounds(Звуки)

Project members

Padej_

Owner

Icy_Crow

Tester

Details

Licensed MIT
Published 3 months ago
Updated 2 months ago