фиксы

This commit is contained in:
Dmitry 2023-12-28 21:56:01 +07:00
parent b6c0edd7f3
commit d242626ab3
5 changed files with 102 additions and 24 deletions

View file

@ -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,