Skip to content

Commit

Permalink
Merge pull request #114 from ChrisAdderley/dev
Browse files Browse the repository at this point in the history
Release 1.2.3
  • Loading branch information
ChrisAdderley authored Aug 3, 2020
2 parents 9242adf + b612286 commit f861b57
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .mod_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ package:
- changelog.txt
dependencies: # Configure dependencies
ModuleManager:
version: 4.1.3
version: 4.1.4
location: s3
B9PartSwitch:
version: 2.13.0
version: 2.17.0
location: s3
deploy:
SpaceDock:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PART {
manufacturer = #autoLOC_501629 // #autoLOC_501629 = O.M.B. Demolition Enterprises
description = #LOC_NFConstruction_adapter-125-0625-2_description

allowSrfAttach, allowCollision
// stack, ¬srfAttach, allowStack, allowSrfAttach, ¬allowCollision
attachRules = 1,0,1,1,0
stackSymmetry = 1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PART {
manufacturer = #autoLOC_501629 // #autoLOC_501629 = O.M.B. Demolition Enterprises
description = #LOC_NFConstruction_adapter-125-0625-3_description

allowSrfAttach, allowCollision
// stack, ¬srfAttach, allowStack, allowSrfAttach, ¬allowCollision
attachRules = 1,0,1,1,0
stackSymmetry = 2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ PART {
manufacturer = #autoLOC_501629 // #autoLOC_501629 = O.M.B. Demolition Enterprises
description = #LOC_NFConstruction_adapter-125-0625-4_description

allowSrfAttach, allowCollision
// stack, ¬srfAttach, allowStack, allowSrfAttach, ¬allowCollision
attachRules = 1,0,1,1,0
stackSymmetry = 3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
{
"MAJOR":1,
"MINOR":2,
"PATCH":2,
"PATCH":3,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":9,
"PATCH":0
"MINOR":10,
"PATCH":1
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand All @@ -22,7 +22,7 @@
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":9,
"MINOR":10,
"PATCH":99
}
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ A number of parts designed to help build cooler spacecraft with girders and trus

### 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)
* [ModuleManager (4.1.4)](https://github.com/sarbian/ModuleManager)
* [B9PartSwitch (2.17.0)](https://github.com/blowfishpro/B9PartSwitch)

## Installation

Expand Down
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.2.3
------
- KSP 1.10.x
- Updated MM to 4.1.4
- Updated B9PartSwitch to 2.17.0

v1.2.2
------
- KSP 1.9.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 CONSTRUCTION PACK v1.2.2
NEAR FUTURE CONSTRUCTION PACK v1.2.3
====================================

This pack contains structural components suitable for building impressive looking deep space vessels and stations. This means large trusses, structural adapters, multi-adapters and radial adapters. It is part of the Near Future Technologies set of packs, so works great with any or all of them.
Expand All @@ -9,8 +9,8 @@ DEPENDENCIES
============

Required
- B9PartSwitch (v2.13.0)
- ModuleManager (v4.1.3)
- B9PartSwitch (v2.17.0)
- ModuleManager (v4.1.4)

Optional
- Community Tech Tree (v2.0+)
Expand Down

0 comments on commit f861b57

Please sign in to comment.