changelog, fix invar crucible alloying, add tooltip to ice slush
This commit is contained in:
parent
5df4fcfcc6
commit
9fb45e2e0c
3 changed files with 16 additions and 6 deletions
|
|
@ -30,8 +30,8 @@ function registerTFCMetalsRecipes(event) {
|
|||
]).id('tfg:alloy/tin_alloy')
|
||||
|
||||
event.recipes.tfc.alloy('tfg:invar', [
|
||||
TFC.alloyPart('tfc:nickel', 0.60, 0.70),
|
||||
TFC.alloyPart('tfc:cast_iron', 0.30, 0.40)
|
||||
TFC.alloyPart('tfc:nickel', 0.30, 0.40),
|
||||
TFC.alloyPart('tfc:cast_iron', 0.60, 0.70)
|
||||
]).id('tfg:alloy/invar')
|
||||
|
||||
event.recipes.tfc.alloy('tfg:potin', [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue