mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
ModuleManager patch order change
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
// - AE-FF3 Airstream Protective Shell (3.75m) (fairingSize3)
|
||||
|
||||
// AE-FF1 Airstream Protective Shell (1.25m)
|
||||
@PART[fairingSize1]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
@PART[fairingSize1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -142,7 +142,7 @@
|
||||
}
|
||||
|
||||
// AE-FF2 Airstream Protective Shell (2.5m)
|
||||
@PART[fairingSize2]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
@PART[fairingSize2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -250,7 +250,7 @@
|
||||
}
|
||||
|
||||
// AE-FF3 Airstream Protective Shell (3.75m)
|
||||
@PART[fairingSize3]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
@PART[fairingSize3]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
@ -4,7 +4,7 @@
|
||||
// - Service Bay (2.5m) (ServiceBay_250_v2)
|
||||
|
||||
// Service Bay (1.25m)
|
||||
@PART[ServiceBay_125_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
@PART[ServiceBay_125_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -77,7 +77,7 @@
|
||||
}
|
||||
|
||||
// Service Bay (2.5m)
|
||||
@PART[ServiceBay_250_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
@PART[ServiceBay_250_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
Reference in New Issue
Block a user