mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Config setup for pods
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
// Contents:
|
||||
// - FL-A10 Adapter (adapterSmallMiniTall)
|
||||
// - FL-A5 Adapter (adapterSmallMiniShort)
|
||||
// - Rockomax HubMax Multi-Point Connector (stationHub)
|
||||
// - BZ-52 Radial Attachment Point (stackPoint1)
|
||||
|
||||
@PART[adapterSmallMiniTall]
|
||||
{
|
||||
@ -144,3 +146,27 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 1.25m station hub
|
||||
@PART[stationHub]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Structural/restock-stationhub-125-1
|
||||
}
|
||||
}
|
||||
|
||||
// 1.25m radial attach point
|
||||
@PART[stackPoint1]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Structural/restock-attachnode-125-1
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user