Mineuniverse
Log in Register
Mods

Cobblemon - Tim's TMs

Adds a simple series of CDs with seriously serialized strategies. For Cobblemon!
by TimInc
Download Claim this project
7,021 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Technology

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[timstms:move_name="tackle"]

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:

{
  "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 :

{
  "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.

cobblemon-timstms-1.6-fabric-1.0.0.jar
MC Fabric, Client, 1.21.1, Server
Release 2025-03-29 Get

More from TimInc

Cobblemon Capture XP
9,661,914
JsonifyCraft
9,507
Cobblemon Pokerus
829,748
Cobblemon Spawn Chaining
77,463
Cobblemon Shedders
6,782
Cobblemon Drop Loot Tables
668,969

You Might Also Like

Rope Bridge
Ever wanted to build a rope bridge to an inaccessible area? With Rope Bridge, you can!
9,737,029
Ender IO Forestry
Forestry integration module for a modular Ender IO installation
998,058
Immersive Industry (1.16/1.20)
Introduce more various process and energy production machines to Immersive Engineering.
978,517
[IV/MTS] Q.M.P [Qawsed Military pack]
Military armor NATO and SOVIET Army
97,945
CreepTech
Technology + Adventure
9,965
[Immersive Vehicles] Ghost Corporation (Ghostride)
Pack for Immersive Vehicles, adds cars from my imagination
9,960