diff --git a/LoadFolders.xml b/LoadFolders.xml
index 321a6ba33e..62bb17d8b2 100644
--- a/LoadFolders.xml
+++ b/LoadFolders.xml
@@ -668,6 +668,7 @@
ModPatches/Vanilla Factions Expanded - Settlers
ModPatches/Vanilla Factions Expanded - Tribals
ModPatches/Vanilla Furniture Expanded - Security
+ ModPatches/Vanilla Furniture Expanded - Factory
ModPatches/Vanilla Genetics Expanded
ModPatches/Vanilla Gravship Expanded - Chapter 1
ModPatches/Vanilla Ideology Expanded - Dryads
diff --git a/ModPatches/Vanilla Furniture Expanded - Factory/Patches/Vanilla Furniture Expanded - Factory/PipeProcessDefs/PipeProcesses_Recipes.xml b/ModPatches/Vanilla Furniture Expanded - Factory/Patches/Vanilla Furniture Expanded - Factory/PipeProcessDefs/PipeProcesses_Recipes.xml
new file mode 100644
index 0000000000..3ba1da3a22
--- /dev/null
+++ b/ModPatches/Vanilla Furniture Expanded - Factory/Patches/Vanilla Furniture Expanded - Factory/PipeProcessDefs/PipeProcesses_Recipes.xml
@@ -0,0 +1,233 @@
+
+
+
+
+
+
+
+
+ Defs/PipeSystem.ProcessDef[defName="VFEFactory_MakeHighExplosiveShells"]/ingredients/li[thing="Steel"]/countNeeded
+
+ 78
+
+
+
+
+ Defs/PipeSystem.ProcessDef[defName="VFEFactory_MakeHighExplosiveShells"]/ingredients/li[thing="Chemfuel"]/countNeeded
+
+ 10
+
+
+
+
+ Defs/PipeSystem.ProcessDef[defName="VFEFactory_MakeHighExplosiveShells"]/ingredients/li[thing="Chemfuel"]/thing
+
+ FSX
+
+
+
+
+ Defs/PipeSystem.ProcessDef[defName="VFEFactory_MakeHighExplosiveShells"]/results/li[thing="Shell_HighExplosive"]/count
+
+ 5
+
+
+
+
+
+
+ Defs/PipeSystem.ProcessDef[defName="VFEFactory_MakeIncendiaryShells"]/ingredients/li[thing="Steel"]/countNeeded
+
+ 82
+
+
+
+
+ Defs/PipeSystem.ProcessDef[defName="VFEFactory_MakeIncendiaryShells"]/ingredients/li[thing="Chemfuel"]/countNeeded
+
+ 5
+
+
+
+
+ Defs/PipeSystem.ProcessDef[defName="VFEFactory_MakeIncendiaryShells"]/ingredients/li[thing="Chemfuel"]/thing
+
+ Prometheum
+
+
+
+
+ Defs/PipeSystem.ProcessDef[defName="VFEFactory_MakeIncendiaryShells"]/results/li[thing="Shell_Incendiary"]/count
+
+ 5
+
+
+
+
+
+ Defs/PipeSystem.ProcessDef[defName="VFEFactory_MakeEMPShells"]/ingredients/li[thing="Steel"]/countNeeded
+
+ 54
+
+
+
+
+ Defs/PipeSystem.ProcessDef[defName="VFEFactory_MakeEMPShells"]/ingredients/li[thing="ComponentIndustrial"]/countNeeded
+
+ 14
+
+
+
+
+ Defs/PipeSystem.ProcessDef[defName="VFEFactory_MakeEMPShells"]/results/li[thing="Shell_EMP"]/count
+
+ 5
+
+
+
+
+
+
+ Defs/PipeSystem.ProcessDef[defName="VFEFactory_MakeFirefoamShells"]/ingredients/li[thing="Steel"]/countNeeded
+
+ 66
+
+
+
+
+ Defs/PipeSystem.ProcessDef[defName="VFEFactory_MakeFirefoamShells"]/ingredients
+
+
+ Chemfuel
+ 25
+
+
+
+
+
+ Defs/PipeSystem.ProcessDef[defName="VFEFactory_MakeFirefoamShells"]/results/li[thing="Shell_Firefoam"]/count
+
+ 5
+
+
+
+
+
+
+ Defs/PipeSystem.ProcessDef[defName="VFEFactory_MakeSmokeShells"]/ingredients/li[thing="Steel"]/countNeeded
+
+ 66
+
+
+
+
+ Defs/PipeSystem.ProcessDef[defName="VFEFactory_MakeSmokeShells"]/ingredients
+
+
+ Prometheum
+ 2
+
+
+
+
+
+ Defs/PipeSystem.ProcessDef[defName="VFEFactory_MakeSmokeShells"]/results/li[thing="Shell_Smoke"]/count
+
+ 5
+
+
+
+
+
+
+ Defs/PipeSystem.ProcessDef[defName="VFEFactory_MakeToxShells"]/ingredients/li[thing="Steel"]/countNeeded
+
+ 78
+
+
+
+
+ Defs/PipeSystem.ProcessDef[defName="VFEFactory_MakeToxShells"]/ingredients/li[thing="Chemfuel"]/countNeeded
+
+ 2
+
+
+
+
+ Defs/PipeSystem.ProcessDef[defName="VFEFactory_MakeToxShells"]/ingredients/li[thing="Chemfuel"]/thing
+
+ Prometheum
+
+
+
+
+ Defs/PipeSystem.ProcessDef[defName="VFEFactory_MakeToxShells"]/results/li[thing="Shell_Toxic"]/count
+
+ 5
+
+
+
+
+
+
+ Defs/PipeSystem.ProcessDef[defName="VFEFactory_MakeDeadlifeShells"]/ingredients
+
+
+ Steel
+ 78
+
+
+
+
+
+ Defs/PipeSystem.ProcessDef[defName="VFEFactory_MakeDeadlifeShells"]/ingredients/li[thing="Bioferrite"]/countNeeded
+
+ 25
+
+
+
+
+ Defs/PipeSystem.ProcessDef[defName="VFEFactory_MakeDeadlifeShells"]/results/li[thing="Shell_Deadlife"]/count
+
+ 5
+
+
+
+
+
+
+
+ Vanilla Factions Expanded - Deserters
+
+
+
+
+
+ Defs/PipeSystem.ProcessDef[defName="VFEFactory_MakeShrapnelShells"]
+
+
+
+ Defs/PipeSystem.ProcessDef[defName="VFEFactory_MakeArmorPiercingShells"]
+
+
+ Defs/PipeSystem.ProcessDef[defName="VFEFactory_MakeClusterShells"]
+
+
+
+
+
+ //li[text()="VFEFactory_MakeShrapnelShells"]
+
+
+
+ //li[text()="VFEFactory_MakeArmorPiercingShells"]
+
+
+
+ //li[text()="VFEFactory_MakeClusterShells"]
+
+
+
+
+
+
diff --git a/SupportedThirdPartyMods.md b/SupportedThirdPartyMods.md
index 837dbe3576..3daf8ae435 100644
--- a/SupportedThirdPartyMods.md
+++ b/SupportedThirdPartyMods.md
@@ -634,6 +634,7 @@ Vanilla Factions Expanded - Settlers |
Vanilla Factions Expanded - Tribals |
Vanilla Furniture Expanded - Production |
Vanilla Furniture Expanded - Security |
+Vanilla Furniture Expanded - Factory |
Vanilla Genetics Expanded |
Vanilla Ideology Expanded - Dryads |
Vanilla Ideology Expanded - Hats and Rags |