mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fixes and additions
This commit is contained in:
@ -56,3 +56,55 @@
|
||||
|
||||
%rescaleFactor = 1
|
||||
}
|
||||
|
||||
// TD-70 Decoupler
|
||||
@PART[radialDecoupler2] {
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Coupling/restock-decoupler-radial-3
|
||||
}
|
||||
|
||||
%rescaleFactor = 1
|
||||
@MODULE[ModuleAnchoredDecoupler]
|
||||
{
|
||||
@anchor = LargeDecouplerBase
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// TD-37 Decoupler
|
||||
@PART[radialDecoupler] {
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Coupling/restock-decoupler-radial-1
|
||||
}
|
||||
|
||||
%rescaleFactor = 1
|
||||
@MODULE[ModuleAnchoredDecoupler]
|
||||
{
|
||||
@anchor = SmallDecouplerBase
|
||||
}
|
||||
}
|
||||
|
||||
// HDM Decoupler
|
||||
@PART[radialDecoupler1-2] {
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Coupling/restock-decoupler-radial-2
|
||||
}
|
||||
|
||||
%rescaleFactor = 1
|
||||
@MODULE[ModuleAnchoredDecoupler]
|
||||
{
|
||||
@anchor = WeirdDecouplerBase
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user