Boiler chaning 0.16 to 0.17
Posted: Fri Mar 08, 2019 6:55 am
Hi all, I have a problem with a boiler prototype in the 0.17. This code will create a nerfed version of heat exchanger:
local HeatExchanger = table.deepcopy(data.raw.boiler["heat-exchanger"])
HeatExchanger.name = "CW-basic-heat-exchanger"
HeatExchanger.icon = "__CW-thermal-solar-power__/graphics/icons/heat-boiler1.png"
HeatExchanger.target_temperature = 165
HeatExchanger.output_fluid_box.base_area = 10
HeatExchanger.energy_consumption = "1.8MW"
HeatExchanger.energy_source.specific_heat = "100KJ"
HeatExchanger.minable.result = "CW-basic-heat-exchanger"
Work well in the 0.16 but in the 0.17 not anymore, in particular the target_temperature remain to 500C, any suggestion?
local HeatExchanger = table.deepcopy(data.raw.boiler["heat-exchanger"])
HeatExchanger.name = "CW-basic-heat-exchanger"
HeatExchanger.icon = "__CW-thermal-solar-power__/graphics/icons/heat-boiler1.png"
HeatExchanger.target_temperature = 165
HeatExchanger.output_fluid_box.base_area = 10
HeatExchanger.energy_consumption = "1.8MW"
HeatExchanger.energy_source.specific_heat = "100KJ"
HeatExchanger.minable.result = "CW-basic-heat-exchanger"
Work well in the 0.16 but in the 0.17 not anymore, in particular the target_temperature remain to 500C, any suggestion?