Mineuniverse
Log in Register
Mods

Cobble Too Hot

CobbleTooHot makes nearby mons influence your Tough As Nails body temperature, so a Charizard can feel hotter than a Charmander. Configure per-mon/type
by teralys
Download Claim this project
1,067 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Addons Server Utility Utility & QoL

CobbleTooHot

CobbleTooHot is a tiny “bridge” mod that lets Cobblemon Pokémon affect Tough As Nails temperature when they’re near a player.

Want a Charizard to feel hotter than a Charmander? Or an Articuno to chill the air more than an Abomasnow? This mod allows you to do that with a simple configuration.

What It Does

  • Scans for nearby Cobblemon PokemonEntity around each player.
  • Applies a temperature influence based on either:
    • Per-species config (perPokemon), or
    • Optional per-type fallback (perType) if a species isn’t listed.
  • Feeds into Tough As Nails’ player temperature modifiers system.

TAN temperature remains (ICY, COLD, NEUTRAL, WARM, HOT) and continues to change over time (TAN’s delays/configs still apply).

Requirements

  • Minecraft 1.21.1
  • Tough As Nails (required)
  • Cobblemon (optional, but you’ll want it for… Pokémon)

Config

{ "enabled": true, "radiusBlocks": 8, "maxTotalShift": 4, "updateIntervalTicks": 20, "perPokemon": { "cobblemon:charizard": "HOT", "cobblemon:charmander": "WARM", "cobblemon:articuno": "ICY", "cobblemon:abomasnow": "COLD" }, "perType": { "fire": "HOT", "ice": "ICY" } }

Notes:

  • perPokemon values are TAN levels: ICY | COLD | NEUTRAL | WARM | HOT
  • perType is optional. Keys are Cobblemon type showdown IDs (e.g. fire, ice, water).
  • Dual-types use an average between the two type deltas (so Fire+Ice tends toward neutral unless you tune your perType mapping).
  • maxTotalShift caps how strong the combined effect can be (prevents “stack 30 Pokémon” situations).
  • updateIntervalTicks throttles scans (default 20 = once per second).

Color codes supported in messages:

  • Legacy & codes (ex: &a, &e, &l, &r)
  • Hex colors: &#RRGGBB
  • Escape a literal ampersand with &&

Commands

  • /cobbletoohot status
    • Shows your current TAN temperature and nearby configured Pokémon influences.
  • /cobbletoohot reload (perm 2)
    • Reloads config.json + messages.json.
  • /cobbletoohot debug (perm 2)
    • Extra info for troubleshooting (registration, computed shifts, etc.).

Performance

This mod does an entity query in a radius around each player, then reflects species/type info from nearby Pokémon.

If you expect a lot of Pokémon around players, keep radiusBlocks modest and increase updateIntervalTicks (e.g., 20–40).

cobbletoohot-neoforge-1.0.0.jar
MC 1.21.1, NeoForge, Server
Release 2026-01-05 Get
cobbletoohot-fabric-1.0.0.jar
MC Fabric, 1.21.1, Server
Release 2026-01-05 Get

More from teralys

Cobble Teams
538
Cobble Q.O.L
484

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