Download Cool Gradients by Akis — Minecraft Resourcepacks — MetaMods
Cool Gradients by Akis

Cool Gradients by Akis

Active

Downloads

0

Last update

3 months ago

Versions

1.20.2 — 1.21.6
Client

Cool Gradients by Akis

Another simple core shader from me that allows you to easily add smoothly moving gradients to your game.

Creating custom gradients

It's very simple: you just need to select a trigger color, starting color, ending color, and change speed:

void initGradients() {
registerGradient(0xF2F2F2,0xB5070A,0xFF0A0D,5000.0);
// Trigger Color - #F2F2F2
// Starting Color - #B5070A
// Ending Color - #FF0A0D
// Speed - 5000
}

You can also use the website I created that simplifies the entire process of gradient creation!

Up to 10 gradients can work simultaneously, but you can easily increase this number by changing line 35 in the code:

Gradient gradients[10]; // increase this number for more gradients

Installation

For Nexo:

  • Download the latest version of the resource pack
  • Place it in your project's plugins/Nexo/pack/external_packs folder
  • Enter the game and execute the command /n rl all to reload Nexo
  • Done - you can enjoy the new visual effects!

For standard Minecraft:

  • Download the latest version of the resource pack
  • Place the file in your .minecraft/resourcepacks directory
  • Activate the resource pack in the game settings - the rest will happen automatically!

How to use

It's elementary: you just need to apply the desired hexadecimal color code and apply formatting through game tools or special plugins - the process won't take much time!

Ready examples

Example

Note: the image shows a static example, but the gradients themselves move and change over time

Project members
YeahAkis_

YeahAkis_

Developer

Created: 21 Jul 2025

ID: 260135