CurseForge · Minecraft mod
Text Effects
Wonky text effects integrated into vanilla components
Quick answer
Which Text Effects release matches 26.2 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.
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.
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.
- 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.
- 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.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 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.
26.2
2 loader builds26.1.2
2 loader builds26.1.1
2 loader builds26.1
2 loader builds1.21.11
2 loader builds1.21.10
2 loader builds1.21.9
2 loader builds1.21.8
2 loader builds1.21.7
2 loader builds1.21.6
2 loader builds1.21.5
2 loader buildsShowing 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
26.2-neoforge 0.0.4+26.2-neoforge
text-effects-0.0.4+26.2-neoforge.jar
16 Jun 2026
Looking for an older file? The official CurseForge project page is in Resources.