Companion Drones Use K2 Vehicle Fuel


Adds ability of Klonan's Companion Drones to use Krastorio2's fuel, biofuel, and advanced fuel

Tweaks
10 months ago
1.1
335

i Table.insert

9 months ago

I suggest changing this mod to use table insert, to be better compatible with other mods that does changes to energy sources.

if mods["Krastori2"] then 
  table.insert(data.raw["spider-vehicle"]["companion"].energy_source.fuel_categories, "vehicle-fuel")
end
if mods["aai-industry"] then
  table.insert(data.raw["spider-vehicle"]["companion"].energy_source.fuel_categories,, "processed-chemical")
end

New response