Skip to content

Commit

Permalink
Fixed when placing an electric offshore waterpump over its ghost, the…
Browse files Browse the repository at this point in the history
… module request would be forgotten (973)
  • Loading branch information
LovelySanta committed Feb 27, 2024
1 parent 4fd9089 commit 79e8c0f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions angelsrefining/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 0.12.8
Date: ???
Bugfixes:
- Fixed when placing an electric offshore waterpump over its ghost, the module request would be forgotten (973)
---------------------------------------------------------------------------------------------------
Version: 0.12.7
Date: 21.02.2024
Changes:
Expand Down
2 changes: 1 addition & 1 deletion angelsrefining/control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ end)

-- built events
script.on_event(defines.events.on_built_entity, function(event)
sea_pump:on_build_entity(event.created_entity, {})
sea_pump:on_build_entity(event.created_entity, event.tags or {})
end)
script.on_event(defines.events.on_robot_built_entity, function(event)
sea_pump:on_build_entity(event.created_entity, event.tags or {})
Expand Down
2 changes: 1 addition & 1 deletion angelsrefining/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angelsrefining",
"version": "0.12.7",
"version": "0.12.8",
"factorio_version": "1.1",
"title": "Angel's Refining",
"author": "Arch666Angel",
Expand Down

0 comments on commit 79e8c0f

Please sign in to comment.