From 087914c68de01059e380862c9bb34db1ec03749b Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Mon, 11 Apr 2022 22:02:44 -0500 Subject: [PATCH] 0.7.1.0-beta (2015-03-25) - Beta ## 0.7.1.0-beta (2015-03-25) - Beta * Corrected fuel capacity of the FL-T50 fuel tank. * Co-Authored-By: NecroBones <10134364+NecroBones@users.noreply.github.com> * closes #36 - 0.7.1 (2015-03-25) - Beta * updates #26 - Previous Releases Co-Authored-By: NecroBones <10134364+NecroBones@users.noreply.github.com> --- --- .../FuelTanksPlus/FuelTanksPlus-CHANGELOG.txt | 3 ++ .../FuelTanksPlus/FuelTanksPlus.version | 45 ++++++++++++++----- .../Size1/TPtank1mL00313-White.cfg | 8 ++-- .../NecroBones/FuelTanksPlus/changelog.md | 4 +- changelog.md | 4 +- 5 files changed, 44 insertions(+), 20 deletions(-) diff --git a/GameData/NecroBones/FuelTanksPlus/FuelTanksPlus-CHANGELOG.txt b/GameData/NecroBones/FuelTanksPlus/FuelTanksPlus-CHANGELOG.txt index 15f573b8..106ae901 100644 --- a/GameData/NecroBones/FuelTanksPlus/FuelTanksPlus-CHANGELOG.txt +++ b/GameData/NecroBones/FuelTanksPlus/FuelTanksPlus-CHANGELOG.txt @@ -1,3 +1,6 @@ +0.7.1 (2015-03-25) - Beta + - Corrected fuel capacity of the FL-T50 fuel tank. + 0.7 (2015-03-19) - Beta - Moved the 3.75m nose cone tanks to the "Very Heavy Rocketry" tech node (alongside the other 3.75m tanks) - Corrected the attachment node size for the 3.75m nose cone tanks. diff --git a/GameData/NecroBones/FuelTanksPlus/FuelTanksPlus.version b/GameData/NecroBones/FuelTanksPlus/FuelTanksPlus.version index 58ab6a59..11f7ef35 100644 --- a/GameData/NecroBones/FuelTanksPlus/FuelTanksPlus.version +++ b/GameData/NecroBones/FuelTanksPlus/FuelTanksPlus.version @@ -1,15 +1,36 @@ { - "NAME": "Fuel Tanks Plus", - "URL": "http://ksp.necrobones.com/files/FuelTanksPlus/FuelTanksPlus.version", - "DOWNLOAD": "https://kerbalstuff.com/mod/529/Fuel%20Tanks%20Plus", - "VERSION": { - "MAJOR": 0, - "MINOR": 7, - "PATCH": 0 - }, - "KSP_VERSION_MIN": { - "MAJOR": 0, - "MINOR": 90, - "PATCH": 0 + "NAME" : "FuelTanksPlus (FTP)", + "URL" : "https://raw.githubusercontent.com/zer0Kerbal/FuelTanksPlus/master/FuelTanksPlus.version", + "DOWNLOAD" : "https://github.com/zer0Kerbal/FuelTanksPlus/releases/latest", + "CHANGE_LOG_URL" : "https://raw.githubusercontent.com/zer0Kerbal/FuelTanksPlus/master/changelog.md", + "GITHUB" : + { + "USERNAME" : "zer0Kerbal", + "REPOSITORY" : "FuelTanksPlus", + "ALLOW_PRE_RELEASE" : false + }, + "VERSION" : + { + "MAJOR" : 0, + "MINOR" : 7, + "PATCH" : 0, + "BUILD" : 0 + }, + "KSP_VERSION" : + { + "MAJOR" : 0, + "MINOR" : 9, + "PATCH" : 0 + }, + "KSP_VERSION_MIN" : + { + "MAJOR" : 0, + "MINOR" : 9, + "PATCH" : 0 + }, + "INSTALL_LOC" : + { + "NAME" : "FuelTanksPlus", + "DIRECTORY" : "NecroBones/FuelTanksPlus" } } \ No newline at end of file diff --git a/GameData/NecroBones/FuelTanksPlus/Size1/TPtank1mL00313-White.cfg b/GameData/NecroBones/FuelTanksPlus/Size1/TPtank1mL00313-White.cfg index ed0439e4..fe1fd6ce 100644 --- a/GameData/NecroBones/FuelTanksPlus/Size1/TPtank1mL00313-White.cfg +++ b/GameData/NecroBones/FuelTanksPlus/Size1/TPtank1mL00313-White.cfg @@ -41,15 +41,15 @@ maxTemp = 2900 RESOURCE { name = LiquidFuel - amount = 270 - maxAmount = 270 + amount = 22.5 + maxAmount = 22.5 } RESOURCE { name = Oxidizer - amount = 330 - maxAmount = 330 + amount = 27.5 + maxAmount = 27.5 } diff --git a/GameData/NecroBones/FuelTanksPlus/changelog.md b/GameData/NecroBones/FuelTanksPlus/changelog.md index 578066f3..cd832f07 100644 --- a/GameData/NecroBones/FuelTanksPlus/changelog.md +++ b/GameData/NecroBones/FuelTanksPlus/changelog.md @@ -462,7 +462,7 @@ --- -## 0.7.1 (2015-03-25) - Beta +## 0.7.1.0-beta (2015-03-25) - Beta * Corrected fuel capacity of the FL-T50 fuel tank. * Co-Authored-By: NecroBones <10134364+NecroBones@users.noreply.github.com> @@ -471,7 +471,7 @@ --- -## 0.7 (2015-03-19) - Beta +## 0.7.0.0-beta (2015-03-19) - Beta * Moved the 3.75m nose cone tanks to the "Very Heavy Rocketry" tech node (alongside the other 3.75m tanks) * Corrected the attachment node size for the 3.75m nose cone tanks. diff --git a/changelog.md b/changelog.md index a0390e0a..cd832f07 100644 --- a/changelog.md +++ b/changelog.md @@ -462,7 +462,7 @@ --- -## 0.7.1 (2015-03-25) - Beta +## 0.7.1.0-beta (2015-03-25) - Beta * Corrected fuel capacity of the FL-T50 fuel tank. * Co-Authored-By: NecroBones <10134364+NecroBones@users.noreply.github.com> @@ -471,7 +471,7 @@ --- -## 0.7.0.0 (2015-03-19) - Beta +## 0.7.0.0-beta (2015-03-19) - Beta * Moved the 3.75m nose cone tanks to the "Very Heavy Rocketry" tech node (alongside the other 3.75m tanks) * Corrected the attachment node size for the 3.75m nose cone tanks.