Links
Tags
Creators
Details
1.3
Compatibility
Changes
更新内容
新内容:
- 添加规则
resonantWater: 当快捷栏中水桶左右两侧都有水桶时,使用中间的水桶不会消耗villagerMaxEnchantLevel: 调节村民出售附魔工具的最高附魔等级dispenserFillsCauldron: 允许发射器和炼药锅交互(和玩家的交互逻辑一样)
- 关于
villagerMaxEnchantLevel的附加说明:
1:工具匠出售附魔钻石锄(附魔等级与其他工具相同,最高为 19 级,更高等级也启用此特性)
2:最高附魔等级提升至 25
3:最高附魔等级提升至 33
4:最高附魔等级提升至 65
Bug修复:
- 修复了规则修改时命令行不返回修改值的问题
- 修复了规则名与其他carpet addition重复时导致崩溃的问题
Update Details
What's new:
Add rules
-
resonantWater: When there are water buckets on both sides of the hotbar, using the middle water bucket does not consume it. -
villagerMaxEnchantLevel: Adjusts the maximum enchantment level for tools sold by villagers. -
ispenserFillsCauldron: Allow Dispenser to interact with cauldron (act like player). -
Additional notes about the
villagerMaxEnchantLevelrule:
0: Disables the feature (default, vanilla behavior)
1: Toolsmith villagers sell enchanted diamond hoes (enchantment level is the same as other tools, maximum level 19., also enabled in higher level of this rule's setting)
2: Maximum enchantment level increased to 25
3: Maximum enchantment level increased to 33
4: Maximum enchantment level increased to 65
Bug Fix:
- Fix a bug that CLI return nothing about edited value when rules change.
- Fixed a bug that caused crashes when the rule name duplicated another carpet addition.
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:slX6HdVH:sjbeBLFb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:slX6HdVH:sjbeBLFb"
}

