Links
Tags
Creators
Details
All versions
0.1.0-beta.2
Beta
CAD Editor 0.1.0-beta.210 months ago 27.4K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Changes
0.1.0-beta.2 · 2025-10-20
New
- Villager Editor: update basic villager data and trade offers.
- Player Editing (Expanded): broader capabilities for editing player attributes and data.
- Taming / Riding / Mounts: support for these mechanics (fun note: saddling a llama lets you control it).
新增
- 村民编辑器:可更新村民的基础信息与交易内容。
- 玩家编辑(扩展):拓展玩家属性与数据的编辑能力。
- 驯服 / 骑乘 / 坐骑:支持相关机制(意外发现:给羊驼上鞍即可控制行动,没错你可以骑乘羊驼)。
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:MJW1h2CF:ixEGth78"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MJW1h2CF:ixEGth78"
}

