mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
15 lines
272 B
INI
15 lines
272 B
INI
// Patches applying art changes to 1.25m aerodynamic parts
|
|
// Contents:
|
|
// - Aerodynamic Nose Cone (noseCone)
|
|
|
|
@PART[noseCone]
|
|
{
|
|
@author = Chris Adderley (Nertea)
|
|
|
|
!mesh = DELETE
|
|
!MODEL {}
|
|
MODEL {
|
|
model = ReStock/Assets/Structural/restock-nosecone-125-1
|
|
}
|
|
}
|