Add sculk to exp fluid recipe, change the id of exp fluid cauldron 添加幽匿块产经验流体配方,修改经验流体锅的id#3310
Merged
Gu-ZT merged 51 commits intoAnvil-Dev:dev/1.21/1.6from Feb 27, 2026
Merged
Conversation
Contributor
QiuShui1012
commented
Feb 25, 2026
- resolved [TODO] 经验流体 #3230
- 添加了幽匿块产经验流体的配方
- 添加了HasAnvil配方谓词,用于限制执行配方的铁砧
- 为HasCauldron添加了概率,该概率只能控制流体是否转化
- 修改了经验流体锅的id(exp_cauldron -> exp_fluid_cauldron)以匹配现有的炼药锅-流体转换系统,顺带加上了漏掉的“流体”二字翻译
- 同步了1.5分支的更新
Currently translated at 100.0% (1345 of 1345 strings) Translation: Anvil-Dev/AnvilCraft/1.21/1.5 Translate-URL: https://translate.anvilcraft.dev/projects/anvilcraft/1-21-1-5/zh_Hans/
Translations update from AnvilCraft Translate
Fix bug of Moiré patterns appearing in the model of enchanted Heavy Halberds 修复重戟附魔时模型会出现摩尔纹的问题
- 将DestroyMode和DestroyType枚举实现为IExtensibleEnum接口,支持扩展 - 添加ExtensionInfo方法以返回非扩展枚举信息 - 调整代码格式和注解,抑制资源警告 - 修正DestroyType枚举中isFellingApplicableBlock方法的代码格式提升可读性 - 保持现有的功能逻辑不变,提升代码可维护性和扩展性
make DestroyType and DestroyMode public and extensible 优化DestroyMode和DestroyType枚举实现
(cherry picked from commit 76fa0e0)
- 修改 CI 工作流配置中的 VERSION_TYPE 环境变量值 - 使构建流程生成正式版本而非测试版本 - 保持其他构建参数不变
Fixed anvils instantly breaking when boosted by the Acceleration Ring 修复铁砧在环形加速器里直接碎
[ci skip] - 将mod_version从1.5.0更新为1.5.1 - 保持其他gradle.properties内容不变
[ci skip] Update the mod version number to 1.5.1 更新mod版本号至1.5.1
[ci skip] - 统一使用 BUILD_TYPE 环境变量代替多个布尔型环境变量管理构建类型 - 支持 pr、hotfix、snapshot、release 等多种构建类型的区分 - 对 release 类型构建屏蔽 buildNumber 和 version - 优化版本号获取逻辑,支持直接从 GitHub tag 提取版本 - 更新 GitHub Actions workflow 配置以适配新的 BUILD_TYPE 变量规范
[ci skip] Refactor build type and version number environment variable handling logic 重构构建类型与版本号环境变量处理逻辑
- 在neoforge.mods.toml中新增anvillib为必需依赖 - 设置依赖版本范围为1.4.0及以上 - 指定依赖加载顺序为AFTER - 依赖适用于客户端和服务端双侧环境
- 将 anvillib 版本从 1.4.0+build.172 升级到 1.4.0+build.187 - 保持其他依赖版本不变 - 更新版本信息以兼容最新功能和修复
Add anvillib dependency configuration 添加anvillib依赖配置
This reverts commit b5c750d.
Fix the bug where the recipe for consuming liquids does not execute when the pot is not full 修复消耗液体的配方在锅不满时不执行的bug
Currently translated at 100.0% (1345 of 1345 strings) Translation: Anvil-Dev/AnvilCraft/1.21/1.5 Translate-URL: https://translate.anvilcraft.dev/projects/anvilcraft/1-21-1-5/zh_Hans/
Translations update from AnvilCraft Translate
Fix bug that cannot obtain some advs, Change some title/desc of adv 修复成就无法获取的问题,更改部分成就描述
- 将 anvillib 版本从 1.4.0+build.187 更新为 1.4.0+build.188 - 保持其他依赖版本不变 - 确保依赖管理文件的一致性
Update the anvillib dependency to version 1.4.0+build.188 更新 anvillib 版本号至 1.4.0+build.188
Add manual description 添加手册描述
Fix the issue where other liquids can replace the role of molten gemstones in the synthesis process 修复其他液体可以替代熔融宝石参与合成的问题
- 修复了电感灯在其区块未加载时尝试阻止生成实体导致的锁死问题 - 修复了 SpawningManager 类中javadoc内名称翻译错误 - 扁平化了 SpawningManager 类的部分代码
- 为非默认模式的电感灯增加了作用范围显示 - 改进了部分代码格式
Make blocks of tungsten from other mods are heatable 使其它模组的钨块可被加热
Improved induction light 电感灯相关改进
Add the description of CheckStyle-IDEA plugin to CONTRIBUTINGs 为贡献指南添加CheckStyle-IDEA插件的相关描述
Fix sliding rail crashes when water interacts with blocks that cannot be waterlogged, fix update range of activator sliding rail. 修复滑轨与水和不能含水方块特定条件交互下崩档,修正激活滑轨更新范围。
Currently translated at 100.0% (1346 of 1346 strings) Translation: Anvil-Dev/AnvilCraft/1.21/1.5 Translate-URL: https://translate.anvilcraft.dev/projects/anvilcraft/1-21-1-5/zh_Hans/
Translations update from AnvilCraft Translate
…m/1.21/1.6 # Conflicts: # .github/workflows/ci.yml # gradle.properties # gradle/libs.versions.toml # src/main/java/dev/dubhe/anvilcraft/event/giantanvil/shock/DestroyMode.java # src/main/java/dev/dubhe/anvilcraft/event/giantanvil/shock/DestroyType.java # src/main/resources/assets/anvilcraft/lang/zh_cn.json
- 添加了幽匿块产经验流体的配方 - 添加了HasAnvil配方谓词,用于限制执行配方的铁砧 - 为HasCauldron添加了概率,该概率只能控制流体是否转化 - 修改了经验流体锅的id(exp_cauldron -> exp_fluid_cauldron)以匹配现有的炼药锅-流体转换系统,顺带加上了漏掉的“流体”二字翻译
Gu-ZT
approved these changes
Feb 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.