mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix RS+ configs for spherical pods
This commit is contained in:
@ -2,12 +2,12 @@
|
||||
// Spherical command pod
|
||||
PART
|
||||
{
|
||||
name = restock-sphere-pod-1
|
||||
name = restock-pod-sphere-1
|
||||
module = Part
|
||||
author = Well
|
||||
MODEL
|
||||
{
|
||||
model = ReStockPlus/Assets/Command/restock-sphere-pod-1
|
||||
model = ReStock/Assets/Command/restock-pod-sphere-1
|
||||
position = 0.0, 0.0, 0.0
|
||||
rotation = 0.0, 0.0, 0.0
|
||||
scale = 1.0, 1.0, 1.0
|
||||
@ -16,8 +16,12 @@ PART
|
||||
CrewCapacity = 1
|
||||
// Attachment
|
||||
attachRules = 1,0,1,1,0
|
||||
node_stack_top = 0.0, 1.225, 0.0, 0.0, 1.0, 0.0, 1
|
||||
node_stack_bottom = 0.0, -0.475, 0.0, 0.0, -1.0, 0.0, 1
|
||||
node_stack_top = 0.0, 0.825, 0.0, 0.0, 1.0, 0.0, 1
|
||||
node_stack_bottom = 0.0, -0.875, 0.0, 0.0, -1.0, 0.0, 1
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = start
|
||||
entryCost = 0
|
||||
cost = 1000
|
||||
|
Reference in New Issue
Block a user