mirror of
https://gitgud.io/dastardlii/rjw-rbse.git
synced 2024-08-14 23:57:40 +00:00
12 lines
333 B
XML
12 lines
333 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<Patch>
|
||
|
<!-- Bionic prosthetics moved to Bionics Bench -->
|
||
|
<Operation Class="PatchOperationReplace">
|
||
|
<xpath>/Defs/RecipeDef[@Name="MakeAdvancedPrivates"]/recipeUsers</xpath>
|
||
|
<value>
|
||
|
<recipeUsers>
|
||
|
<li>BionicWorkbench</li>
|
||
|
</recipeUsers>
|
||
|
</value>
|
||
|
</Operation>
|
||
|
</Patch>
|