Перейти к содержимому
Mineforgian

Cool Gradients by Akis

A core shader with an easy way of adding custom animated gradients

Загрузки
137
Подписчики
1
Обновлён
7 июля 2025 г.
Лицензия
MIT

Опубликован 7 июля 2025 г.

Cool Gradients by Akis

Another simple core shader by me that lets you easily add custom moving gradients very easily

Registering custom

  • Adding them is as easy as picking the trigger color, start color, end color, and speed:
    void initGradients() {
      registerGradient(0xF2F2F2,0xB5070A,0xFF0A0D,5000.0);
      // Trigger Color - #F2F2F2
      // Start Color - #B5070A
      // End Color - #FF0A0D
      // Speed - 5000
    }
    
  • You can also just use this website I made!
  • The current limit is 10, but you can easily up that by changing line 35:
    Gradient gradients[10]; // make this number higher for more gradients
    

How to install

Nexo:

  • Download the latest version of the resource pack
  • Put it into your plugins/Nexo/pack/external_packs
  • Go into the game and run /n rl all to reload Nexo
  • Et voilá, you're done!

Minecraft

  • Download the latest version of the resource pack
  • Put it into your .minecraft/resourcepacks
  • Et voilá, you're done!

How to Use

  1. Copy the hex color code for your desired effect.
  2. Apply it to your text in Minecraft using formatting tools or plugins.
  3. Enjoy the results!

Contact

  • if you need help, feel free to join the discord

Default Examples

(Static Image, the gradients themselves actually move)

Example

Need a reliable server? Check out NeyHost!

NeyHost offers affordable, high-performance servers for Minecraft (Java & Bedrock), 7DTD, Hytale, and more! NeyHost

Ченджлог

1.0Релиз1.21.4, 1.21.5, 1.21.6 · 7 июля 2025 г.

Initial release 1.0

Featuring 10 premade gradients

Комментарии

Загружаем…