mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix the MM thing
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
// - M-2x2 Structural Panel (structuralPanel2)
|
||||
|
||||
// Cubic strut
|
||||
@PART[strutCube]:HAS[RestockIgnore[]]
|
||||
@PART[strutCube]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -28,7 +28,7 @@
|
||||
}
|
||||
|
||||
// Micronode
|
||||
@PART[structuralMiniNode]:HAS[RestockIgnore[]]
|
||||
@PART[structuralMiniNode]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -43,7 +43,7 @@
|
||||
}
|
||||
|
||||
// Octo-Strut
|
||||
@PART[strutOcto]:HAS[RestockIgnore[]]
|
||||
@PART[strutOcto]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -58,7 +58,7 @@
|
||||
}
|
||||
|
||||
// Modular Girder
|
||||
@PART[trussPiece1x]:HAS[RestockIgnore[]]
|
||||
@PART[trussPiece1x]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -101,7 +101,7 @@
|
||||
}
|
||||
|
||||
// Modular Girder XL
|
||||
@PART[trussPiece3x]:HAS[RestockIgnore[]]
|
||||
@PART[trussPiece3x]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -144,7 +144,7 @@
|
||||
}
|
||||
|
||||
// Modular Girder Adapter
|
||||
@PART[trussAdapter]:HAS[RestockIgnore[]]
|
||||
@PART[trussAdapter]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -159,7 +159,7 @@
|
||||
}
|
||||
|
||||
// I beam
|
||||
@PART[structuralIBeam2]:HAS[RestockIgnore[]]
|
||||
@PART[structuralIBeam2]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -217,7 +217,7 @@
|
||||
}
|
||||
|
||||
// Short I beam
|
||||
@PART[structuralIBeam3]:HAS[RestockIgnore[]]
|
||||
@PART[structuralIBeam3]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -275,7 +275,7 @@
|
||||
}
|
||||
|
||||
// Wide I beam
|
||||
@PART[structuralIBeam1]:HAS[RestockIgnore[]]
|
||||
@PART[structuralIBeam1]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -333,7 +333,7 @@
|
||||
}
|
||||
|
||||
// Small structural panel
|
||||
@PART[structuralPanel1]:HAS[RestockIgnore[]]
|
||||
@PART[structuralPanel1]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -449,7 +449,7 @@
|
||||
}
|
||||
|
||||
// large structural panel
|
||||
@PART[structuralPanel2]:HAS[RestockIgnore[]]
|
||||
@PART[structuralPanel2]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
Reference in New Issue
Block a user