Page 1 of 1

[Rseding91] [1.0.0] Rotating assembly machine with moded heat pipe location does not disconnect it

Posted: Tue Sep 29, 2020 2:34 pm
by FacelessDE
Dear support team,

all machine with the type assembling machine and with energy source heat have maybe a bug.

Image

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"
}
Is my code wrong or is this a bug?

Regards
Faceless

Re: [1.0.0] Rotating assembly machine with moded heat pipe location does not disconnect it

Posted: Tue Sep 29, 2020 7:18 pm
by Rseding91
Thanks for the report. It's now fixed for the next release.