PLEASE READ
 
Video
 This update has been a long time coming but finally includes animated airlocks.
 These replace the old versions of airlocks which had a duplication bug if used correctly.
 They are craftable VIA the recipe in the space guide and you will 
need to add the following to your recipes.yml for these to work:
 
 
 
 
 
  Code (YAML):
 
 
 
  airlockDoor:
  
     1
  : aluminiumAlloyIngot
  
     2
  : wire
  
     3
  : aluminiumAlloyIngot
  
     4
  : pipe
  
     5
  : IRON_DOOR
  
     6
  : pipe
  
     7
  : aluminiumAlloyIngot
  
     8
  : wire
  
     9
  : aluminiumAlloyIngot
 
 
 The following will also need to be added to your config.yml:
 
 
 
 
  Code (YAML):
 
 
 
  # Enable the older block based airlocks
  
 Legacy-Airlocks
  : false