Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel-125 committed Jan 24, 2023
1 parent 1866398 commit 978cf5f
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,17 @@ PART
maxAmount = 2000
}
//EL Recipe needed to build the part.
EL_Recipe
{
structure = 1
Resources
{
Konkrete = 0.75
RocketParts = 0.25
}
}
MODULE
{
name = ModuleGroundPart
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,17 @@ PART
name = ModuleGroundPart
packedVolume = 1100
}

//EL Recipe needed to build the part.
EL_Recipe
{
structure = 1
Resources
{
Konkrete = 0.75
RocketParts = 0.25
}
}
}

@PART[KIS_ContainerMount1]:NEEDS[KIS]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,14 +269,14 @@ PART
maxAmount = 1000
}
//EL Recipie needed to build the part.
EL_Recipie
//EL Recipe needed to build the part.
EL_Recipe
{
structure = 1
Resources
{
Konkrete = 0.45
Equipment = 0.65
Konkrete = 0.75
RocketParts = 0.25
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -467,14 +467,14 @@ PART
showGui = false
}

//EL Recipie needed to build the part.
EL_Recipie
//EL Recipe needed to build the part.
EL_Recipe
{
structure = 1
Resources
{
Konkrete = 0.75
Equipment = 0.25
RocketParts = 0.25
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,14 @@ PART
showGui = false
}

//EL Recipie needed to build the part.
EL_Recipie
//EL Recipe needed to build the part.
EL_Recipe
{
structure = 1
Resources
{
Konkrete = 0.75
Equipment = 0.25
RocketParts = 0.25
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -618,14 +618,14 @@ PART
showGui = false
}
//EL Recipie needed to build the part.
EL_Recipie
//EL Recipe needed to build the part.
EL_Recipe
{
structure = 1
Resources
{
Konkrete = 0.75
Equipment = 0.25
RocketParts = 0.25
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -790,14 +790,14 @@ PART
showGui = false
}

//EL Recipie needed to build the part.
EL_Recipie
//EL Recipe needed to build the part.
EL_Recipe
{
structure = 1
Resources
{
Konkrete = 0.75
Equipment = 0.25
RocketParts = 0.25
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,14 +253,14 @@ PART
maxAmount = 5000
}

//EL Recipie needed to build the part.
EL_Recipie
//EL Recipe needed to build the part.
EL_Recipe
{
structure = 1
Resources
{
Konkrete = 0.45
Equipment = 0.65
Konkrete = 0.75
RocketParts = 0.25
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -292,14 +292,14 @@ PART
maxAmount = 5000
}

//EL Recipie needed to build the part.
EL_Recipie
//EL Recipe needed to build the part.
EL_Recipe
{
structure = 1
Resources
{
Konkrete = 0.45
Equipment = 0.65
Konkrete = 0.75
RocketParts = 0.25
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -343,14 +343,14 @@ PART
showGui = false
}

//EL Recipie needed to build the part.
EL_Recipie
//EL Recipe needed to build the part.
EL_Recipe
{
structure = 1
Resources
{
Konkrete = 0.75
Equipment = 0.25
RocketParts = 0.25
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion GameData/WildBlueIndustries/Pathfinder/Pathfinder.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"MAJOR":1,
"MINOR":40,
"PATCH":1,
"PATCH":2,
"BUILD":0
},
"KSP_VERSION_MIN":
Expand Down

0 comments on commit 978cf5f

Please sign in to comment.