mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix RS+ Engine plate nodes
• Fix crossfeed being enabled on the bottom node • Fix node size on 1.875m, 2.5m, 3.75m, and 5m engine plates
This commit is contained in:
parent
becf643a8f
commit
147b797098
@ -13,7 +13,7 @@ PART
|
||||
}
|
||||
rescaleFactor = 1.0
|
||||
node_stack_top = 0.0, 0.1, 0.0, 0.0, 1.0, 0.0, 1
|
||||
node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 1
|
||||
node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 1, 0, 0, 1, 0
|
||||
TechRequired = advConstruction
|
||||
entryCost = 2200
|
||||
cost = 200
|
||||
|
@ -15,8 +15,8 @@ PART
|
||||
rotation = 0, 0, 0
|
||||
}
|
||||
rescaleFactor = 1.0
|
||||
node_stack_top = 0.0, 0.1, 0.0, 0.0, 1.0, 0.0, 1
|
||||
node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 1
|
||||
node_stack_top = 0.0, 0.1, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 2, 0, 0, 1, 0
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
TechRequired = advConstruction
|
||||
|
@ -15,8 +15,8 @@ PART
|
||||
rotation = 0, 0, 0
|
||||
}
|
||||
rescaleFactor = 1.0
|
||||
node_stack_top = 0.0, 0.15, 0.0, 0.0, 1.0, 0.0, 1
|
||||
node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 1
|
||||
node_stack_top = 0.0, 0.15, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 2, 0, 0, 1, 0
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
TechRequired = specializedConstruction
|
||||
|
@ -15,8 +15,8 @@ PART
|
||||
rotation = 0, 0, 0
|
||||
}
|
||||
rescaleFactor = 1.0
|
||||
node_stack_top = 0.0, 0.25, 0.0, 0.0, 1.0, 0.0, 1
|
||||
node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 1
|
||||
node_stack_top = 0.0, 0.25, 0.0, 0.0, 1.0, 0.0, 3
|
||||
node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 3, 0, 0, 1, 0
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
TechRequired = composites
|
||||
|
@ -15,8 +15,8 @@ PART
|
||||
rotation = 0, 0, 0
|
||||
}
|
||||
rescaleFactor = 1.0
|
||||
node_stack_top = 0.0, 0.35, 0.0, 0.0, 1.0, 0.0, 1
|
||||
node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 1
|
||||
node_stack_top = 0.0, 0.35, 0.0, 0.0, 1.0, 0.0, 4
|
||||
node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 4, 0, 0, 1, 0
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
TechRequired = metaMaterials
|
||||
|
Loading…
Reference in New Issue
Block a user