nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)

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

External resources


Project members

YeahAkis_

Member


Technical information

License
MIT
Project ID