Config setup for pods

This commit is contained in:
ChrisAdderley
2019-02-04 16:32:16 -08:00
parent 740242c5fd
commit 4e906beedf
3 changed files with 79 additions and 1 deletions

View File

@ -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
}
}