Skip to content

Commit

Permalink
Merge pull request #113 from post-kerbin-mining-corporation/dev
Browse files Browse the repository at this point in the history
Cargo fix
  • Loading branch information
ChrisAdderley committed Jan 14, 2021
2 parents b6c0a4a + fcf3a97 commit fe27218
Show file tree
Hide file tree
Showing 21 changed files with 28 additions and 17 deletions.
1 change: 1 addition & 0 deletions CKAN/CryoTanks-Core.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"name": "Cryo Tanks Core",
"$kref": "#/ckan/github/post-kerbin-mining-corporation/CryoTanks",
"$vref": "#/ckan/ksp-avc/CryoTanks.version",
"author" : "Nertea (Chris Adderley)",
"license": "MIT",
"resources": {
"homepage": "https://github.com/post-kerbin-mining-corporation/CryoTanks/wiki",
Expand Down
1 change: 1 addition & 0 deletions CKAN/CryoTanks.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"$kref": "#/ckan/github/post-kerbin-mining-corporation/CryoTanks",
"$vref": "#/ckan/ksp-avc/CryoTanks.version",
"license": "restricted",
"author" : "Nertea (Chris Adderley)",
"resources": {
"homepage": "https://github.com/post-kerbin-mining-corporation/CryoTanks/wiki",
"repository": "https://github.com/post-kerbin-mining-corporation/CryoTanks"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PART
{
name = hydrogen-10-1
module = Part
author = Chris Adderley
author = Chris Adderley (Nertea)

MODEL
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PART
{
name = hydrogen-125-1
module = Part
author = Chris Adderley
author = Chris Adderley (Nertea)

MODEL
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PART
{
name = hydrogen-125-2
module = Part
author = Chris Adderley
author = Chris Adderley (Nertea)

MODEL
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PART
{
name = hydrogen-25-1
module = Part
author = Chris Adderley
author = Chris Adderley (Nertea)

MODEL
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PART
{
name = hydrogen-25-2
module = Part
author = Chris Adderley
author = Chris Adderley (Nertea)

MODEL
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PART
{
name = hydrogen-25-3
module = Part
author = Chris Adderley
author = Chris Adderley (Nertea)

MODEL
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PART
{
name = hydrogen-375-1
module = Part
author = Chris Adderley
author = Chris Adderley (Nertea)

MODEL
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PART
{
name = hydrogen-375-2
module = Part
author = Chris Adderley
author = Chris Adderley (Nertea)

MODEL
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PART
{
name = hydrogen-375-3
module = Part
author = Chris Adderley
author = Chris Adderley (Nertea)

MODEL
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PART
{
name = hydrogen-5-1
module = Part
author = Chris Adderley
author = Chris Adderley (Nertea)

MODEL
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PART
{
name = hydrogen-5-2
module = Part
author = Chris Adderley
author = Chris Adderley (Nertea)

MODEL
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PART
{
name = hydrogen-5-3
module = Part
author = Chris Adderley
author = Chris Adderley (Nertea)

MODEL
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PART
{
name = hydrogen-radial-125-1
module = Part
author = Chris Adderley
author = Chris Adderley (Nertea)

MODEL
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PART
{
name = hydrogen-radial-25-1
module = Part
author = Chris Adderley
author = Chris Adderley (Nertea)

MODEL
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PART
{
name = hydrogen-radial-375-1
module = Part
author = Chris Adderley
author = Chris Adderley (Nertea)

MODEL
{
Expand Down
5 changes: 5 additions & 0 deletions GameData/CryoTanks/Patches/CryoTanks1-10.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Deletes cargo partmodule in KSP < 1.11
@PART[*]:HAS[#author[Chris?Adderley??Nertea?],@MODULE[ModuleCargoPart]]:NEEDS[!Squad/Parts/Engine/Size2LFB_v2]:FOR[CryoTanks]
{
!MODULE[ModuleCargoPart] {}
}
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":5,
"PATCH":6,
"BUILD":0
},
"KSP_VERSION":
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.5.6
------
- Fix for KSP <1.11

v1.5.5
------
- Fixed a problem in the MFT patch that broke the mod
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=================
Cryo Tanks v1.5.5
Cryo Tanks v1.5.6
=================

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 Down

0 comments on commit fe27218

Please sign in to comment.