Skip to content

Commit

Permalink
0.8.1.0 (2015-05-01) - Fixes, 1.0.1 tweaks
Browse files Browse the repository at this point in the history
## 0.8.1.0 (2015-05-01) - Fixes, 1.0.1 tweaks

* Corrected the S3-2400 Titan nose tank to be in Large Volume Containment tech node.
* Converted textures to DDS format.
* Co-Authored-By: NecroBones <10134364+NecroBones@users.noreply.github.com>
* closes #38 - 0.8.1 (2015-05-01) - Fixes, 1.0.1 tweaks
* updates #26 - Previous Releases

Co-Authored-By: NecroBones <10134364+NecroBones@users.noreply.github.com>

---
  • Loading branch information
zer0Kerbal committed Apr 12, 2022
1 parent 291e5f0 commit 2c5962e
Show file tree
Hide file tree
Showing 18 changed files with 13 additions and 9 deletions.
4 changes: 2 additions & 2 deletions FuelTanksPlus.version
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
{
"MAJOR" : 0,
"MINOR" : 8,
"PATCH" : 0,
"PATCH" : 1,
"BUILD" : 0
},
"KSP_VERSION" :
{
"MAJOR" : 1,
"MINOR" : 0,
"PATCH" : 0
"PATCH" : 1
},
"KSP_VERSION_MIN" :
{
Expand Down
Binary file not shown.
Binary file not shown.
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 @@
0.8.1 (2015-05-01) - Fixes
- Corrected the S3-2400 Titan nose tank to be in Large Volume Containment tech node.
- Converted textures to DDS format.

0.8 (2015-04-28) - Beta + KSP 1.0 updates
- Corrected Xenon options for Fuel Switcher.
- KSP 1.0 fixes, including but not limited to:
Expand Down
4 changes: 2 additions & 2 deletions GameData/NecroBones/FuelTanksPlus/FuelTanksPlus.version
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
{
"MAJOR" : 0,
"MINOR" : 8,
"PATCH" : 0,
"PATCH" : 1,
"BUILD" : 0
},
"KSP_VERSION" :
{
"MAJOR" : 1,
"MINOR" : 0,
"PATCH" : 0
"PATCH" : 1
},
"KSP_VERSION_MIN" :
{
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ node_stack_bottom = 0.0, -0.75, 0.0, 0.0, -1.0, 0.0, 3


// --- editor parameters ---
TechRequired = veryHeavyRocketry
TechRequired = largeVolumeContainment
entryCost = 6400
cost = 1600
category = FuelTank
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion GameData/NecroBones/FuelTanksPlus/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@

---

## 0.8.1 (2015-05-01) - Fixes, 1.0.1 tweaks
## 0.8.1.0 (2015-05-01) - Fixes, 1.0.1 tweaks

* Corrected the S3-2400 Titan nose tank to be in Large Volume Containment tech node.
* Converted textures to DDS format.
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@

---

## 0.8.1 (2015-05-01) - Fixes, 1.0.1 tweaks
## 0.8.1.0 (2015-05-01) - Fixes, 1.0.1 tweaks

* Corrected the S3-2400 Titan nose tank to be in Large Volume Containment tech node.
* Converted textures to DDS format.
Expand Down
2 changes: 1 addition & 1 deletion json/ksp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"schemaVersion": 1,
"label": "KSP",
"labelColor": "black",
"message": "1.0.0",
"message": "1.0.1",
"color": "66ccff",
"style": "plastic"
}
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": "0.8.0.0",
"message": "0.8.1.0",
"color": "darkgreen",
"style": "plastic"
}

0 comments on commit 2c5962e

Please sign in to comment.