Community listing page, reviews here may not be monitored by the author.
Cobblemon - Tim's TMs
No reviews yet
Adds a simple series of CDs with seriously serialized strategies. For Cobblemon!
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Filters
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Must be installed on both the client and the server.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
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.
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.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources