Skip to content

Commit

Permalink
Drop ghost chest support due to missing api feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Quezler committed Dec 31, 2024
1 parent 7986b84 commit e49326c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 2.0.3
Date: 2024. 12. 31
Info:
- Drop ghost chest support due to missing api feature
---------------------------------------------------------------------------------------------------
Version: 2.0.2
Date: 2024. 12. 31
Info:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ local function get_entity_name(entity)
end

local function compatible(event)
return get_entity_type(event.source) == "assembling-machine" and requester_chest_names[get_entity_name(event.destination)]
return get_entity_type(event.source) == "assembling-machine" and requester_chest_names[event.destination.name]
end

local function serialize_requests(requester_chest)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Assembling machine request chest paste multiplier",
"description": "Pasting an assembling machine several times on a requester chest increases the total requested.",

"version": "2.0.2",
"version": "2.0.3",
"author": "Quezler",
"factorio_version": "2.0",

Expand Down

0 comments on commit e49326c

Please sign in to comment.