Skip to content

Commit

Permalink
Remove cryo tank types from ModularFuelSystems mod
Browse files Browse the repository at this point in the history
* Remove cryo tank types from ModularFuelSystems mod as it is a Real Fuels only type. Addresses issue #127
  • Loading branch information
Starwaster committed Jun 13, 2019
1 parent 3b6cd0e commit ef5469a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
12 changes: 6 additions & 6 deletions ModularFuelTanks/NP2_modularFuelTanks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
{
name = ModuleFuelTanks
volume = 4304
type = Cryogenic
type = Default
}
}

Expand All @@ -184,7 +184,7 @@
{
name = ModuleFuelTanks
volume = 8608
type = Cryogenic
type = Default
}
}

Expand All @@ -198,7 +198,7 @@
{
name = ModuleFuelTanks
volume = 17216
type = Cryogenic
type = Default
}
}

Expand Down Expand Up @@ -228,7 +228,7 @@
{
name = ModuleFuelTanks
volume = 10240
type = Cryogenic
type = Default
}
}

Expand All @@ -242,7 +242,7 @@
{
name = ModuleFuelTanks
volume = 20480
type = Cryogenic
type = Default
}
}

Expand All @@ -256,7 +256,7 @@
{
name = ModuleFuelTanks
volume = 40960
type = Cryogenic
type = Default
}
}

Expand Down
32 changes: 16 additions & 16 deletions ModularFuelTanks/SpaceShuttleEngines_modularFuelTanks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
name = ModuleFuelTanks
volume = 400
type = Cryogenic
type = Default
}
}

Expand All @@ -23,7 +23,7 @@
{
name = ModuleFuelTanks
volume = 1349
type = Cryogenic
type = Default
}
}

Expand All @@ -37,7 +37,7 @@
{
name = ModuleFuelTanks
volume = 3200
type = Cryogenic
type = Default
}
}

Expand All @@ -51,7 +51,7 @@
{
name = ModuleFuelTanks
volume = 12675
type = Cryogenic
type = Default
}
}

Expand All @@ -65,7 +65,7 @@
{
name = ModuleFuelTanks
volume = 100
type = Cryogenic
type = Default
}
}

Expand All @@ -79,7 +79,7 @@
{
name = ModuleFuelTanks
volume = 336
type = Cryogenic
type = Default
}
}

Expand All @@ -93,7 +93,7 @@
{
name = ModuleFuelTanks
volume = 800
type = Cryogenic
type = Default
}
}

Expand All @@ -107,7 +107,7 @@
{
name = ModuleFuelTanks
volume = 3167
type = Cryogenic
type = Default
}
}

Expand All @@ -121,7 +121,7 @@
{
name = ModuleFuelTanks
volume = 200
type = Cryogenic
type = Default
}
}

Expand All @@ -135,7 +135,7 @@
{
name = ModuleFuelTanks
volume = 674
type = Cryogenic
type = Default
}
}

Expand All @@ -149,7 +149,7 @@
{
name = ModuleFuelTanks
volume = 1600
type = Cryogenic
type = Default
}
}

Expand All @@ -163,7 +163,7 @@
{
name = ModuleFuelTanks
volume = 6336
type = Cryogenic
type = Default
}
}

Expand All @@ -177,7 +177,7 @@
{
name = ModuleFuelTanks
volume = 200
type = Cryogenic
type = Default
}
}

Expand All @@ -191,7 +191,7 @@
{
name = ModuleFuelTanks
volume = 674
type = Cryogenic
type = Default
}
}

Expand All @@ -205,7 +205,7 @@
{
name = ModuleFuelTanks
volume = 1600
type = Cryogenic
type = Default
}
}

Expand All @@ -219,6 +219,6 @@
{
name = ModuleFuelTanks
volume = 6336
type = Cryogenic
type = Default
}
}
4 changes: 2 additions & 2 deletions ModularFuelTanks/Stretchy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
{
name = ModuleFuelTanks
volume = 1600
type = BalloonCryo
type = Balloon
}
}
@PART[stretchyTankSuper_MFT_Cryo]
Expand All @@ -160,7 +160,7 @@
{
name = ModuleFuelTanks
volume = 1600
type = Cryogenic
type = Default
}
}
@PART[stretchyConicTank]
Expand Down

0 comments on commit ef5469a

Please sign in to comment.