Merge pull request #27 from shadoxxhd/ElectricTrains

ElectricTrains compatability
This commit is contained in:
PreLeyZero 2022-05-05 14:41:35 +02:00 committed by GitHub
commit 8b4758ade5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
function make_burner_recipe(item)
if string.find(item, "dummy") then return end -- fix for ElectricTrains crash
local blank = {
name = 'fu_burn_oxygen_recipe',
type = 'recipe',
@ -38,4 +39,4 @@ function burner_recipe_generator()
end
burner_recipe_generator()
burner_recipe_generator()