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:
@ -7,7 +7,7 @@
|
||||
// - Heat Shield (10m) (InflatableHeatShield)
|
||||
|
||||
// Heat Shield (0.625m)
|
||||
@PART[HeatShield0]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
@PART[HeatShield0]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -86,7 +86,7 @@
|
||||
}
|
||||
|
||||
// Heat Shield (1.25m)
|
||||
@PART[HeatShield1]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
@PART[HeatShield1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -155,7 +155,7 @@
|
||||
}
|
||||
|
||||
// Heat Shield (2.5m)
|
||||
@PART[HeatShield2]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
@PART[HeatShield2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -224,7 +224,7 @@
|
||||
}
|
||||
|
||||
// Heat Shield (3.75m)
|
||||
@PART[HeatShield3]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
@PART[HeatShield3]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
@ -8,7 +8,7 @@
|
||||
// - Thermal Control System (large) (foldingRadLarge)
|
||||
|
||||
// Radiator Panel (edge)
|
||||
@PART[radPanelEdge]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
@PART[radPanelEdge]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -49,7 +49,7 @@
|
||||
}
|
||||
|
||||
// Radiator Panel (small)
|
||||
@PART[radPanelSm]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
@PART[radPanelSm]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -133,7 +133,7 @@
|
||||
}
|
||||
|
||||
// Radiator Panel (large)
|
||||
@PART[radPanelLg]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
@PART[radPanelLg]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -217,7 +217,7 @@
|
||||
}
|
||||
|
||||
// Thermal Control System (small)
|
||||
@PART[foldingRadSmall]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
@PART[foldingRadSmall]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -269,7 +269,7 @@
|
||||
}
|
||||
|
||||
// Thermal Control System (medium)
|
||||
@PART[foldingRadMed]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
@PART[foldingRadMed]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -321,7 +321,7 @@
|
||||
}
|
||||
|
||||
// Thermal Control System (large)
|
||||
@PART[foldingRadLarge]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
@PART[foldingRadLarge]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
Reference in New Issue
Block a user