Private
Public Access
1
0

Update version to 0.3.2, add reactor explosions metric, and adjust settings for third-party Lua workspace

This commit is contained in:
Jan Grießhaber
2026-01-06 15:42:53 +01:00
parent 765cd0bdd9
commit a6e503da3d
4 changed files with 3 additions and 5 deletions

View File

@@ -1,4 +1,3 @@
-- ENTITY
local entity = table.deepcopy(data.raw["constant-combinator"]["constant-combinator"])
entity.name = "metrics-combinator"
@@ -9,7 +8,6 @@ entity.minable = {
entity.allow_copy_paste = true
entity.icon = "__base__/graphics/icons/constant-combinator.png"
entity.icon_size = 64
--entity.operable = false
entity.flags = { "get-by-unit-number", "placeable-neutral", "placeable-player" }
-- ITEM
@@ -24,7 +22,6 @@ local item = {
stack_size = 50
}
-- RECIPE (sichtbar von Spielstart)
local recipe = {
type = "recipe",
name = "metrics-combinator",