Skip to content

Commit

Permalink
Merge pull request #104 from zer0Kerbal/1.0.5.0
Browse files Browse the repository at this point in the history
1.0.5.0 (2015-08-23) - Bug fix
  • Loading branch information
zer0Kerbal authored Apr 12, 2022
2 parents c3c188d + 0bfd56d commit b2d0e8d
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 6 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" : 0,
"PATCH" : 4,
"PATCH" : 5,
"BUILD" : 0
},
"KSP_VERSION" :
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.5 (2015-08-23) - Bug fix.
- Moved README and CHANGELOG to mod's folder.
- Fixed a problem with one of the RP-400 radial tank's fuel combinations having a dry mass of 125 tons.
- Lowered the dry mass of radial tanks for non-monopropellant configurations.

1.0.4 (2015-07-31) - Tweaks.
- Now including a (disabled by default) Module Manager config for re-enabling deprecated parts in the VAB/SPH.
- This should not be relied upon as a long-term solution.
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" : 0,
"PATCH" : 4,
"PATCH" : 5,
"BUILD" : 0
},
"KSP_VERSION" :
Expand Down
2 changes: 1 addition & 1 deletion GameData/NecroBones/FuelTanksPlus/Radial/TPtankR01.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RESOURCE
name:NEEDS[InterstellarFuelSwitch] = InterstellarFuelSwitch
resourceNames = MonoPropellant;LiquidFuel,Oxidizer;LiquidFuel;Oxidizer
resourceAmounts = 125;45,55;90;110
tankMass = 0.125;0.0625;0.0625;0.0625
tankMass = 0.125;0.035;0.035;0.035
basePartMass = 0.0
displayCurrentTankCost = true
hasGUI = false
Expand Down
2 changes: 1 addition & 1 deletion GameData/NecroBones/FuelTanksPlus/Radial/TPtankR02.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RESOURCE
name:NEEDS[InterstellarFuelSwitch] = InterstellarFuelSwitch
resourceNames = MonoPropellant;LiquidFuel,Oxidizer;LiquidFuel;Oxidizer
resourceAmounts = 250;90,110;180;220
tankMass = 0.25;0.125;0.125;0.125
tankMass = 0.25;0.0625;0.0625;0.0625
basePartMass = 0.0
displayCurrentTankCost = true
hasGUI = false
Expand Down
2 changes: 1 addition & 1 deletion GameData/NecroBones/FuelTanksPlus/Radial/TPtankR03.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RESOURCE
name:NEEDS[InterstellarFuelSwitch] = InterstellarFuelSwitch
resourceNames = MonoPropellant;LiquidFuel,Oxidizer;LiquidFuel;Oxidizer
resourceAmounts = 600;180,220;360;440
tankMass = 0.6;0125;0.25;0.25
tankMass = 0.6;0.125;0.125;0.125
basePartMass = 0.0
displayCurrentTankCost = true
hasGUI = false
Expand Down
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.0.4.0",
"message": "1.0.5.0",
"color": "darkgreen",
"style": "plastic"
}

0 comments on commit b2d0e8d

Please sign in to comment.