Back to mods
Text Effects project artwork

CurseForge · Minecraft mod

Text Effects

Wonky text effects integrated into vanilla components

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

Quick answer

Which Text Effects release matches 26.2 NeoForge?

Updated 3 months ago
Best match for your filters 26.2-neoforge 0.0.4+26.2-neoforge
Game version 26.2
Loader NeoForge

Text Effects 26.2-neoforge 0.0.4+26.2-neoforge targets 26.2 with NeoForge. 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 Text Effects 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 NeoForge
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 Text Effects 26.2-neoforge 0.0.4+26.2-neoforge need?

26.2-neoforge 0.0.4+26.2-neoforge on 26.2 NeoForge. 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 Text Effects without breaking your instance.

Built for Text Effects 26.2-neoforge 0.0.4+26.2-neoforge on 26.2 NeoForge. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use 26.2-neoforge 0.0.4+26.2-neoforge. It targets 26.2 with NeoForge; 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 26.2-neoforge 0.0.4+26.2-neoforge. It opens that exact file at the source.

About this project

What does Text Effects add?

Text Effects

This library adds text effects which can be used by servers and mods to add unique effects to component-based text.

Integrated effects:

  • Wobble
  • Shake
  • Marquee

Usage

For developer instructions please see the mod's codeberg page, CurseForge's formatting doesn't allow for well-formatted codeblocks: https://codeberg.org/owlsys/text-effects

This mod is available for more Minecraft versions than the ones available here, but CurseForge doesn't support mods for Ornithe.

Apply Effects

Usage may differ slightly depending on game version.

var text = Component.literal("This is a text with effect!").withStyle(Style.EMPTY.text_effects$withEffect(TextEffects.WOBBLE));

Create your own effects

A few factory methods for common operations are provided in the TextEffect class.

Some pre-made effects are provided in the TextEffects class, with a few additional helper methods as well as registration handling.
If you'd like to build on top of another effect you can use TextEffect#combine.

public static TextEffect CUSTOM_EFFECT = TextEffects.register(Identifier.fromNamespaceAndPath("modid", "custom_effect"), TextEffect.constantYOffset(-2));

Effects are automatically able to be de/serialized in components using their id provided at registration.

{ text: "text with a nice effect", text-effects: "text-effects:wobble" }

This component works for 26.1, you will need to change it accordingly for minecraft versions using json components instead of snbt.

This format can also be used in commands, for example /tellraw.

Project description from CurseForge.

Pick your setup

Text Effects by Minecraft version and loader

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

105 available setups

Showing the newest 12 of 84 game versions. Older files are in the list below.

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

Recent files

Text Effects versions and loaders

1 of 101 releases match
Clear filters

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