diff --git a/GameData/RemoteTech/Parts/LongAntenna2/part.cfg b/GameData/RemoteTech/Parts/LongAntenna2/part.cfg index a742994f0..dcb8d4b9b 100644 --- a/GameData/RemoteTech/Parts/LongAntenna2/part.cfg +++ b/GameData/RemoteTech/Parts/LongAntenna2/part.cfg @@ -49,4 +49,11 @@ PART endEventGUIName = #RemoteTech_Retract//Retract actionGUIName = #RemoteTech_Toggle//Toggle Antenna } + + MODULE + { + name = ModuleCargoPart + stackableQuantity = 4 + packedVolume = 2 + } } diff --git a/GameData/RemoteTech/Parts/LongAntenna3/part.cfg b/GameData/RemoteTech/Parts/LongAntenna3/part.cfg index b074ba208..5e45dbd45 100644 --- a/GameData/RemoteTech/Parts/LongAntenna3/part.cfg +++ b/GameData/RemoteTech/Parts/LongAntenna3/part.cfg @@ -43,4 +43,11 @@ PART endEventGUIName = #RemoteTech_Retract//Retract actionGUIName = #RemoteTech_Toggle//Toggle Antenna } + + MODULE + { + name = ModuleCargoPart + stackableQuantity = 4 + packedVolume = 1 + } } \ No newline at end of file diff --git a/GameData/RemoteTech/Parts/ShortAntenna1/part.cfg b/GameData/RemoteTech/Parts/ShortAntenna1/part.cfg index 3c1a4047c..3e74f1422 100644 --- a/GameData/RemoteTech/Parts/ShortAntenna1/part.cfg +++ b/GameData/RemoteTech/Parts/ShortAntenna1/part.cfg @@ -32,4 +32,11 @@ PART PhysicsSignificance = 1 bulkheadProfiles = size0,srf tags = aerial antenna radio signal transmi + + MODULE + { + name = ModuleCargoPart + stackableQuantity = 4 + packedVolume = 5 + } } diff --git a/GameData/RemoteTech/Parts/ShortDish2/part.cfg b/GameData/RemoteTech/Parts/ShortDish2/part.cfg index e6408427a..ad0db036a 100644 --- a/GameData/RemoteTech/Parts/ShortDish2/part.cfg +++ b/GameData/RemoteTech/Parts/ShortDish2/part.cfg @@ -31,4 +31,10 @@ PART crashTolerance = 8 maxTemp = 1200 bulkheadProfiles = size1,srf + + MODULE + { + name = ModuleCargoPart + packedVolume = 650 + } } \ No newline at end of file