1.3.1
Compatibility
Changes
Version 1.3.1 / 版本 1.3.1
English
Official stable release for Fabric, NeoForge, and Forge.
Fixed
- Fixed NeoForge 1.21.8+ anvil operations that exceeded the vanilla limit but produced an empty result slot.
- NeoForge now patches both its older
createResultcalculation path and its newercreateResultInternalpath. - Cost scaling now changes only the final calculated experience cost. Invalid repairs keep their normal empty-output and zero-cost behavior.
Compatibility
- Remove the old 1.3.0 file before installing 1.3.1.
- Install only the jar that matches your loader. Do not place Fabric, NeoForge,
and Forge jars together in one
modsfolder. - Multiplayer servers must install the mod. Clients should use the same 1.3.1 loader-specific jar for correct anvil cost display.
Known Forge 26.1 Issue
Forge 26.1 / 62.0.9 can fail to initialize its loot modifier manager in some instances. That Forge-side failure can interrupt attacks and cause missing hit effects, sweep attacks, and durability loss. This mod does not modify combat, loot, sound, particles, or durability. Use Forge 26.1.2 or 26.2 when possible.
Verified
- NeoForge runtime verification: 1.21, 1.21.1, 1.21.4, 1.21.8, 1.21.10, 1.21.11, 26.1.1, 26.1.2, and 26.2.
- Forge runtime verification: 1.21, 26.1, and 26.2.
- Fabric runtime verification: 1.21, 26.1, and 26.2.
Files
- Fabric:
no-too-expensive-anvil-1.3.1.jar - NeoForge:
no-too-expensive-anvil-neoforge-1.3.1.jar - Forge:
no-too-expensive-anvil-forge-1.3.1.jar
中文
这是面向 Fabric、NeoForge 与 Forge 的正式稳定版本。
修复
- 修复 NeoForge 1.21.8 及更高版本中,超过原版等级限制后铁砧结果格为空的问题。
- NeoForge 现同时兼容旧版
createResult计算路径与新版createResultInternal计算路径。 - 经验曲线现在只修改最终计算出的经验等级;无效修复仍保留原版的空结果和零费用行为。
兼容性
- 安装 1.3.1 前请先删除旧的 1.3.0 文件。
- 每个实例只安装与加载器对应的一个 jar,不要把 Fabric、NeoForge、Forge 版本同时放进同一个
mods文件夹。 - 多人游戏中服务器必须安装本模组;客户端建议使用相同加载器对应的 1.3.1,以正确显示铁砧费用。
Forge 26.1 已知问题
部分 Forge 26.1 / 62.0.9 实例可能无法初始化战利品修正器管理器。这类 Forge 端异常会中断攻击处理,表现为缺少命中效果、横扫攻击和耐久消耗。本模组不修改战斗、战利品、音效、粒子或耐久。条件允许时请使用 Forge 26.1.2 或 26.2。
已验证
- NeoForge 运行时验证:1.21、1.21.1、1.21.4、1.21.8、1.21.10、1.21.11、26.1.1、26.1.2、26.2。
- Forge 运行时验证:1.21、26.1、26.2。
- Fabric 运行时验证:1.21、26.1、26.2。
文件
- Fabric:
no-too-expensive-anvil-1.3.1.jar - NeoForge:
no-too-expensive-anvil-neoforge-1.3.1.jar - Forge:
no-too-expensive-anvil-forge-1.3.1.jar
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:4OuU5Dhm:pLrtShdl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4OuU5Dhm:pLrtShdl"
}

