Another Cobblemon Moves API 图标

Another Cobblemon Moves API

作者:rebot | 分类:模组

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

Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11

平台: neoforge

标签: library optimization

资源介绍

Another Cobblemon Moves API [ACMA]

ACMA is a minimalist API for Cobblemon that allows you to add moves to existing Pokémon without overwriting their original data. Unlike standard datapacks that replace entire species files, ACMA merges your additions at server startup, ensuring compatibility with other mods.


Key Features

  • Non-Destructive Merging: Add moves without touching original species files.
  • Full Move Support: Compatible with Level-up, TM, Tutor, Egg, and Legacy moves.
  • Smart Logic: If a move is added at a lower level than its existing entry, ACMA automatically prioritizes the lower level.
  • Simple Format: Uses clean, readable json files.

Quick Start Guide

1. File Structure

Create a JSON file in your datapack or mod:

data/[your_namespace]/moves_additions/[filename].json

Example: data/my_cool_mod/moves_additions/pikachu_moves.json

2. JSON Format

Example for Pikachu:

{
  "target": "cobblemon:pikachu",
  "moves": [
    "1:tackle",
    "5:growl",
    "tm:thunderbolt",
    "tutor:iron_tail",
    "egg:volt_tackle",
    "legacy:surf"
  ]
}
3. Prefixes Explained
  • Level:Move (e.g., 1:tackle): Learned at the specified level.
  • tm:Move: Technical Machine.
  • tutor:Move: Move Tutor.
  • egg:Move: Breeding/Egg moves.
  • legacy:Move: Event or past-generation moves.
4. Practical Example (Arceus)

To give Arceus the move Redemption (A new custom move) at level 100:

File: data/cobblemon/moves_additions/arceus_redemption.json

{
  "target": "cobblemon:arceus",
  "moves": [
    "100:redemption"
  ]
}

Installation

  1. Download the .jar file.
  2. Drop it into your mods folder.
  3. Launch the game!
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Wardens Stuff

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

查看详情
NLLCORE

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

查看详情
[MTR4]JR東日本 E131系 | JR East E131 Series

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

查看详情
ScamRadar [server no longer available]

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

查看详情