Skip to content

Commit

Permalink
Merge pull request #102 from post-kerbin-mining-corporation/dev
Browse files Browse the repository at this point in the history
Small update
ChrisAdderley authored Aug 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 0d9d9fb + 8728f77 commit c6d4e76
Showing 6 changed files with 32 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .mod_data.yml
Original file line number Diff line number Diff line change
@@ -8,24 +8,24 @@ package:
- changelog.txt
dependencies: # Configure dependencies
ModuleManager:
version: 4.2.1
version: 4.2.3
location: s3
B9PartSwitch:
version: 2.18.0
version: 2.20.0
location: s3
CommunityResourcePack:
version: 1.4.2
location: s3
DynamicBatteryStorage:
tag: 2.2.4
tag: 2.3.1
location: github
repository: post-kerbin-mining-corporation/DynamicBatteryStorage
DeployableEngines:
tag: 1.3.1
location: github
repository: post-kerbin-mining-corporation/DeployableEngines
CryoTanks:
tag: 1.6.4
tag: 1.6.6
location: github
repository: post-kerbin-mining-corporation/CryoTanks
deploy:
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/// Adds the parts added to a new VABOrganizer category
@PART[ntr-gc-25-1,ntr-gc-25-2,ntr-gc-25-3,ntr-sc-25-1,ntr-sc-125-1,ntr-sc-125-2,ntr-sc-375-1,ntr-sc-0625-1]:FOR[KerbalAtomics]:NEEDS[VABOrganizer]
{
%VABORGANIZER
{
%organizerSubcategory = nuclearEngines
}
}
4 changes: 2 additions & 2 deletions GameData/KerbalAtomics/Versioning/KerbalAtomics.version
Original file line number Diff line number Diff line change
@@ -6,14 +6,14 @@
{
"MAJOR":1,
"MINOR":3,
"PATCH":3,
"PATCH":4,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":12,
"PATCH":2
"PATCH":5
},
"KSP_VERSION_MIN":{
"MAJOR":1,
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -29,11 +29,11 @@ For more information, check out the [CryoTanks readme](https://github.com/ChrisA

### Required
These components are required for the mod to function and are bundled as part of any download:
* [ModuleManager (4.2.1)](https://github.com/sarbian/ModuleManager)
* [B9PartSwitch (2.18.0)](https://github.com/blowfishpro/B9PartSwitch)
* [ModuleManager (4.2.3)](https://github.com/sarbian/ModuleManager)
* [B9PartSwitch (2.20.0)](https://github.com/blowfishpro/B9PartSwitch)
* [Community Resource Pack (1.4.2)](https://github.com/BobPalmer/CommunityResourcePack)
* [CryoTanks (1.6.1)](https://github.com/post-kerbin-mining-corporation/CryoTanks)
* [DynamicBatteryStorage (2.2.4)](https://github.com/post-kerbin-mining-corporation/DynamicBatteryStorage)
* [CryoTanks (1.6.6)](https://github.com/post-kerbin-mining-corporation/CryoTanks)
* [DynamicBatteryStorage (2.3.1)](https://github.com/post-kerbin-mining-corporation/DynamicBatteryStorage)
* [DeployableEngines (1.3.1)](https://github.com/post-kerbin-mining-corporation/DeployableEngines)

## Installation
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v1.3.4
------
- Updated CryoTanks to 1.6.6
- Updated ModuleManager to 4.2.3
- Updated DynamicBatteryStorage to 2.3.1
- Updated B9PartSwitch to 2.20.0
- Bumped KSP versioning
- Add support for VABOrganizer

v1.3.3
------
- Updated CryoTanks to 1.6.4
10 changes: 5 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=====================
KERBAL ATOMICS v1.3.3
KERBAL ATOMICS v1.3.4
=====================

This pack aims to add more options to nuclear thermal propulsion systems in KSP. It adds several engines and modifies the stock nuclear engine to run on Liquid Hydrogen as an additional mode.
@@ -10,12 +10,12 @@ DEPENDENCIES
============

Required:
- B9PartSwitch (2.18.0)
- B9PartSwitch (2.20.0)
- Community Resource Pack (1.4.2)
- ModuleManager (4.2.1)
- ModuleManager (4.2.3)
- Deployable Engines (1.3.1)
- DynamicBatteryStorage (2.2.4)
- CryoTanks (1.6.4)
- DynamicBatteryStorage (2.3.1)
- CryoTanks (1.6.6)


Optional

0 comments on commit c6d4e76

Please sign in to comment.