Update version to 0.3.2, add reactor explosions metric, and adjust settings for third-party Lua workspace
This commit is contained in:
3
data.lua
3
data.lua
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user