I want to create a new electric furnace. Is there a way to just code this:
Code: Select all
data:extend({
{
-- everything else stays the same as in "electric-furnace" entity, I just want to create a new entity and override this things:
type = "furnace",
name = "electric-furnace-mk2",
icon = "__base__/graphics/icons/electric-furnace.png",
max_health = 300,
crafting_speed = 4,
energy_usage = "360kW",
},
})