Transport Drones (https://mods.factorio.com/mod/Transport_Drones) creates an internal recipe copy for each item in the game. These are used by the mod to tell the drones to bring items to requester buildings (like logistics bots do but with cars instead).
Helmod sees those recipes and adds them to the list to choose from but causes the following error when selecting one (by accident). As those recipes are not used in production, only transport, can you please have them hidden from helmod?
https://imgur.com/a/4RajaZy
1461.222 Script @helmod/controller/DispatcherController.lua:71: LuaVoidEnergySourcePrototype doesn't contain key fluid_box.
stack traceback:
helmod/model/EnergySourcePrototype.lua:242: in function 'getFuelPrototypes'
helmod/model/EnergySourcePrototype.lua:275: in function 'getFirstFuelPrototype'
helmod/model/EnergySourcePrototype.lua:295: in function 'getFuelPrototype'
helmod/model/EnergySourcePrototype.lua:325: in function 'getFuelCount'
helmod/model/RecipePrototype.lua:347: in function 'getIngredients'
helmod/data/ModelCompute.lua:495: in function 'prepareBlock'
helmod/data/ModelCompute.lua:117: in function 'update'
helmod/selector/AbstractSelector.lua:271: in function 'onEvent'
helmod/core/Form.lua:294: in function 'handler'
helmod/controller/DispatcherController.lua:63: in function <helmod/controller/DispatcherController.lua:53>
[C]: in function 'pcall'
helmod/controller/DispatcherController.lua:53: in function 'send'
helmod/controller/Controller.lua:899: in function 'send'
helmod/controller/Controller.lua:372: in function 'onGuiEvent'
helmod/controller/Controller.lua:353: in function 'handler'
helmod/controller/DispatcherController.lua:63: in function <helmod/controller/DispatcherController.lua:53>
[C]: in function 'pcall'
helmod/controller/DispatcherController.lua:53: in function 'send'
helmod/controller/EventController.lua:250: in function <helmod/controller/EventController.lua:242>