Skip to content

Commit

Permalink
Merge pull request #111 from post-kerbin-mining-corporation/dev
Browse files Browse the repository at this point in the history
Fix critical bug
  • Loading branch information
ChrisAdderley authored Dec 23, 2020
2 parents c86ac76 + 9b16628 commit b6c0a4a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .mod_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies: # Configure dependencies
version: 2.17.0
location: s3
CommunityResourcePack:
version: 1.4.1
version: 1.4.2
location: s3
DynamicBatteryStorage:
tag: 2.2.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,9 @@ PART
secondaryColor = #999999
}
}
MODULE
{
name = ModuleCargoPart
packedVolume = 1500
}
}
2 changes: 1 addition & 1 deletion GameData/CryoTanks/Patches/CryoTanksModularFuelTanks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ TANK_DEFINITION:NEEDS[ModularFuelTanks&!RealFuels]
}
}
// Adds ModuleCryoTank to CryoTanks included built in ZBO tanks. Without MFT installed, this is provided in the FuelTankSwitcherConfig
@PART[hydrogen-*]:HAS[@RESOURCE[LqdHydrogen]]
@PART[hydrogen-*]:HAS[@RESOURCE[LqdHydrogen]]:NEEDS[ModularFuelTanks&!RealFuels]
{
MODULE
{
Expand Down
2 changes: 1 addition & 1 deletion GameData/CryoTanks/Versioning/CryoTanks.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"MAJOR":1,
"MINOR":5,
"PATCH":4,
"PATCH":5,
"BUILD":0
},
"KSP_VERSION":
Expand Down
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v1.5.5
------
- Fixed a problem in the MFT patch that broke the mod
- Updated CRP to 1.4.2

v1.5.4
------
- KSP 1.11
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=================
Cryo Tanks v1.5.4
Cryo Tanks v1.5.5
=================

A mod pack for Kerbal Space Program, specifically supporting my other mods Kerbal Atomics (https://github.com/ChrisAdderley/KerbalAtomics) and Cryogenic Engines (https://github.com/ChrisAdderley/CryoEngines), dealing with cryogenic fuels, their storage and their properties.
Expand All @@ -21,7 +21,7 @@ DEPENDENCIES

Required:
- B9PartSwitch (2.17.0)
- Community Resource Pack (1.4.1)
- Community Resource Pack (1.4.2)
- ModuleManager (4.1.4)
- DynamicBatteryStorage (2.2.0)

Expand Down

0 comments on commit b6c0a4a

Please sign in to comment.