Language

Cool Gradients by Akis

Cool Gradients by Akis

Modrinth

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

135 downloads 1 followers updated 11mo ago
Modrinth
Minecraft 1.20.2 – 1.21.6 Core-shaders

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

Versions

No version history available. Use the Download button to get the latest from the source.

Comments 0

No comments yet. Be the first to share your thoughts.

Download Cool Gradients by Akis

Files are served directly from the original source. Modgrid does not host or modify them.