mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix method
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
// - TVR-1180C Mk1 Stack Tri-Coupler (stackTriCoupler_v2)
|
||||
// - TVR-2160C Mk2 Stack Quad-Coupler (stackQuadCoupler)
|
||||
|
||||
@PART[adapterSmallMiniTall]:HAS[#RestockIgnore[False]]
|
||||
@PART[adapterSmallMiniTall]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -68,7 +68,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@PART[adapterSmallMiniShort]:HAS[#RestockIgnore[False]]
|
||||
@PART[adapterSmallMiniShort]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -147,7 +147,7 @@
|
||||
}
|
||||
|
||||
// 1.25m station hub
|
||||
@PART[stationHub]:HAS[#RestockIgnore[False]]
|
||||
@PART[stationHub]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -237,7 +237,7 @@
|
||||
}
|
||||
|
||||
// 1.25m radial attach point
|
||||
@PART[stackPoint1]:HAS[#RestockIgnore[False]]
|
||||
@PART[stackPoint1]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -249,7 +249,7 @@
|
||||
}
|
||||
|
||||
// 1.25m Bicoupler
|
||||
@PART[stackBiCoupler_v2]:HAS[#RestockIgnore[False]]
|
||||
@PART[stackBiCoupler_v2]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
|
||||
@ -334,7 +334,7 @@
|
||||
}
|
||||
|
||||
// 1.25m Tricoupler
|
||||
@PART[stackTriCoupler_v2]:HAS[#RestockIgnore[False]]
|
||||
@PART[stackTriCoupler_v2]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
|
||||
@ -414,7 +414,7 @@
|
||||
}
|
||||
|
||||
// 1.25m Quadcoupler
|
||||
@PART[stackQuadCoupler]:HAS[#RestockIgnore[False]]
|
||||
@PART[stackQuadCoupler]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
// - TVR-300L Stack Tri-Adapter (adapterLargeSmallTri)
|
||||
// - TVR-400L Stack Quad-Adapter (adapterLargeSmallQuad)
|
||||
|
||||
@PART[largeAdapter]:HAS[#RestockIgnore[False]]
|
||||
@PART[largeAdapter]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -55,7 +55,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@PART[largeAdapter2]:HAS[#RestockIgnore[False]]
|
||||
@PART[largeAdapter2]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -117,7 +117,7 @@
|
||||
}
|
||||
|
||||
// 2.5m Bicoupler
|
||||
@PART[adapterLargeSmallBi]:HAS[#RestockIgnore[False]]
|
||||
@PART[adapterLargeSmallBi]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
|
||||
@ -197,7 +197,7 @@
|
||||
}
|
||||
|
||||
// 2.5m Tricoupler
|
||||
@PART[adapterLargeSmallTri]:HAS[#RestockIgnore[False]]
|
||||
@PART[adapterLargeSmallTri]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
|
||||
@ -277,7 +277,7 @@
|
||||
}
|
||||
|
||||
// 2.5m Quadcoupler
|
||||
@PART[adapterLargeSmallQuad]:HAS[#RestockIgnore[False]]
|
||||
@PART[adapterLargeSmallQuad]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Contents:
|
||||
// - Kerbodyne ADTP-2-3 (Size3to2Adapter_v2)
|
||||
|
||||
@PART[Size3To2Adapter_v2]:HAS[#RestockIgnore[False]]
|
||||
@PART[Size3To2Adapter_v2]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
|
||||
// TT18-A Launch Stability Enhancer
|
||||
@PART[launchClamp1]:HAS[#RestockIgnore[False]]
|
||||
@PART[launchClamp1]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
!mesh = DELETE
|
||||
|
@ -13,7 +13,7 @@
|
||||
// - M-2x2 Structural Panel (structuralPanel2)
|
||||
|
||||
// Cubic strut
|
||||
@PART[strutCube]:HAS[#RestockIgnore[False]]
|
||||
@PART[strutCube]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -28,7 +28,7 @@
|
||||
}
|
||||
|
||||
// Micronode
|
||||
@PART[structuralMiniNode]:HAS[#RestockIgnore[False]]
|
||||
@PART[structuralMiniNode]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -43,7 +43,7 @@
|
||||
}
|
||||
|
||||
// Octo-Strut
|
||||
@PART[strutOcto]:HAS[#RestockIgnore[False]]
|
||||
@PART[strutOcto]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -58,7 +58,7 @@
|
||||
}
|
||||
|
||||
// Modular Girder
|
||||
@PART[trussPiece1x]:HAS[#RestockIgnore[False]]
|
||||
@PART[trussPiece1x]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -101,7 +101,7 @@
|
||||
}
|
||||
|
||||
// Modular Girder XL
|
||||
@PART[trussPiece3x]:HAS[#RestockIgnore[False]]
|
||||
@PART[trussPiece3x]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -144,7 +144,7 @@
|
||||
}
|
||||
|
||||
// Modular Girder Adapter
|
||||
@PART[trussAdapter]:HAS[#RestockIgnore[False]]
|
||||
@PART[trussAdapter]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -159,7 +159,7 @@
|
||||
}
|
||||
|
||||
// I beam
|
||||
@PART[structuralIBeam2]:HAS[#RestockIgnore[False]]
|
||||
@PART[structuralIBeam2]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -217,7 +217,7 @@
|
||||
}
|
||||
|
||||
// Short I beam
|
||||
@PART[structuralIBeam3]:HAS[#RestockIgnore[False]]
|
||||
@PART[structuralIBeam3]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -275,7 +275,7 @@
|
||||
}
|
||||
|
||||
// Wide I beam
|
||||
@PART[structuralIBeam1]:HAS[#RestockIgnore[False]]
|
||||
@PART[structuralIBeam1]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -333,7 +333,7 @@
|
||||
}
|
||||
|
||||
// Small structural panel
|
||||
@PART[structuralPanel1]:HAS[#RestockIgnore[False]]
|
||||
@PART[structuralPanel1]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -449,7 +449,7 @@
|
||||
}
|
||||
|
||||
// large structural panel
|
||||
@PART[structuralPanel2]:HAS[#RestockIgnore[False]]
|
||||
@PART[structuralPanel2]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
Reference in New Issue
Block a user