
This mod introduces various automated crafting tech and UF Framework based buildings to simplifiy and liberate your pawns from dull working all their day.
44 lines
1.1 KiB
XML
44 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Patch>
|
|
|
|
<Operation Class="PatchOperationFindMod">
|
|
<mods>
|
|
<li>Core SK</li>
|
|
<li>Rimefeller</li>
|
|
</mods>
|
|
<match Class="PatchOperationSequence">
|
|
<operations>
|
|
<li Class="PatchOperationAdd">
|
|
<xpath>Defs/ArchitectSense.DesignationSubCategoryDef[defName="SubCategory_Refinery"]/defNames</xpath>
|
|
<value>
|
|
<li>PlasticRefiner</li>
|
|
<li>RubberRefiner</li>
|
|
<li>SynthFiberRefiner</li>
|
|
<li>CompasteRefiner</li>
|
|
<li>KevlarRefiner</li>
|
|
</value>
|
|
</li>
|
|
|
|
<li Class="PatchOperationAdd">
|
|
<xpath>Defs/ThingDef[defName="RefineryLoadingBay"]/building/fixedStorageSettings/filter/thingDefs</xpath>
|
|
<value>
|
|
<li>Plastic</li>
|
|
<li>Rubber</li>
|
|
<li>SyntheticFibers</li>
|
|
<li>Compaste</li>
|
|
<li>Kevlar</li>
|
|
</value>
|
|
</li>
|
|
|
|
<li Class="PatchOperationAdd">
|
|
<xpath>Defs/ThingDef[defName="RefineryLoadingBay"]/building/defaultStorageSettings/filter/thingDefs</xpath>
|
|
<value>
|
|
<li>Plastic</li>
|
|
<li>Rubber</li>
|
|
</value>
|
|
</li>
|
|
</operations>
|
|
</match>
|
|
</Operation>
|
|
|
|
</Patch> |