all machine with the type assembling machine and with energy source heat have maybe a bug.
The both left machines have a recipe without fluid. I rotation the machine and the heat pipe lose the connection with the machine. Perfect.
BUT the both right machines have a recipe with fluid. I rotation the machine and the heat pipe don´t lose the connection. Why?
My code is:
Code: Select all
data.raw["assembling-machine"]["assembling-machine-2"].energy_source = {
connections = {
{
direction = 2,
position = {
1.0,
0
},
},
{
direction = 6,
position = {
-1.0,
0
}
}
},
max_temperature = 130,
min_working_temperature = 75,
max_transfer = "2GW",
specific_heat = "1MJ",
type = "heat"
}
Regards
Faceless