TheSalt's Text Effects
🟡 Updated this year🖼️ Gallery (1 images)
🔍 Analysis
- 👍 1.8% endorsement rate — high engagement, a strong quality signal
- 🏆 #30 of 36 core-shaders mods in this game by downloads
📋 About This Mod
# TheSalt's Text Effects Add dynamic text animations to your Minecraft world! This resource pack provides **customizable text effects**. Use with `/title`, `/tellraw`, and similar text components. > This resource pack is **not compatible** with other packs that use the `rendertype_text` core shader. ## How It Works Define color-to-effect mappings in `_config.glsl`. When text uses a matching RGB color, the configured effect is applied. ## Preview !(https://github.com/user-attachments/assets/1ed9fd46-a769-4256-bc36-758adc431602) <img width="1228" height="668" alt="new1" src="https://github.com/user-attachments/assets/fd819652-8fa1-41ab-b177-50e09646ea2d" /> <img width="1920" height="1009" alt="2026-03-08_22 50 06" src="https://github.com/user-attachments/assets/3c988bdb-a60d-4db7-ba49-a50a3ab8f918" /> <img width="1920" height="1009" alt="2026-03-08_22 49 24" src="https://github.com/user-attachments/assets/a4d76af1-aae6-4132-b3ac-4e39eb6344f9" /> ## Can I use this on my map/server? Yes. It is fully permitted for use in your maps, servers, resource packs, modpacks and more, provided that you follow the guidelines of the (https://github.com/TheSalts/Text_Effects/blob/main/LICENSE). ## Available Effects | Effect | Description | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------- | | (https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_shakefloat-speed-float-intensity) | Random shaking | | (https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_wavyfloat-speed-float-amplitude-float-xfrequency) | Wave animation | | (https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_rainbowfloat-speed) | Rainbow color cycle | | (https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_bouncyfloat-speed-float-amplitude) | Bounce animation | | (https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_blinkingfloat-speed) | Blink on/off | | (https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_pulsefloat-speed-float-size) | Grow/Shrink animation | | (https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_spinfloat-speed) | Rotation | | (https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_sequential_spinfloat-speed) | Sequential character spin | | (https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_fadefloat-speed) | Fade in/out | | (https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_iteratingfloat-speed-float-space) | Sequential jump | | (https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_glitchfloat-speed-float-intensity) | Random displacement | | (https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_scalefloat-scale-float-offsetx-float-offsety) | Scale text | | (https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_offsetfloat-offsetx-float-offsety) | Move text position | | (https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_gradient) | Static linear gradient | | (https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_dynamic_gradient) | Animated moving gradient | | (https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_lavafloat-speed) | Flowing lava effect | | (https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_color)
# TheSalt's Text Effects
Add dynamic text animations to your Minecraft world! This resource pack provides customizable text effects. Use with `/title`, `/tellraw`, and similar text components.
> This resource pack is not compatible with other packs that use the `rendertype_text` core shader.
## How It Works
Define color-to-effect mappings in `_config.glsl`. When text uses a matching RGB color, the configured effect is applied.
!(https://github.com/user-attachments/assets/1ed9fd46-a769-4256-bc36-758adc431602)
## Can I use this on my map/server?
Yes. It is fully permitted for use in your maps, servers, resource packs, modpacks and more, provided that you follow the guidelines of the (https://github.com/TheSalts/Text_Effects/blob/main/LICENSE).
## Available Effects
| Effect | Description | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------- | | [`apply_shake(speed, intensity)`](https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_shakefloat-speed-float-intensity) | Random shaking | | [`apply_wavy(speed, amplitude, xFrequency)`](https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_wavyfloat-speed-float-amplitude-float-xfrequency) | Wave animation | | [`apply_rainbow(speed)`](https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_rainbowfloat-speed) | Rainbow color cycle | | [`apply_bouncy(speed, amplitude)`](https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_bouncyfloat-speed-float-amplitude) | Bounce animation | | [`apply_blinking(speed)`](https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_blinkingfloat-speed) | Blink on/off | | [`apply_pulse(speed, size)`](https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_pulsefloat-speed-float-size) | Grow/Shrink animation | | [`apply_spin(speed)`](https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_spinfloat-speed) | Rotation | | [`apply_sequential_spin(speed)`](https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_sequential_spinfloat-speed) | Sequential character spin | | [`apply_fade(speed)`](https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_fadefloat-speed) | Fade in/out | | [`apply_iterating(speed, space)`](https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_iteratingfloat-speed-float-space) | Sequential jump | | [`apply_glitch(speed, intensity)`](https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_glitchfloat-speed-float-intensity) | Random displacement | | [`apply_scale(scale, offsetX, offsetY)`](https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_scalefloat-scale-float-offsetx-float-offsety) | Scale text | | [`apply_offset(offsetX, offsetY)`](https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_offsetfloat-offsetx-float-offsety) | Move text position | | [`apply_gradient(startColor, endColor, direction)`](https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_gradient) | Static linear gradient | | [`apply_dynamic_gradient(start, end, dir, speed)`](https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_dynamic_gradient) | Animated moving gradient | | [`apply_lava(speed)`](https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_lavafloat-speed) | Flowing lava effect | | [`apply_color(color)`](https://github.com/TheSalts/Text_Effects/blob/main/CONFIGURATION.md#apply_color)
📊 Mod Details
- Game
- Minecraft Resource Packs
- Author
- TheSalts
- Version
- 1.1.5
- Downloads
- 2,497
- Endorsements
- 46
- Category
- core-shaders
- Created
- 1/22/2026
- Updated
- 5/31/2026
- Game Versions
- 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2
- Tags
- core-shaders, fonts, utility
🔧 How to Install Minecraft Resource Packs Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Resource Packs →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Resource Packs commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Resource Packs versions does TheSalt's Text Effects support?
The author lists 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19. Other versions may work but are untested by the author.
What is the latest version of TheSalt's Text Effects?
Version 1.1.5, published 2026-05-31 with 2,497 downloads recorded at the source.
Keep browsing — more Minecraft Resource Packs mods await
