Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Version: 3.0.15
Date: ???
Changes:
- Increased ht-pipe-to-ground health to match vanilla pipe-to-ground's health
- Nexelit battery recipe now produces un-charged battery. (WARNING: BREAKING CHANGE)
- Nexelit-powered accumulator MK 01 now uses un-charged batteries. (WARNING: BREAKING CHANGE)
---------------------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion prototypes/pipes/ht-pipes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ ENTITY {
mining_time = 0.1,
result = "ht-pipes-to-ground"
},
max_health = 100,
max_health = 150,
corpse = "small-remnants",
resistances = {
{
Expand Down