Skip to content

Commit

Permalink
Merge pull request #88 from zer0Kerbal/0.7.1.0-beta
Browse files Browse the repository at this point in the history
0.7.1.0-beta (2015-03-25) - Beta
  • Loading branch information
zer0Kerbal authored Apr 12, 2022
2 parents 221fddb + 087914c commit 8d3afc9
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 20 deletions.
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 @@
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.
Expand Down
45 changes: 33 additions & 12 deletions GameData/NecroBones/FuelTanksPlus/FuelTanksPlus.version
Original file line number Diff line number Diff line change
@@ -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"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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
}


Expand Down
4 changes: 2 additions & 2 deletions GameData/NecroBones/FuelTanksPlus/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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.
Expand Down

0 comments on commit 8d3afc9

Please sign in to comment.