Links
Tags
Creators
Details
All versions
0.1.0-beta.1
Beta
CAD Editor 0.1.0-beta.110 months ago 222
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Changes
0.1.0-beta
New
- Food component overhaul: fetch from the Vault and edit component data.
- Suspicious Stew effect editor: customize the effects granted on consumption.
- Firework editor: edit explosion and related properties.
- Book & Quill editor: edit page content directly in the editor.
- Bundle editor: manage items stored inside bundles.
- Pottery update: set pottery patterns.
- More editable items:
- Fire Resistance
- Intangible Projectile (creative-only pickup after firing)
- Maps
- Buckets (Tropical Fish, Axolotl)
- Armor Trims
- Containers (barrels, chests, shulker boxes, dispensers, etc.); containers can be assigned loot tables
Improvements
- Rewrote debug output.
- Replaced truly deprecated APIs.
Fixes
- Fixed an issue where Glow could not be removed.
- Fixed an issue where built-in potion and food effects could not be edited.
新增
- food 组件革新:支持从保险库取出并编辑组件数据。
- 迷之炖菜效果编辑:可以编辑迷之炖菜的食用效果。
- 烟花编辑:编辑烟花的爆炸等效果。
- 书与笔编辑:可在编辑器直接编辑书页内容。
- 收纳袋编辑:编辑收纳袋内的物品。
- 陶瓷更新:可设置陶瓷花纹。
- 更多可编辑项目:
- 防火
- 虚实箭矢(仅创造模式可拾取)
- 地图
- 水桶(热带鱼、美西螈)
- 护甲镶嵌
- 各类容器(桶、箱子、潜影盒、发射器等),容器可设定战利品表
改进
- 重写调试用 Debug 信息。
- 替换真正弃用的 API。
修复
- 修复发光效果无法取消的问题。
- 修复药水、食物自带效果无法编辑的问题。
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:BEGSJDUS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MJW1h2CF:BEGSJDUS"
}

