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 1.7.8?

Updated 2 months ago
Best match for your filters 0.0.4+1.8.1
Game version 1.7.2, 1.7.3, 1.7.4
Loader ornithe

Text Effects 0.0.4+1.8.1 targets 1.7.2, 1.7.3, 1.7.4 with ornithe. Installation on the client is optional. Installation on the dedicated server is optional. No extra mods listed for this file.

Where it goes

Is Text Effects required on the client, server, or both?

Installation on the client is optional. Installation on the dedicated server is optional.

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

The source marks this as usable on both the client and server.

What else does Text Effects 0.0.4+1.8.1 need?

0.0.4+1.8.1 on 1.7.8. 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 0.0.4+1.8.1 on 1.7.8. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use 0.0.4+1.8.1. It targets 1.7.2, 1.7.3, 1.7.4 with ornithe; 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

    Installation on the client is optional. Installation on the dedicated server is optional.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside 0.0.4+1.8.1. 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

4 of 101 releases match
Clear filters

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