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:
Zippity 2025-07-28 15:43:54 -07:00 committed by GitHub
parent 87f9d0cf6d
commit 5f151cdab2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 41 additions and 46 deletions

View file

@ -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`)