Forge, Anvil Tweaks (#1417)
* rearrange anvil sequences to match convention * add heating and melting to basic forgeable gears * another anvil tweak * Update changelog * typo! * refactor heating and forging of small gears * refactor gear forging to use built-in material forge tier * one last fix --------- Signed-off-by: Gustavo <77560533+gustovafing@users.noreply.github.com> Co-authored-by: Gustavo <77560533+gustovafing@users.noreply.github.com> Co-authored-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
parent
87f9d0cf6d
commit
5f151cdab2
6 changed files with 41 additions and 46 deletions
|
|
@ -96,7 +96,7 @@ const registerCreateAdditionsRecipes = (event) => {
|
|||
|
||||
//#region Liquid blaze burners
|
||||
|
||||
event.recipes.tfc.anvil('createaddition:straw', '#forge:plates/tin_alloy', ['shrink_second_last', 'upset_not_last', 'punch_last'])
|
||||
event.recipes.tfc.anvil('createaddition:straw', '#forge:plates/tin_alloy', ['punch_last', 'shrink_second_last', 'upset_not_last'])
|
||||
.tier(3)
|
||||
.id(`tfc:anvil/straw`)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue