Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
---------------------------------------------------------------------------------------------------
Version: 1.2.0
Date: 2025-01-01
  Bugfixes:
    - Fixed bug where water spawned underneath the character didn't teleport the character to a safe position
  Features:
    - [Space Age] Only planets similar to Nauvis (same pressure) can be dug. I will later look into supporting the other planets.
    - The excavator now actually benefits from productivity bonuses. Previously this was counteracted so you couldn't infinitely generate stone by crafting landfill, placing it and excavating it. But now landfill can be mined by hand this isn't necessary anymore and simplifies the mod logic.
    - When ghost excavatable tiles aren't able to be placed for any reason the place-ghost events should now be removed from the player's undo-stack as if nothing happened.
  • Loading branch information
semantic-release-bot committed Jan 1, 2025
1 parent bf0b6e1 commit dddb1f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
---------------------------------------------------------------------------------------------------
Version: 1.2.0
Date: 2025-01-01
Bugfixes:
- Fixed bug where water spawned underneath the character didn't teleport the character to a safe position
Features:
- [Space Age] Only planets similar to Nauvis (same pressure) can be dug. I will later look into supporting the other planets.
- The excavator now actually benefits from productivity bonuses. Previously this was counteracted so you couldn't infinitely generate stone by crafting landfill, placing it and excavating it. But now landfill can be mined by hand this isn't necessary anymore and simplifies the mod logic.
- When ghost excavatable tiles aren't able to be placed for any reason the place-ghost events should now be removed from the player's undo-stack as if nothing happened.
---------------------------------------------------------------------------------------------------
Version: 1.1.7
Date: 2024-07-30
Bugfixes:
Expand All @@ -19,7 +28,6 @@ Version: 1.1.4
Date: 2024-06-09
Bugfixes:
- Fixed recipe being unlocked at the start despite having a recipe.
- Fixed recipe being unlocked at the start despite having a recipe.
---------------------------------------------------------------------------------------------------
Version: 1.1.3
Date: 2024-06-03
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "canal-excavator",
"version": "1.1.7",
"version": "1.2.0",
"title": "Canal Excavator",
"author": "Jurgy",
"factorio_version": "2.0",
Expand Down

0 comments on commit dddb1f6

Please sign in to comment.