Description
Touch Danger
A Fabric mod for Minecraft Java 1.21.11 that picks one random vanilla dye color per dimension. If your body overlaps blocks of that color, you die. The lethal color is announced in chat whenever it changes.
Requirements
- Minecraft 1.21.11
- Fabric Loader (see fabricmc.net)
- Fabric API (version matching your game, e.g.
0.139.4+1.21.11) - Java 21+
Installation
- Install Fabric Loader for 1.21.11.
- Download Fabric API and place it in your
modsfolder. - Add
touch-danger-1.0.0.jartomods
How it works
- Per dimension: Overworld, Nether, and End each have their own lethal color.
- Blocks: Counts standard dyed blocks (wool, concrete, carpet, stained glass, terracotta, glazed terracotta, shulker boxes, candles, beds, etc.).
- Creative / spectator: You are not killed by the lethal color.
When the lethal color changes
- World load: The first time a dimension needs a color, it is rolled once.
- Death: Any player death in that dimension rerolls the color for that dimension.
- Command: See below.
Commands
| Command | Permission | Effect |
|---|---|---|
/touchdanger reroll |
Level 2 (gamemaster / op-style) | Rerolls the lethal color for the dimension of the command source (e.g. the world you are in when you run it as a player). |
License
MIT — see LICENSE.


