Example log file attached.
Loader energy source defined as follows.
Code: Select all
	{
		type = "fluid",
		fluid_box = {
			filter = "steam",
			base_area = 0.5,
			base_level = -1,
			height = 2,
			production_type = "input-output",
			pipe_picture = nil,
			pipe_connections = {
				{ type="input-output", position = {1, 0} },
				{ type="input-output", position = {-1, 0} },
			},
			pipe_covers = [ DEFINITION ],
			secondary_draw_orders = { north = -1 },
		},
		maximum_temperature = 165,
		scale_fluid_usage = true,
		light_flicker = [ DEFINITION ],
	}	
