Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 3 years ago
Updated 23 hours ago
All versions
1.13.2.0
Release
1.13.2.023 hours ago 74
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
Platforms
Folia
Paper
Purpur
Spigot
Changes
更新内容 | Update Contents
- 现在切石机配方也可以使用结果处理器(仅paper及其衍生端) | Now stonecutter recipes can also use result processors(Paper and its forks only).
- 结果处理器新增支持一个组件类型里定义多个处理器 | Result processors now support defining multiple processors within one component type.
- 修复属性的结果处理器不支持1.20-1.20.4的问题 | Fixed an issue where the attribute result processor did not support versions 1.20 to 1.20.4.
- 修复服务器重载、启用、禁用数据包时会导致插件配方失效的问题(仅paper及其衍生端) | Fixed an issue where reloading, enabling, or disabling datapacks would cause plugin recipes to become invalid(Paper and its forks only).
- 修复create命令和配方创建菜单无法使用/符号作为配方名字的bug | Fixed a bug where the create command and the recipe creation menu could not use the '/' symbol as a recipe name.
Optional dependencies
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:mttZgFDu:mK7VfHfu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mttZgFDu:mK7VfHfu"
}




