Add/Amend RS+ part volumes on small enough parts

This commit is contained in:
Poodmund
2024-05-20 21:45:34 +01:00
parent 1877cec291
commit 6d573ff53e
68 changed files with 916 additions and 15 deletions

View File

@ -113,4 +113,9 @@ PART
canBeTransferredToInVessel = True
canTransferInVessel = True
}
MODULE
{
name = ModuleCargoPart
packedVolume = 1380
}
}

View File

@ -230,4 +230,18 @@ PART
name = FlagDecal
textureQuadName = Flag
}
MODULE
{
name = ModuleCargoPart
stackableQuantity = 1
packedVolume = -1
}
MODULE
{
name = ModuleInventoryPart
InventorySlots = 2
packedVolumeLimit = 100
}
}