Skip to content

Commit 1530020

Browse files
Merge pull request #55 from post-kerbin-mining-corporation/dev
Fix patch issue
2 parents 829f8be + 1c7d237 commit 1530020

6 files changed

Lines changed: 12 additions & 7 deletions

File tree

.mod_data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies: # Configure dependencies
1111
version: 4.2.3
1212
location: s3
1313
B9PartSwitch:
14-
version: 2.18.0
14+
version: 2.20.0
1515
location: s3
1616
deploy:
1717
SpaceDock:

GameData/SpaceDust/Patches/VABOrganizer/SpaceDustSubcategoryAssignment.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/// Adds the parts added to a new VABOrganizer category
2-
@PART[spacedust-atmosphere-processor-25-1,spacedust-atmosphere-processor-125-1]:FOR[SystemHeat]:NEEDS[VABOrganizer]
2+
@PART[spacedust-atmosphere-processor-25-1,spacedust-atmosphere-processor-125-1]:FOR[SpaceDust]:NEEDS[VABOrganizer]
33
{
44
%VABORGANIZER
55
{
66
%organizerSubcategory = resources
77
}
88
}
9-
@PART[spacedust-gas-analyzer-1,spacedust-spectrometer-1,spacedust-telescope-1]:FOR[SystemHeat]:NEEDS[VABOrganizer]
9+
@PART[spacedust-gas-analyzer-1,spacedust-spectrometer-1,spacedust-telescope-1]:FOR[SpaceDust]:NEEDS[VABOrganizer]
1010
{
1111
%VABORGANIZER
1212
{

GameData/SpaceDust/Versioning/SpaceDust.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"MAJOR":0,
88
"MINOR":5,
9-
"PATCH":1,
9+
"PATCH":2,
1010
"BUILD":0
1111
},
1212
"KSP_VERSION":

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This mod is for others too! See the [wiki](https://github.com/ChrisAdderley/Spac
2222
### Required
2323
These components are required for the mod to function and are bundled as part of any download:
2424
* [ModuleManager (4.2.3)](https://github.com/sarbian/ModuleManager)
25-
* [B9PartSwitch (2.18.0)](https://github.com/blowfishpro/B9PartSwitch)
25+
* [B9PartSwitch (2.20.0)](https://github.com/blowfishpro/B9PartSwitch)
2626

2727
## Installation
2828

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v0.5.2
2+
------
3+
- Updated B9PartSwitch to 2.20.0
4+
- Fixed a MM patch that would set SystemHeat being present
5+
16
v0.5.1
27
------
38
- Fixed an issue with density calculations that was not included in the previous release

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
================
2-
SPACE DUST 0.5.1
2+
SPACE DUST 0.5.2
33
================
44

55
This is a KSP mod designed to overhaul the atmospheric and exospheric mining experience in KSP. It functions both as a framework, providing part modules and distributions to others, and an actual gameplay mod designed to provide a set of parts focused around atmospheric ISRU in the stock system.
@@ -10,7 +10,7 @@ DEPENDENCIES
1010

1111
Required
1212
- ModuleManager (v4.2.3)
13-
- B9PartSwitch (v2.18.0)
13+
- B9PartSwitch (v2.20.0)
1414

1515
Optional
1616
- Community Tech Tree (v2.2+)

0 commit comments

Comments
 (0)