Skip to content

Commit

Permalink
Merge pull request #110 from zer0Kerbal/1.3.1.0
Browse files Browse the repository at this point in the history
1.3.1.0 (2015-11-11) - Tweaks
  • Loading branch information
zer0Kerbal authored Apr 12, 2022
2 parents 07f2881 + b315fa2 commit 4df30f0
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion FuelTanksPlus.version
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"MAJOR" : 1,
"MINOR" : 3,
"PATCH" : 0,
"PATCH" : 1,
"BUILD" : 0
},
"KSP_VERSION" :
Expand Down
4 changes: 4 additions & 0 deletions GameData/NecroBones/FuelTanksPlus/FuelTanksPlus-CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.3.1 (2015-11-11) - Tweaks.
- Corrected the fuel-switching capacities for the 0.625m tanks.
- Added missing placeholder textures in Size1 category.

1.3 (2015-10-21) - Update.
- Adjusted MM configs so that color switching buttons appear after fuel switching in menus.
- Added 0.625 semi-spherical cap tank.
Expand Down
2 changes: 1 addition & 1 deletion GameData/NecroBones/FuelTanksPlus/FuelTanksPlus.version
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"MAJOR" : 1,
"MINOR" : 3,
"PATCH" : 0,
"PATCH" : 1,
"BUILD" : 0
},
"KSP_VERSION" :
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch
resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer;Xenon
resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer;XenonGas
resourceAmounts = 27,33;54;66;665
resourceAmounts = 36,44;72;88;665
basePartMass = 0.0475
}
}
Expand All @@ -222,8 +222,8 @@
name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch
resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer;Xenon
resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer;XenonGas
resourceAmounts = 13.5,16.5;27;33;385
basePartMass = 0.0275
resourceAmounts = 25.2,30.8;50.4;61.6;490
basePartMass = 0.035
}
}
@PART[TPtank0mL00175]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines]
Expand All @@ -234,7 +234,7 @@
name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch
resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer;Xenon
resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer;XenonGas
resourceAmounts = 2.7,3.3;5.4;6.6;95
resourceAmounts = 9,11;18;22;135
basePartMass = 0.007
}
}
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion json/mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"schemaVersion": 1,
"label": "Fuel Tanks Plus",
"labelColor": "BADA55",
"message": "1.3.0.0",
"message": "1.3.1.0",
"color": "darkgreen",
"style": "plastic"
}

0 comments on commit 4df30f0

Please sign in to comment.