Skip to content

Commit

Permalink
Heavy offshore pump #952
Browse files Browse the repository at this point in the history
Changes to make the Heavy offshore pump work nicely with Helmod
  • Loading branch information
KiwiHawk committed Dec 12, 2023
1 parent c166b6d commit 5a717ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion angelsrefining/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
Version: 0.12.5
Date: xx.xx.xxxx
Changes:
- Added an beaconable electric offshore waterpump
- Moved Electro-refining to purple science. Replaced Crystal catalyst with Hybrid catalyst in Thorium sorting recipe (909)
- Compatibility with Bob's changes (911)
- Enabled productivity modules for Thorium Ore sorting recipe (929)
- Added custom error message for when trying to insert invalid items into a barreling pump (933)
- Changed Crystal catalyst recipe to require Crystallizer 2 (943)
- Removed Crystal catalyst from Bob's gem ore crystallization recipes (943)
- Changed the Recipe Builder to make it easier for other mods to add their own materials (950)
- Added a beaconable electric offshore waterpump (952)
---------------------------------------------------------------------------------------------------
Version: 0.12.4
Date: 23.02.2023
Expand Down
9 changes: 5 additions & 4 deletions angelsrefining/prototypes/buildings/sea-pump.lua
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,10 @@ data:extend({
{
type = "resource",
name = "sea-pump-resource",
icon = "__angelsrefining__/graphics/entity/sea-pump/empty.png",
icon_size = 1,
icon_mipmaps = 1,
localised_name = { "fluid-name.water" },
icon = "__base__/graphics/icons/fluid/water.png",
icon_size = 64,
icon_mipmaps = 4,
flags = { "placeable-neutral", "not-on-map" },
selectable_in_game = false,
category = "sea-pump",
Expand Down Expand Up @@ -184,7 +185,7 @@ data:extend({
icon = "__angelsrefining__/graphics/icons/sea-pump-ico.png",
icon_size = 32,
icon_mipmaps = 1,
flags = { "placeable-neutral", "player-creation", "hidden" },
flags = { "placeable-neutral", "player-creation" },
minable = { mining_time = 0.5, result = "sea-pump" },
placeable_by = { item = "sea-pump", count = 1 },
resource_categories = { "sea-pump" },
Expand Down

0 comments on commit 5a717ee

Please sign in to comment.