Skip to content

Commit

Permalink
Merge pull request #116 from zer0Kerbal/1.8.1.0
Browse files Browse the repository at this point in the history
1.8.1.0 (2016-04-24) - KSP 1.1 minor update
  • Loading branch information
zer0Kerbal authored Apr 12, 2022
2 parents a50b038 + d6c8d5a commit 78cd347
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 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" : 8,
"PATCH" : 0,
"PATCH" : 1,
"BUILD" : 0
},
"KSP_VERSION" :
Expand Down
3 changes: 3 additions & 0 deletions GameData/NecroBones/FuelTanksPlus/FuelTanksPlus-CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.8.1 (2016-04-24) - KSP 1.1 minor update.
- Fix for fuel-switching to properly disable when something else is adding it (such as CryoEngines), relating to change in ModuleManager's logic.

1.8 (2016-04-02) - KSP 1.1 minor update.
- Added search tags.
- Updated included copies of dependencies to 1.1 compatible versions.
Expand Down
2 changes: 1 addition & 1 deletion GameData/NecroBones/FuelTanksPlus/FuelTanksPlus-README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ http://spacedock.info/mod/92/Fuel%20Tanks%20Plus
Curse:
http://www.curse.com/ksp-mods/kerbal/227356-fuel-tanks-plus

This is being shared under the CC-NC-SA license:
This is being shared under the CC-BY-NC-SA license:
http://creativecommons.org/licenses/by-nc-sa/4.0/
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" : 8,
"PATCH" : 0,
"PATCH" : 1,
"BUILD" : 0
},
"KSP_VERSION" :
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

@PART[TPtankL*|TPtank?mL*|TPdome*|TPcone*|TPtank?m?mA]:HAS[@RESOURCE[LiquidFuel],@RESOURCE[Oxidizer],!MODULE[InterstellarFuelSwitch],!MODULE[FSfuelSwitch],!MODULE[ModuleEnginesFX],!MODULE[ModuleEngines]]:NEEDS[Firespitter|InterstellarFuelSwitch]:NEEDS[!CryoEngines&!ModularFuelTanks&!RealFuels]:FOR[FuelTanksPlus]
@PART[TPtankL*|TPtank?mL*|TPdome*|TPcone*|TPtank?m?mA]:HAS[@RESOURCE[LiquidFuel],@RESOURCE[Oxidizer],!MODULE[InterstellarFuelSwitch],!MODULE[FSfuelSwitch],!MODULE[ModuleEnginesFX],!MODULE[ModuleEngines]]:NEEDS[Firespitter|InterstellarFuelSwitch&!CryoTanks&!ModularFuelTanks&!RealFuels]:FOR[FuelTanksPlus]
{
%LF = #$RESOURCE[LiquidFuel]/maxAmount$
%OX = #$RESOURCE[Oxidizer]/maxAmount$
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.8.0.0",
"message": "1.8.1.0",
"color": "darkgreen",
"style": "plastic"
}

0 comments on commit 78cd347

Please sign in to comment.