Skip to content

Commit

Permalink
Added support for the electric butcher table, thanks to Thels
Browse files Browse the repository at this point in the history
  • Loading branch information
emipa606 committed May 3, 2020
1 parent 67489e6 commit a88eefa
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
14 changes: 14 additions & 0 deletions 1.1/Patches/Buildings/Other.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,18 @@
</li>
</operations>
</Operation>
<Operation Class="PatchOperationSequence">
<success>Always</success>
<operations>
<li Class="PatchOperationTest">
<xpath>/Defs/ThingDef[defName = "ElectricTableButcher"]</xpath>
</li>
<li Class="PatchOperationAdd">
<xpath>*/RecipeDef[@Name="CAN_CannibalButcher" or @Name="CAN_InsectButcher"]/recipeUsers</xpath>
<value>
<li>ElectricTableButcher</li>
</value>
</li>
</operations>
</Operation>
</Patch>
3 changes: 1 addition & 2 deletions About/Manifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<identifier>CannibalMeals</identifier>
<version>1.1.11.0</version>
<version>1.1.12.0</version>
<dependencies />
<incompatibleWith>
<li>VGCannibalPatch</li>
Expand All @@ -11,4 +11,3 @@
<manifestUri>https://raw.githubusercontent.com/emipa606/CannibalMeals/master/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/emipa606/CannibalMeals/releases</downloadUri>
</Manifest>

2 changes: 1 addition & 1 deletion About/ModSync.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ModSyncNinjaData>
<ID>8b08a139-8d92-40e2-b62a-cb740ec54ecb</ID>
<ModName>Cannibal and Insect Meals</ModName>
<Version>1.1.11.0</Version>
<Version>1.1.12.0</Version>
<SaveBreaking>False</SaveBreaking>
<Host name="Github">
<Owner>emipa606</Owner>
Expand Down

0 comments on commit a88eefa

Please sign in to comment.