Cobblemon Tim's TMs 图标

Cobblemon Tim's TMs

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.6-fabric-1.0.0
本资源为搬运资源,原资源地址: https://modrinth.com/mod/cobblemon-timstms
资源信息

Minecraft 版本: 1.21.1

平台: fabric

标签: economy 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.

📥 下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Last Death Location

价格:0 墨喵币
下载量:0

查看详情
Snowball and Egg Knockback

价格:0 墨喵币
下载量:0

查看详情
Potion Rings - Reforged

价格:0 墨喵币
下载量:0

查看详情
Inventory Particles

价格:0 墨喵币
下载量:0

查看详情