Base patches for next wave of parts

This commit is contained in:
cadderley
2018-07-05 11:41:36 -07:00
parent 52b5752b27
commit fbdd18509a
10 changed files with 589 additions and 5 deletions

View File

@ -0,0 +1,26 @@
// Patches applying art changes to 1.25m structural parts
// Contents:
// - FL-A10 Adapter (adapterSmallMiniTall)
// - FL-A5 Adapter (adapterSmallMiniShort)
@PART[adapterSmallMiniTall]
{
@author = Chris Adderley
!mesh = DELETE
!MODEL = {}
MODEL {
model = ReStock/Assets/Structural/restock-adapter-125-1
}
}
@PART[adapterSmallMiniShort]
{
@author = Chris Adderley
!mesh = DELETE
!MODEL = {}
MODEL {
model = ReStock/Assets/Structural/restock-adapter-125-2
}
}