Skip to content

Commit

Permalink
other: The quality of the fluid unit combinator now matches the quali…
Browse files Browse the repository at this point in the history
…ty of the fluid unit itself.
  • Loading branch information
notnotmelon committed Oct 29, 2024
1 parent 8e0fa71 commit 02eae71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ data:extend {
selectable_in_game = false,
remove_decoratives = "false",
name = "fluid-memory-unit-powersource",
quality_indicator_scale = 0,
hidden = true,
flags = {"placeable-neutral", "not-selectable-in-game", "not-rotatable", "not-flammable", "placeable-off-grid"}
},
Expand Down Expand Up @@ -181,6 +182,7 @@ data:extend {
item_slot_count = 1,
name = "fluid-memory-unit-combinator",
type = "constant-combinator",
quality_indicator_scale = 0,
collision_mask = {layers = {}},
remove_decoratives = "false",
activity_led_light_offsets = {{0, 0}, {0, 0}, {0, 0}, {0, 0}},
Expand Down

0 comments on commit 02eae71

Please sign in to comment.