Skip to content

Commit

Permalink
fix (Bees) rjw + watcher compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
pacas committed Nov 10, 2024
1 parent 7b5c409 commit 3c109c1
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions Pacas Patches Compilation/Mods/2_AlphaBees/1.5/Patches/AB_Mods.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,56 @@
</operations>
</match>
</li>
<li Class="PatchOperationFindMod">
<mods>
<li>RimJobWorld</li>
</mods>
<match Class="PatchOperationReplace">
<xpath>Defs/rjw.SexFluidDef[defName="Honey"]/consumable</xpath>
<value>
<consumable>RB_BaseHoney</consumable>
</value>
</match>
</li>
<li Class="PatchOperationFindMod">
<mods>
<li>HSK Watcher Content</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Plant_TreeHoney"]/plant/harvestedThingDef</xpath>
<value>
<harvestedThingDef>RB_BaseHoney</harvestedThingDef>
</value>
</li>
<li Class="PatchOperationFindMod">
<mods>
<li>SeedsPlease</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationReplace">
<xpath>Defs/RecipeDef[defName="ExtractTreeHoneyseeds"]/ingredients/li[1]/filter/thingDefs/li</xpath>
<value>
<li>RB_BaseHoney</li>
</value>
</li>
<li Class="PatchOperationReplace">
<xpath>Defs/RecipeDef[defName="ExtractTreeHoneyseeds"]/fixedIngredientFilter/thingDefs</xpath>
<value>
<thingDefs>
<li>RB_BaseHoney</li>
<li>WoodLog</li>
</thingDefs>
</value>
</li>
</operations>
</match>
</li>
</operations>
</match>
</li>
</operations>
</Operation>
</Patch>

0 comments on commit 3c109c1

Please sign in to comment.