Mineuniverse
Log in Register
Mods

Text Effects

Wonky text effect library
by moehreag
Download Claim this project
427 downloads
0 likes
Updated Jul 6, 2026
0 hypes
API and Library Cosmetic Utility & QoL

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.

26.2 0.0.4+26.2
MC Client, Fabric, Server, 26.2
Release 2026-06-16 Get
26.2-neoforge 0.0.4+26.2-neoforge
MC Client, NeoForge, Server, 26.2
Release 2026-06-16 Get

More from moehreag

Solitude
84
Waterlogged Beds
360
Realistic Rowing
3,007
AxolotlClient
1,948

You Might Also Like

Liberty's Villagers
Quality of Life and AI improvements for Villagers
9,968,428
No More Pop-ups
A Minecraft mod to remove in-game pop-ups
996,708
BetterRandomSourceConcurrencyCrash
Improved logging of crashes caused by mods accessing RandomSources from the wrong thread
99,371
Exit Confirmation
Often accidentally closed Minecraft? This mod might help!
99,067
NoDynamicFps
Adds an option to disable Vanilla's Dynamic FPS implementation
99,004
Immersive Crafting
Adds crafting recipes to immersive portals
9,998