Packer's Doors v5 to v5: 
Fixed name for both Hangar doors from Hanger to Hangar.
Added an apology in the Change log for the constant fix updates.
My bad.
 

Packer's Doors v5 to v4: 
Added 2 new Doors, Space Hanger Top and Space Hanger Bottom. Also improved screenshot for RTB.
 

Packer's Doors v5 to v3: 
Updated server.cs

From
Code:%error = ForceRequiredAddOn("JVS_Content");

if(%error == $Error::AddOn_Disabled)
{
error("JVS_DoorsPack0: JVS_Content is disabled and is required by this Add-On.");
}
else if(%error == $Error::AddOn_NotFound)
{
error("JVS_DoorsPack0: JVS_Content is missing and is required by this Add-On.");
}
else
{
ContentTypesSO.addContentType("Add-Ons/Content_PackerDoors/types/CastleGate.cs");
}

To
Code:%error = ForceRequiredAddOn("JVS_Content");

if(%error == $Error::AddOn_NotFound)
{
error("JVS_DoorsPack0: JVS_Content is missing and is required by this Add-On.");
}
else
{
ContentTypesSO.addContentType("Add-O
 

Packer's Doors v5 to v2: 
Fixed Castle Gate being blocked by bricks that weren't in the way.
 


Service revived by the B4v21 Team.
Designed by Vjacheslav Trushkin and modified by RTB.