Reduce mining time of the burner lamp

This commit is contained in:
Simon Brodtmann 2025-08-22 16:07:21 +02:00
parent 18475a7c43
commit dd22ecb954

View file

@ -11,19 +11,17 @@ data:extend({
name = "burner-lamp", name = "burner-lamp",
type = "assembling-machine", type = "assembling-machine",
minable = { minable = {
mining_time = 2.0, mining_time = 0.1,
result = "burner-lamp", result = "burner-lamp",
}, },
icon = Lignumis.graphics .. "icons/burner-lamp.png", icon = Lignumis.graphics .. "icons/burner-lamp.png",
icon_size = 64, icon_size = 64,
icon_mipmaps = 4, icon_mipmaps = 4,
fast_replaceable_group = "large-lamp",
--next_upgrade = "lamp",
collision_mask = { layers = { object = true, water_tile = true, meltable = true, player = true } }, collision_mask = { layers = { object = true, water_tile = true, meltable = true, player = true } },
crafting_speed = 1, crafting_speed = 1,
crafting_categories = { "lamp-burning" }, crafting_categories = { "lamp-burning" },
fixed_recipe = "burner-lamp-burning", fixed_recipe = "burner-lamp-burning",
dying_explosion = "medium-explosion", dying_explosion = "lamp-explosion",
show_recipe_icon = false, show_recipe_icon = false,
show_recipe_icon_on_map = false, show_recipe_icon_on_map = false,
source_inventory_size = 1, source_inventory_size = 1,