Skip to content

Commit 9409926

Browse files
committedMay 20, 2018
Prep for RF v12.6.0
1 parent 9746a5b commit 9409926

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
 

‎RealFuels/Readme_RF.txt

+10
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,16 @@ AN OVERVIEW OF FUEL TYPES AND TANK TYPES AND TECH LEVELS/ENGINE TYPES AND UPGRAD
5050
==========
5151
Changelog:
5252

53+
v12.6.0
54+
55+
* Add multi-layer insulation and dewar (vacuum) bottles
56+
* MLI is configured by `numberOfMLILayers` on the `TANK_DEFINITION`
57+
* Each layer adds cost and mass
58+
* Cryo and balloon cryo tank types now come with 10 layers of MLI
59+
* Dewar / vacuum bottles defind by `isDewar = true` on the `TANK`
60+
* Cryogenic fuels in the Serivce Module tank type use this
61+
* Does not work with other types of insulation
62+
5363
v12.5.0
5464

5565
* Fix vesion checker which reported KSP 1.3.1 as incompatible

‎RealFuels/RealFuels.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"URL": "https://raw.githubusercontent.com/NathanKell/ModularFuelSystem/master/RealFuels/RealFuels.version",
44
"VERSION": {
55
"MAJOR": 12,
6-
"MINOR": 5,
6+
"MINOR": 6,
77
"PATCH": 0
88
},
99
"KSP_VERSION": {

0 commit comments

Comments
 (0)