Skip to content

Commit

Permalink
Merge pull request #123 from ChrisAdderley/dev
Browse files Browse the repository at this point in the history
Release 1.1.2
  • Loading branch information
ChrisAdderley committed May 26, 2020
2 parents 708ab6e + cf7d84d commit 293d388
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .mod_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ dependencies: # Configure dependencies
version: 4.1.3
location: s3
B9PartSwitch:
version: 2.13.0
version: 2.16.0
location: s3
CommunityResourcePack:
version: 1.0.0
location: s3
DynamicBatteryStorage:
tag: 2.1.5
tag: 2.1.6
location: github
repository: ChrisAdderley/DynamicBatteryStorage
deploy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@category = Electrical
@mass = 0.103

!MODULE[ModuleResourceConverter]{}
!MODULE[USI_Converter]{}
!MODULE[ModuleOverheatDisplay]{}
!MODULE[USI_ModuleFieldRepair]{}

Expand Down Expand Up @@ -122,7 +122,7 @@
@mass = 0.285

!MODULE[ModuleOverheatDisplay]{}
!MODULE[ModuleResourceConverter]{}
!MODULE[USI_Converter]{}
!MODULE[USI_ModuleFieldRepair]{}

MODULE
Expand Down Expand Up @@ -235,7 +235,7 @@
@mass = 0.565

!MODULE[ModuleOverheatDisplay]{}
!MODULE[ModuleResourceConverter]{}
!MODULE[USI_Converter]{}
!MODULE[USI_ModuleFieldRepair]{}

MODULE
Expand Down Expand Up @@ -348,7 +348,7 @@
@mass = 2.745

!MODULE[ModuleOverheatDisplay]{}
!MODULE[ModuleResourceConverter]{}
!MODULE[USI_Converter]{}
!MODULE[USI_ModuleFieldRepair]{}

MODULE
Expand Down Expand Up @@ -460,7 +460,7 @@
@mass = 10.869

!MODULE[ModuleOverheatDisplay]{}
!MODULE[ModuleResourceConverter]{}
!MODULE[USI_Converter]{}
!MODULE[USI_ModuleFieldRepair]{}

MODULE
Expand Down Expand Up @@ -573,7 +573,7 @@
@category = Electrical
@mass = 9.524

!MODULE[ModuleResourceConverter]{}
!MODULE[USI_Converter]{}
!MODULE[ModuleOverheatDisplay]{}
!MODULE[USI_ModuleFieldRepair]{}

Expand Down Expand Up @@ -699,7 +699,7 @@
@mass = 18.667
@description = Weighing in at over thirty tons when fully fueled, this massive nuclear reactor provides ample power for Starlifter-class freighters.
!MODULE[ModuleResourceConverter]{}
!MODULE[USI_Converter]{}
!MODULE[ModuleOverheatDisplay]{}
!MODULE[USI_ModuleFieldRepair]{}
Expand Down Expand Up @@ -824,7 +824,7 @@
@entryCost = 484338

!MODULE[ModuleOverheatDisplay]{}
!MODULE[ModuleResourceConverter_USI]{}
!MODULE[USI_Converter]{}
!MODULE[USI_ModuleFieldRepair]{}

MODULE
Expand Down Expand Up @@ -929,7 +929,7 @@
@entryCost = 758050

!MODULE[ModuleOverheatDisplay]{}
!MODULE[ModuleResourceConverter_USI]{}
!MODULE[USI_Converter]{}
!MODULE[USI_ModuleFieldRepair]{}

MODULE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
{
"MAJOR":1,
"MINOR":1,
"PATCH":1,
"PATCH":2,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":9,
"PATCH":0
"PATCH":1
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Ever wanted some futuristic energy generation that wasn't too... futuristic? I h
### 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)
* [B9PartSwitch (2.16.0)](https://github.com/blowfishpro/B9PartSwitch)
* [Community Resource Pack (1.3.0)](https://github.com/BobPalmer/CommunityResourcePack)
* [DynamicBatteryStorage (2.1.5)](https://github.com/ChrisAdderley/DynamicBatteryStorage)
* [DynamicBatteryStorage (2.1.6)](https://github.com/ChrisAdderley/DynamicBatteryStorage)

## 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.1.2
------
- Updated B9PartSwitch to 2.16.0
- Updated DynamicBatteryStorage to 2.1.6
- Updated USI compatibility patch

v1.1.1
------
- Marked for KSP 1.9
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 ELECTRICAL PACK v1.1.1
NEAR FUTURE ELECTRICAL PACK v1.1.2
==================================

This pack contains advanced electrical parts - capacitors, nuclear reactors and new battery packs.
Expand All @@ -9,10 +9,10 @@ DEPENDENCIES
============

Required:
- B9PartSwitch (2.13.0)
- B9PartSwitch (2.16.0)
- Community Resource Pack (1.3.0)
- ModuleManager (4.1.3)
- DynamicBatteryStorage (2.1.5)
- DynamicBatteryStorage (2.1.6)

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

0 comments on commit 293d388

Please sign in to comment.