24 lines
691 B
XML
24 lines
691 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Patch>
|
|
<Operation Class="PatchOperationSequence">
|
|
<operations>
|
|
<li Class="PatchOperationAdd" MayRequire="VanillaExpanded.VPlantsE">
|
|
<xpath>Defs/ThingDef[defName="VCE_Tomato"]/plant/sowTags</xpath>
|
|
<value>
|
|
<li>Hydroponic</li>
|
|
</value>
|
|
</li>
|
|
</operations>
|
|
</Operation>
|
|
<Operation Class="PatchOperationSequence">
|
|
<operations>
|
|
<li Class="PatchOperationAdd" MayRequire="ReGrowth.BOTR.Core">
|
|
<xpath>Defs/ThingDef[defName="RG_Plant_RaspberryCultivated"]/plant/sowTags</xpath>
|
|
<value>
|
|
<li>Hydroponic</li>
|
|
</value>
|
|
</li>
|
|
</operations>
|
|
</Operation>
|
|
</Patch>
|