Skip to content

Commit

Permalink
Merge pull request #130 from post-kerbin-mining-corporation/dev
Browse files Browse the repository at this point in the history
1.12 updates
  • Loading branch information
ChrisAdderley authored Jul 21, 2021
2 parents bd5f55e + 2484c01 commit 10588a3
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .mod_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies: # Configure dependencies
version: 4.1.4
location: s3
B9PartSwitch:
version: 2.17.0
version: 2.18.0
location: s3
CommunityResourcePack:
version: 1.4.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@
position = 0,0,0
}
}

}
}

@PART[ionArgon-0625-2]:NEEDS[Waterfall]:FOR[NearFuturePropulsion]
Expand Down Expand Up @@ -695,5 +693,5 @@ scale = 1.7, 1.7, 1.5
}
}
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1063,13 +1063,9 @@
}
}
}




}
}


@PART[mpdt-25]:NEEDS[Waterfall]:FOR[NearFuturePropulsion]
{
!MODULE[EngineLightEffect] {}
Expand Down Expand Up @@ -1121,7 +1117,7 @@
}
}
}




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
{
"MAJOR":1,
"MINOR":3,
"PATCH":3,
"PATCH":4,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":11,
"PATCH":2
"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
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A number of electric propulsion parts designed off real technology and prototype
### Required
These components are required for the mod to function and are bundled as part of any download:
* [ModuleManager (4.1.4)](https://github.com/sarbian/ModuleManager)
* [B9PartSwitch (2.17.0)](https://github.com/blowfishpro/B9PartSwitch)
* [B9PartSwitch (2.18.0)](https://github.com/blowfishpro/B9PartSwitch)
* [Community Resource Pack (1.4.2)](https://github.com/BobPalmer/CommunityResourcePack)

## 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.3.4
------
- Marked for KSP 1.12
- Updated B9PartSwitch to 2.18.0
- Fixed some Waterfall stuff

v1.3.3
------
- Fixed missing curly boi in VASMIR Waterfall patch
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=================================
NEAR FUTURE PROPULSION PACK 1.3.2
NEAR FUTURE PROPULSION PACK 1.3.4
=================================

This pack contains the advanced electric propulsion technologies
Expand All @@ -12,7 +12,7 @@ DEPENDENCIES
============

Required:
- BP Part Switch (2.17.0)
- BP Part Switch (2.18.0)
- Community Resource Pack (1.4.2)
- ModuleManager (4.1.4)

Expand Down

0 comments on commit 10588a3

Please sign in to comment.