Skip to content

Commit d922a69

Browse files
authored
Merge pull request #49 from KSP-RO/Develop
V0.12.5 for KSP 1.2
2 parents f296c6e + c760891 commit d922a69

File tree

85 files changed

+3073
-4949
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+3073
-4949
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "REPOSoftTechKSPUtils"]
2-
path = REPOSoftTechKSPUtils
3-
url=https://github.com/JPLRepo/REPOSoftTechKSPUtils

GameData/CommunityResourcePack/CHANGELOG.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
0.6.0 - (KSP 1.2)
2+
-------------------
3+
Added ARP icon data for RealFuels
4+
Added/Updated distribution data for:
5+
- Antimatter
6+
- Helium3
7+
- ArgonGas
8+
- XenonGas
9+
- LqdHydrogen
10+
Added several new resources, including:
11+
- HeavyWater
12+
- Deuternium
13+
- Helium4
14+
- Silicates
15+
- Borate
16+
- ColonySupplies
17+
- RefinedExotics
18+
19+
120
0.5.4 - (KSP 1.1.3)
221
------------------
322
Update for KSP 1.1.3

GameData/CommunityResourcePack/CRP.version

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@
99
},
1010
"VERSION":{
1111
"MAJOR":0,
12-
"MINOR":5,
13-
"PATCH":4,
12+
"MINOR":6,
13+
"PATCH":0,
1414
"BUILD":0
1515
},
1616
"KSP_VERSION":{
1717
"MAJOR":1,
18-
"MINOR":1,
19-
"PATCH":3
18+
"MINOR":2,
19+
"PATCH":0
2020
},
2121
"KSP_VERSION_MIN":{
2222
"MAJOR":1,
23-
"MINOR":0,
23+
"MINOR":1,
2424
"PATCH":0
2525
},
2626
"KSP_VERSION_MAX":{
2727
"MAJOR":1,
28-
"MINOR":1,
29-
"PATCH":3
28+
"MINOR":2,
29+
"PATCH":0
3030
}
3131
}

0 commit comments

Comments
 (0)