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
|
|
@ -39,6 +39,7 @@ const registerGTCEUHeats = (event) => {
|
|||
makeItemHeatByTagPrefix(TagPrefix.nugget, material, tfcProperty, 0.124)
|
||||
makeItemHeatByTagPrefix(TagPrefix.block, material, tfcProperty, 20)
|
||||
makeItemHeatByTagPrefix(TagPrefix.rodLong, material, tfcProperty, 1.429)
|
||||
makeItemHeatByTagPrefix(TagPrefix.gearSmall, material, tfcProperty, 1.429)
|
||||
|
||||
makeItemHeatByTagPrefix(TagPrefix.ingot, material, tfcProperty, 1.429)
|
||||
makeItemHeatByTagPrefix(TFGTagPrefix.ingotDouble, material, tfcProperty, 2.875)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue