Skip to content
Merged

Dev #66

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions Distribution/GameData/CommunityResourcePack/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
0.6.3 - (KSP 1.2.1)
-------------------
Adjusted cost Fluorine (KSPI-E) to cost LqdFluorine (Realfuels)
Removed double definition of LqdFluorine

0.6.2 - 2016.10.15
------------------
Various KSPI resource updates
Silicate resource distribution added

0.6.1 - 2016.10.15
------------------
Resorted KSPI resources alphabeticly, added abbreviation and Added LqdArgon, LqdFluorine, LqdNitrogen15, LqdOxygen18

0.6.0 - (KSP 1.2)
-------------------
Added ARP icon data for RealFuels
Expand Down
6 changes: 3 additions & 3 deletions Distribution/GameData/CommunityResourcePack/CRP.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"VERSION":{
"MAJOR":0,
"MINOR":6,
"PATCH":0,
"PATCH":3,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":2,
"PATCH":0
"PATCH":1
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand All @@ -26,6 +26,6 @@
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":2,
"PATCH":0
"PATCH":1
}
}
Loading