From 940eb3522858451b7cd0ad092b43f1eed8a9fbd0 Mon Sep 17 00:00:00 2001
From: FrozenSnowFox <44048645+FrozenSnowFox@users.noreply.github.com>
Date: Thu, 16 Jul 2026 14:44:17 +1000
Subject: [PATCH] Milk Category Support for MO
---
.../Patches/Milk_Category_Alpha_Crafts.xml | 320 ++++++++++++++++++
...Milk_Category_Vanilla_Brewing_Expanded.xml | 115 +++++++
2 files changed, 435 insertions(+)
create mode 100644 Mods and Shit/Medieval Overhaul/Patches/Milk_Category_Alpha_Crafts.xml
create mode 100644 Mods and Shit/Medieval Overhaul/Patches/Milk_Category_Vanilla_Brewing_Expanded.xml
diff --git a/Mods and Shit/Medieval Overhaul/Patches/Milk_Category_Alpha_Crafts.xml b/Mods and Shit/Medieval Overhaul/Patches/Milk_Category_Alpha_Crafts.xml
new file mode 100644
index 0000000..11bd613
--- /dev/null
+++ b/Mods and Shit/Medieval Overhaul/Patches/Milk_Category_Alpha_Crafts.xml
@@ -0,0 +1,320 @@
+
+
+
+
+
+
+ Alpha Crafts
+
+
+ Normal
+
+
+
+
+
+ /Defs/RecipeDef[@Name = "AC_YoghurtMealBase"]/fixedIngredientFilter
+
+
+ DankPyon_Milk
+
+
+
+
+
+ /Defs/RecipeDef[@Name = "AC_YoghurtMealBase"]/defaultIngredientFilter
+
+
+ DankPyon_Milk
+
+
+
+
+
+
+
+ /Defs/RecipeDef[defName = "AC_CookYoghurt"]/ingredients/li/filter [thingDefs/li[text()="Milk"]]
+
+
+ DankPyon_Milk
+
+
+
+
+
+ /Defs/RecipeDef[defName = "AC_CookYoghurt_Bulk"]/ingredients/li/filter [thingDefs/li[text()="Milk"]]
+
+
+ DankPyon_Milk
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alpha Crafts
+
+
+ Normal
+
+
+
+
+
+ /Defs/RecipeDef[defName = "AC_MakeRicotta"]/ingredients/li/filter
+
+ milk
+
+ DankPyon_Milk
+
+
+
+
+
+ /Defs/RecipeDef[defName = "AC_MakeRicotta"]/fixedIngredientFilter
+
+
+ DankPyon_Milk
+
+
+
+
+
+ /Defs/RecipeDef[defName = "AC_MakeRicotta"]/defaultIngredientFilter
+
+
+ DankPyon_Milk
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alpha Crafts
+
+
+ Normal
+
+
+
+
+
+ /Defs/RecipeDef[defName = "AC_ChurnButter"]/ingredients/li/filter
+
+
+ DankPyon_Milk
+
+
+
+
+
+ /Defs/RecipeDef[defName = "AC_ChurnButter"]/fixedIngredientFilter
+
+
+ DankPyon_Milk
+
+
+
+
+
+ /Defs/RecipeDef[defName = "AC_ChurnButter"]/defaultIngredientFilter
+
+
+ DankPyon_Milk
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alpha Crafts
+
+
+ Normal
+
+
+
+
+
+ /Defs/RecipeDef[defName = "AC_MakeSourCream"]/ingredients/li/filter [thingDefs/li[text()="Milk"]]
+
+ milk
+
+ DankPyon_Milk
+
+
+
+
+
+ /Defs/RecipeDef[defName = "AC_MakeSourCream"]/fixedIngredientFilter
+
+
+ DankPyon_Milk
+
+
+
+
+
+ /Defs/RecipeDef[defName = "AC_MakeSourCream"]/defaultIngredientFilter
+
+
+ DankPyon_Milk
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alpha Crafts
+
+
+ Normal
+
+
+
+
+
+ /Defs/RecipeDef[defName = "AC_MakeCondensedMilk"]/ingredients/li/filter [thingDefs/li[text()="Milk"]]
+
+ milk
+
+ DankPyon_Milk
+
+
+
+
+
+ /Defs/RecipeDef[defName = "AC_MakeCondensedMilk"]/fixedIngredientFilter
+
+
+ DankPyon_Milk
+
+
+
+
+
+ /Defs/RecipeDef[defName = "AC_MakeCondensedMilk"]/defaultIngredientFilter
+
+
+ DankPyon_Milk
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alpha Crafts
+
+
+ Normal
+
+
+
+
+
+ /Defs/RecipeDef[defName = "AC_MakeButtermilk"]/ingredients/li/filter [thingDefs/li[text()="Milk"]]
+
+ milk
+
+ DankPyon_Milk
+
+
+
+
+
+ /Defs/RecipeDef[defName = "AC_MakeButtermilk"]/fixedIngredientFilter
+
+
+ DankPyon_Milk
+
+
+
+
+
+ /Defs/RecipeDef[defName = "AC_MakeButtermilk"]/defaultIngredientFilter
+
+
+ DankPyon_Milk
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alpha Crafts
+
+
+ Normal
+
+
+
+
+
+ /Defs/RecipeDef[defName = "AC_CraftCuredHiveConfections"]/ingredients/li/filter/thingDefs
+
+ DankPyon_HornetJelly
+
+
+
+
+ /Defs/RecipeDef[defName = "AC_CraftCuredHiveConfections"]/fixedIngredientFilter/thingDefs
+
+ DankPyon_HornetJelly
+
+
+
+
+ /Defs/RecipeDef[defName = "AC_CraftCuredHiveConfections"]/defaultIngredientFilter/thingDefs
+
+ DankPyon_HornetJelly
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Mods and Shit/Medieval Overhaul/Patches/Milk_Category_Vanilla_Brewing_Expanded.xml b/Mods and Shit/Medieval Overhaul/Patches/Milk_Category_Vanilla_Brewing_Expanded.xml
new file mode 100644
index 0000000..6451ce9
--- /dev/null
+++ b/Mods and Shit/Medieval Overhaul/Patches/Milk_Category_Vanilla_Brewing_Expanded.xml
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+ Vanilla Brewing Expanded
+
+
+ Normal
+
+
+
+
+
+ /Defs/RecipeDef[@Name = "VBE_CookCocktailMealBase"]/fixedIngredientFilter/categories
+
+ DankPyon_Milk
+
+
+
+
+ /Defs/RecipeDef[@Name = "VBE_CookCocktailMealBase"]/defaultIngredientFilter/categories
+
+ DankPyon_Milk
+
+
+
+
+
+
+ /Defs/RecipeDef[@Name = "VBE_CookCocktailFineMealBase"]/fixedIngredientFilter/categories
+
+ DankPyon_Milk
+
+
+
+
+ /Defs/RecipeDef[@Name = "VBE_CookCocktailFineMealBase"]/defaultIngredientFilter/categories
+
+ DankPyon_Milk
+
+
+
+
+
+
+ /Defs/RecipeDef[defName = "VBE_MakeCocktailSimple"]/ingredients/li/filter [thingDefs/li[text()="Milk"]] /categories
+
+ DankPyon_Milk
+
+
+
+
+
+
+ /Defs/RecipeDef[defName = "VBE_MakeCocktailFine"]/ingredients/li/filter [thingDefs/li[text()="Milk"]] /categories
+
+ DankPyon_Milk
+
+
+
+
+
+
+ /Defs/RecipeDef[defName = "VBE_MakeCocktailLavish"]/ingredients/li/filter [thingDefs/li[text()="Milk"]] /categories
+
+ DankPyon_Milk
+
+
+
+
+
+
+
+
+
+
+
+
+ Vanilla Brewing Expanded
+
+
+ Normal
+
+
+
+
+
+ /Defs/RecipeDef[@Name = "VBE_CookGourmetCocktailMealBase"]/fixedIngredientFilter/categories
+
+ DankPyon_Milk
+
+
+
+
+ /Defs/RecipeDef[@Name = "VBE_CookGourmetCocktailMealBase"]/defaultIngredientFilter/categories
+
+ DankPyon_Milk
+
+
+
+
+ /Defs/RecipeDef[defName = "VBE_MakeCocktailGourmet"]/ingredients/li/filter [thingDefs/li[text()="Milk"]] /categories
+
+ DankPyon_Milk
+
+
+
+
+
+
+
+
+
\ No newline at end of file