用群峦火箱取代群峦高炉来参与锅炉与引擎的配方合成#26
Open
dalizi2333 wants to merge 3 commits into
Open
Conversation
- 移除event_recipes.js中的重复replaceInput代码 - 将create:blaze_burner配方和相关输入替换从tfc:blast_furnace改为tfc:firebox - 统一将相关配方集中在tfc_compact.js中管理
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.
PR: 将 TFC 高炉配方迁移至 tfc_compact.js 并改用 firebox
概述
本 PR 解决了以下问题:
replaceInput配方(存在于event_recipes.js和tfc_compact.js两处)create:blaze_burner配方和相关输入替换从tfc:blast_furnace改为tfc:firebox(造价更合理)变更内容
问题分析
event_recipes.js和tfc_compact.js中都存在一模一样的replaceInput将原版高炉替换为 TFC 高炉的代码tfc:blast_furnace造价过于昂贵,使用tfc:firebox作为替代更为合适修改文件
1.
server_scripts/event_recipes.jscreate:blaze_burner配方(原使用tfc:blast_furnace)replaceInput替换原版高炉为 TFC 高炉的代码(避免重复)2.
server_scripts/tfc_compact.jsreplaceInput的替换目标从tfc:blast_furnace改为tfc:fireboxcreate:blaze_burner配方,使用tfc:firebox作为核心材料具体变更
分支信息
20260526base(gundami 维护的 base 分支,基于b989c907)feature/blast-furnace-firebox-refactor(新建)验证建议
/reloadcreate:blaze_burner配方是否正确注册(使用tfc:firebox)tfc:firebox