Skip to content

Instantly share code, notes, and snippets.

@Sixdd6
Created November 23, 2017 08:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sixdd6/c325739ebb61a4110acfb9829ed49228 to your computer and use it in GitHub Desktop.
Save Sixdd6/c325739ebb61a4110acfb9829ed49228 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<!--========== Vanilla Fuel ==========-->
<Operation Class="PatchOperationAdd">
<xpath>*/ThingDef[defName = "FueledStove"]/comps/li[contains(@Class,'CompProperties_Refuelable')]/fuelFilter/thingDefs</xpath>
<value>
<li>HempFiber</li>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>*/ThingDef[defName = "FueledSmithy"]/comps/li[contains(@Class,'CompProperties_Refuelable')]/fuelFilter/thingDefs</xpath>
<value>
<li>HempFiber</li>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>*/ThingDef[defName = "TorchLamp"]/comps/li[contains(@Class,'CompProperties_Refuelable')]/fuelFilter/thingDefs</xpath>
<value>
<li>HempFiber</li>
</value>
</Operation>
</Patch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment