Back to mods
waveTextLib project artwork

CurseForge · Minecraft mod

waveTextLib

An incomplete, personal Minecraft library for creating animated text with wave effects, gradients, and per-character effects.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which waveTextLib release matches 1.20.1 Forge?

Updated today
Best match for your filters watelib-1.0.1.jar
Game version 1.20.1
Loader Forge

waveTextLib watelib-1.0.1.jar targets 1.20.1 with Forge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.

Where it goes

Is waveTextLib required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Forge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does waveTextLib watelib-1.0.1.jar need?

watelib-1.0.1.jar on 1.20.1 Forge. Every mod below is checked against that same setup.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add waveTextLib without breaking your instance.

Built for waveTextLib watelib-1.0.1.jar on 1.20.1 Forge. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use watelib-1.0.1.jar. It targets 1.20.1 with Forge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside watelib-1.0.1.jar. It opens that exact file at the source.

About this project

What does waveTextLib add?

waveTextLib

waveTextLib is an incomplete, personal Minecraft Forge library for creating animated and stylized text.

It provides simple APIs for combining text effects such as wave motion, gradients, animated gradients, and per-character effects.

The library was originally created for my own projects, so it may not always be designed with general-purpose use in mind. The API and implementation may change as the project develops.

Please note that some features described here may be incomplete, experimental, or not yet fully implemented. The documentation may also get ahead of the actual implementation from time to time.

If you find it useful, feel free to use it. If it doesn’t fit your needs, you’re also free to use another library or modify this one under the MIT License.

Example

AnimatedText text = AnimatedText.of("TestHalo")
        .wave(3.0f, 1.00f, 0.50f)
        .gradient(0xFFFFFF, 0x00FFFF)
        .gradientSpeed(1.00f)
        .gradientPhase(0.50f);

Effects can be chained together to create animated text without having to implement each effect separately.

Features

  • Animated text rendering
  • Per-character wave effects
  • Gradient and animated gradient effects
  • Extensible position and color effects
  • Unicode code point-based rendering
  • Minecraft Font-based character width calculation

Compatibility

  • Minecraft Java Edition 1.20.1
  • Forge 47.x

This library is primarily made for my own projects. If it happens to be useful to you, that’s great!

Project description from CurseForge.

Pick your setup

waveTextLib by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

1 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

waveTextLib versions and loaders

2 of 2 releases match
Clear filters

Looking for an older file? The official CurseForge project page is in Resources.