Commit 9409926 committed May 20, 2018 Unverified
1 parent 9746a5b commit 9409926 Copy full SHA for 9409926
File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,16 @@ AN OVERVIEW OF FUEL TYPES AND TANK TYPES AND TECH LEVELS/ENGINE TYPES AND UPGRAD
50
50
==========
51
51
Changelog:
52
52
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
+
53
63
v12.5.0
54
64
55
65
* Fix vesion checker which reported KSP 1.3.1 as incompatible
Original file line number Diff line number Diff line change 3
3
"URL": "https://raw.githubusercontent.com/NathanKell/ModularFuelSystem/master/RealFuels/RealFuels.version",
4
4
"VERSION": {
5
5
"MAJOR": 12,
6
- "MINOR": 5 ,
6
+ "MINOR": 6 ,
7
7
"PATCH": 0
8
8
},
9
9
"KSP_VERSION": {
You can’t perform that action at this time.
0 commit comments