Mineuniverse
Log in Register
Mods

Throwable Dye

This mod allows you to throw dyes!
by iamaprogramer
Claim this project
347 downloads
0 likes
Updated Jun 30, 2026
0 hypes

Overview

This is a mod that allows you to throw dyes!

Throwing it at a block with a colored variant (eg. concrete) will dye the block the color of the dye you threw. This should work with every vanilla block.

This will also work with modded blocks, however, there are some exceptions which will need to be added to the config manually.

 

Config

 

Technical Overview

The way this mod works is when the thrown dye hits a block, it will get the block's id.

Then it will check if the block id starts or ends with a dye color. If it does, it will replace the color in the block id, with the thrown dye color.

If a color is not found in the block id, the it will try appending the thrown dye color to the beginning of the block id.

Finally, if that fails, it will fall back to the config file, and check if there is a colored block variant mapped to the default block.

 

Adding to the config

On the event that a some blocks do not work, you can add it into the config.

The config is called throwabledye.json. The syntax is as follows:

"somemod:block_id": "{color}_block_id"

A working example of this would be:

"minecraft:glass": "{color}_stained_glass"

Some blocks have a base, or un-dyed, variant, such as glass or terracotta. Unlike terracotta, dyed glass does not keep the same color + blockid format, it has an extra word, "stained", which is not referenced in the base variant, so the base variant needs to be mapped to the colored variant.

This is done by making the base block id the key. Then taking the colored block id, putting {color} where the color name would be, and making it the value. Then the mod can replace {color} with the thrown dye color.

No files available for download.

More from iamaprogramer

Better Potion Visuals
5,767
Toggle Item Frames
549,338
ImageToWorld
4,729
Reimagined World Menu
44,824
Heart Rings
387
Nature's Expert
281

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