ReStocked/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-125.cfg
2018-07-24 12:10:44 -07:00

27 lines
514 B
INI

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