Skip to content

Commit

Permalink
Merge pull request #165 from post-kerbin-mining-corporation/dev
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
ChrisAdderley authored Apr 17, 2021
2 parents b93b85c + 3b66cb8 commit 56ba12c
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .mod_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ dependencies: # Configure dependencies
location: github
repository: post-kerbin-mining-corporation/Waterfall
SystemHeat:
tag: 0.4.0
tag: 0.4.1
location: github
repository: post-kerbin-mining-corporation/SystemHeat
SpaceDust:
tag: 0.4.0
tag: 0.4.1
location: github
repository: post-kerbin-mining-corporation/SpaceDust
deploy:
Expand Down
Binary file modified GameData/FarFutureTechnologies/Plugins/FarFutureTechnologies.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"MAJOR":1,
"MINOR":1,
"PATCH":3,
"PATCH":4,
"BUILD":0
},
"KSP_VERSION":
Expand Down
1 change: 1 addition & 0 deletions Source/FarFutureTechnologies/ModuleChargeableEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ void DoRecharge()

if (CurrentCharge >= ChargeGoal)
{
CurrentPowerConsumption = 0f;
if (chargeState != ChargeState.Ready)
{
SetUIState(ChargeState.Ready);
Expand Down
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.1.4
-----
- Updated Waterfall to 0.6.3
- Updated SystemHeat to 0.4.1
- Updated SpaceDust to 0.4.1
- Fixed an issue with reporting of electric charge consumption with ModuleChargeableEngine

1.1.3
-----
- Updated B9PartSwitch to 2.18.0
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=============================
FAR FUTURE TECHNOLOGIES 1.1.3
FAR FUTURE TECHNOLOGIES 1.1.4
=============================

This is a pack containing far-future but likely possible spacecraft technologies. These might not be possible today, but the physics works out, and might be feasible within the next 100 years.
Expand All @@ -14,9 +14,9 @@ Required:
- ModuleManager (4.1.4)
- CryoTanks (1.6.0)
- DynamicBatteryStorage (2.2.2)
- SystemHeat (0.4.0)
- SystemHeat (0.4.1)
- Waterfall (0.6.3)
- SpaceDust (0.4.0)
- SpaceDust (0.4.1)

Recommended
- Community Tech Tree (v2.2+)
Expand Down

0 comments on commit 56ba12c

Please sign in to comment.