Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
Addons: Add Syn Blueberries
Browse files Browse the repository at this point in the history
  • Loading branch information
notfood committed Nov 15, 2018
1 parent 4b793aa commit 3cbf022
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Defs_OnDemand/SrychalisBlueberries/Items_Seeds.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<Defs>
<!-- Blueberries.xml -->
<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_Syrblueberry</defName>
<label>blueberry seeds</label>
<plant>Plant_SyrBlueberry</plant>
</SeedsPlease.SeedDef>

</Defs>
27 changes: 27 additions & 0 deletions Defs_OnDemand/SrychalisBlueberries/Recipes_Plants.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<Defs>
<!-- Blueberries.xml -->
<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_Syrblueberry</defName>
<label>extract blueberry seeds</label>
<description>Extract seeds from Blueberries.</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>RawBlueberries</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>RawBlueberries</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_Syrblueberry>3</Seed_Syrblueberry>
</products>
</RecipeDef>

</Defs>
11 changes: 11 additions & 0 deletions Patches/LoadOnDemand_Addons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,15 @@
</folders>
</Operation>

<!-- Syrchalis' [SYR] Blueberries -->

<Operation Class="LoadOnDemand.PatchOperationLoadOnDemand">
<mods>
<li>[SYR] Blueberries</li>
</mods>
<folders>
<li>SrychalisBlueberries</li>
</folders>
</Operation>

</Patch>

0 comments on commit 3cbf022

Please sign in to comment.