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