фиксы
This commit is contained in:
parent
b6c0edd7f3
commit
d242626ab3
5 changed files with 102 additions and 24 deletions
|
|
@ -1081,8 +1081,7 @@ global.METAL_TO_SPECS = {
|
|||
isGTDup: true
|
||||
},
|
||||
|
||||
cast_iron:
|
||||
{
|
||||
cast_iron: {
|
||||
forging_temp: 921,
|
||||
welding_temp: 1228,
|
||||
melt_temp: 1535,
|
||||
|
|
@ -1091,6 +1090,21 @@ global.METAL_TO_SPECS = {
|
|||
props: []
|
||||
},
|
||||
|
||||
iron: {
|
||||
forging_temp: 921,
|
||||
welding_temp: 1228,
|
||||
melt_temp: 1535,
|
||||
fluid: "tfc:metal/cast_iron",
|
||||
percent_of_material: 100,
|
||||
tier: 1,
|
||||
props: [
|
||||
global.INGOT_GEN,
|
||||
global.NUGGET_GEN,
|
||||
global.DUST_GEN,
|
||||
global.ORE_CHUNKS_GEN
|
||||
]
|
||||
},
|
||||
|
||||
pig_iron: {
|
||||
forging_temp: 921,
|
||||
welding_temp: 1228,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue