Skip to content

Commit

Permalink
Merge pull request #153 from post-kerbin-mining-corporation/dev
Browse files Browse the repository at this point in the history
Release 1.4.2
  • Loading branch information
ChrisAdderley authored Jul 21, 2021
2 parents e2ddd5b + fef1328 commit e0e9757
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -222,3 +222,4 @@ tmp/
deploy/
build_scripts/version.txt
build_scripts/changelog.md
GameData/NearFutureSpacecraft/Parts/@thumbs
4 changes: 2 additions & 2 deletions .mod_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ dependencies: # Configure dependencies
version: 4.1.4
location: s3
B9PartSwitch:
version: 2.17.0
version: 2.18.0
location: s3
NearFutureProps:
tag: 0.6.4
tag: 0.6.5
location: github
repository: post-kerbin-mining-corporation/NearFutureProps
deploy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
key = 1 0.4 0 0
}
}
LIGHTCOLORMODIFIER
COLORLIGHTMODIFIER
{
name = lightColor
controllerName = light
Expand Down Expand Up @@ -160,7 +160,7 @@ EFFECT
key = 1 1 0 0
}
}
LIGHTCOLORMODIFIER
COLORLIGHTMODIFIER
{
name = lightColor
controllerName = light
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"NAME":"NearFutureSpacecraft",
"URL":"https://raw.githubusercontent.com/ChrisAdderley/NearFutureSpacecraft/master/GameData/NearFutureSpacecraft/Versioning/NearFutureSpacecraft.version",
"URL":"https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSpacecraft/master/GameData/NearFutureSpacecraft/Versioning/NearFutureSpacecraft.version",
"DOWNLOAD":"http://forum.kerbalspaceprogram.com/index.php?/topic/155465-122-near-future-technologies",
"VERSION":
{
"MAJOR":1,
"MINOR":4,
"PATCH":1,
"PATCH":2,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":11,
"PATCH":0
"MINOR":12,
"PATCH":1
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand All @@ -22,7 +22,7 @@
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":11,
"MINOR":12,
"PATCH":99
}
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ A number of parts designed to help build better and cooler orbital (and not so o
### Required
These components are required for the mod to function and are bundled as part of any download:
* [ModuleManager (4.1.3)](https://github.com/sarbian/ModuleManager)
* [B9PartSwitch (2.13.0)](https://github.com/blowfishpro/B9PartSwitch)
* [Near Future Props (0.6.4)](https://github.com/post-kerbin-mining-corporation/NearFutureProps)
* [B9PartSwitch (2.18.0)](https://github.com/blowfishpro/B9PartSwitch)
* [Near Future Props (0.6.5)](https://github.com/post-kerbin-mining-corporation/NearFutureProps)

## Installation

Expand Down
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v1.4.2
------
- KSP 1.11
- Updated NearFutureProps to 0.6.5
- Updated B9PartSwitch to 2.18.0
- Fixed an issue with Waterfall light on Pandora pod

v1.4.1
------
- Config hack to make cargo parts work in KSP 1.10.x
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
==================================
NEAR FUTURE SPACECRAFT PACK v1.4.1
NEAR FUTURE SPACECRAFT PACK v1.4.2
==================================

This pack contains spacecraft parts focused on crewed vehicles. At the moment this includes nine new command pods, one new utility module, several monopropellant engines in orbital and landing variants, more monopropellant tanks, additional RCS thrusters.
Expand All @@ -9,8 +9,8 @@ DEPENDENCIES
============

Required
- NearFutureProps (0.6.4)
- B9 Part Switch (2.17.0)
- NearFutureProps (0.6.5)
- B9 Part Switch (2.18.0)
- ModuleManager (4.1.4)

Optional
Expand Down

0 comments on commit e0e9757

Please sign in to comment.