Cobblemon Tim's TMs
🟠 Updated over a year ago⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.1% endorsement rate
- 🏆 #16 of 30 economy mods in this game by downloads
📋 About This Mod
A simple mod aimed at adding Technical Machine (TM) items to the Cobblemon mod. It adds one item, with the ID of `timstms:tm`, which has one data component on it by the ID of `timstms:move_name`.
# Obtaining a TM
## Commands
In order to obtain a TM via commands, you can modify the following command:
`/give timinc timstms:tm`
You can change the `timinc` portion to the username of the user you're giving the item to, or any player selector offered by Minecraft. You can change the `tackle` portion to the name of the move you're adding to the TM.
## Crafting Recipes
In order to obtain a TM via a Crafting Table crafting recipe, you can modify the following example:
```JSON { "type": "minecraft:crafting_shaped", "pattern": [ "AAA", "A A", "AAA" ], "key": { "A": { "item": "minecraft:stick" } }, "result": { "id": "timstms:tm", "components": { "timstms:move_name": "tackle" } } } ```
You can change the `tackle` portion to the name of the move you're adding to the TM. You can change the recipe to whatever you'd like, the result is the part I'm showing off.
## Loot Tables
In order to obtain a TM via a loot table, you can modify the following example and add it to your :
```JSON { "type": "minecraft:item", "name": "timstms:tm", "weight": 5, "functions": [ { "function": "minecraft:set_components", "components": { "timstms:move_name": "tackle" } } ] } ```
# Using a TM
In order to use a TM, simply interact (right-click) with it in hand on one of your Pokemon who can learn the move via TM. If it has space in its current move set, it will be added to the current move set at the end, if not, it will be added to the learned ("benched") moves.
📊 Mod Details
- Game
- Minecraft Mods
- Author
- tmetcalfe89
- Version
- 1.6-fabric-1.0.0
- Downloads
- 4,868
- Endorsements
- 3
- Category
- economy
- Created
- 3/31/2025
- Updated
- 3/29/2025
- Game Versions
- 1.21.1
- Tags
- economy, technology
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Cobblemon Tim's TMs support?
The author lists 1.21.1. Other versions may work but are untested by the author.
What is the latest version of Cobblemon Tim's TMs?
Version 1.6-fabric-1.0.0, published 2025-03-29 with 4,868 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await