RimWorld

RimWorld

SeedsPlease
KristyG Jun 17, 2020 @ 4:41pm
ERROR :(
All these had the same error as below... Just replace smokeleaf with these below.
psychoid,drago,cypress,maple,pine,cecropia,palm,saguarocactus,squash,kiwi,mango,ambrosia,agarilux,date,fig,coconut,cherry,barley,snowbeet,redlentil,olive,ironwood,agave,pincushioncactus,flax,steelleaf,plasteelleaf,goldleaf,jadeleaf,silverleaf,uraniumleaf,japanesemaple,cherryblossom,camellia,acacia,redmaple,ambrosia,neutroflower

XML error: Duplicate XML node name graphicData in this XML block: <SeedsPlease.SeedDef ParentName="SeedBase"><defName>Seed_Smokeleaf</defName><label>smokeleaf seeds</label><sources><li>Plant_Smokeleaf</li><li>PlantWildSmokeleaf</li></sources><graphicData><texPath>Things/Item/Seeds/Smokeleaf</texPath></graphicData><graphicData><texPath>Things/Item/Seeds/Smokeleaf</texPath></graphicData></SeedsPlease.SeedDef>
Verse.Log:Error(String, Boolean)
Verse.XmlInheritance:CheckForDuplicateNodes(XmlNode, XmlNode)
Verse.XmlInheritance:ResolveXmlNodeFor(XmlInheritanceNode)
Verse.XmlInheritance:ResolveXmlNodesRecursively(XmlInheritanceNode)
Verse.XmlInheritance:ResolveXmlNodesRecursively(XmlInheritanceNode)
Verse.XmlInheritance:ResolveXmlNodesRecursively(XmlInheritanceNode)
Verse.XmlInheritance:ResolveXmlNodes()
Verse.XmlInheritance:Resolve()
Verse.LoadedModManager:ParseAndProcessXML(XmlDocument, Dictionary`2)
Verse.LoadedModManager:LoadAllActiveMods()
Verse.PlayDataLoader:DoPlayLoad()
Verse.PlayDataLoader:LoadAllPlayData(Boolean)
Verse.<>c:<Start>b__6_1()
Verse.LongEventHandler:RunEventFromAnotherThread(Action)
Verse.<>c:<UpdateCurrentAsynchronousEvent>b__27_0()
System.Threading.ThreadHelper:ThreadStart_Context(Object)
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
System.Threading.ExecutionContext:Run(ExecutionContext, ContextCallback, Object, Boolean)
System.Threading.ExecutionContext:Run(ExecutionContext, ContextCallback, Object)
System.Threading.ThreadHelper:ThreadStart()
< >
Showing 1-6 of 6 comments
KristyG Jun 17, 2020 @ 4:42pm 
I think these are Seed Please errors as well.....

XML Verse.GraphicData defines the same field twice: shaderType.
Field contents: CutoutComplex.
Whole XML:
<graphicData><texPath>Things/Building/Production/UF_Barrel</texPath><graphicClass>Graphic_Multi</graphicClass><shaderType>CutoutComplex</shaderType><damageData><rect>(0.05,0.1,0.9,0.9)</rect></damageData><shadowData><volume>(0.75, 0.35, 0.33)</volume></shadowData><drawSize>(4,4)</drawSize><shaderType>CutoutComplex</shaderType></graphicData>
Verse.Log:Error(String, Boolean)
Verse.DirectXmlToObject:ObjectFromXml(XmlNode, Boolean)
Verse.DirectXmlToObject:ObjectFromXmlReflection(XmlNode, Boolean)
Verse.DirectXmlToObject:ObjectFromXml(XmlNode, Boolean)
Verse.DirectXmlToObject:ObjectFromXmlReflection(XmlNode, Boolean)
Verse.DirectXmlLoader:DefFromNode(XmlNode, LoadableXmlAsset)
Verse.LoadedModManager:ParseAndProcessXML(XmlDocument, Dictionary`2)
Verse.LoadedModManager:LoadAllActiveMods()
Verse.PlayDataLoader:DoPlayLoad()
Verse.PlayDataLoader:LoadAllPlayData(Boolean)
Verse.<>c:<Start>b__6_1()
Verse.LongEventHandler:RunEventFromAnotherThread(Action)
Verse.<>c:<UpdateCurrentAsynchronousEvent>b__27_0()
System.Threading.ThreadHelper:ThreadStart_Context(Object)
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
System.Threading.ExecutionContext:Run(ExecutionContext, ContextCallback, Object, Boolean)
System.Threading.ExecutionContext:Run(ExecutionContext, ContextCallback, Object)
System.Threading.ThreadHelper:ThreadStart()

XML error: <plant>AJO_PlantOutdoorSpectago</plant> corresponds to a field in type SeedDef which has an Unsaved attribute. Context: <ThingDef ParentName="SeedBase"><thingClass>SeedsPlease.Seed</thingClass><category>Item</category><resourceReadoutPriority>Middle</resourceReadoutPriority><useHitPoints>true</useHitPoints><selectable>true</selectable><altitudeLayer>Item</altitudeLayer><stackLimit>500</stackLimit><statBases><Beauty>-4</Beauty><MaxHitPoints>15</MaxHitPoints><Mass>0.015</Mass><Flammability>1.0</Flammability><DeteriorationRate>1</DeteriorationRate><MarketValue>0</MarketValue><SellPriceFactor>0.05</SellPriceFactor></statBases><comps><li Class="CompProperties_Forbiddable" /></comps><alwaysHaulable>true</alwaysHaulable><drawGUIOverlay>true</drawGUIOverlay><rotatable>false</rotatable><pathCost>15</pathCost><label>spectago seeds</label><description>These are genetically engineered seeds capable of thriving in a wide range of alien environments over multiple generations.</description><graphicData><texPath>Cupro/Item/Material/Seeds/SeedSpectago</texPath><graphicClass>Graphic_StackCount</graphicClass></graphicData><soundInteract>Grain_Drop</soundInteract><soundDrop>Grain_Drop</soundDrop><thingCategories><li>SeedsCategory</li></thingCategories><tradeTags><li>Seeds</li></tradeTags><seed><harvestFactor>1.0</harvestFactor><seedFactor>1.0</seedFactor><baseChance>0.95</baseChance><extraChance>0.15</extraChance></seed><defName>AJO_SeedSpectago</defName><plant>AJO_PlantOutdoorSpectago</plant></ThingDef>
Verse.Log:Error(String, Boolean)
Verse.DirectXmlToObject:ObjectFromXml(XmlNode, Boolean)
Verse.DirectXmlToObject:ObjectFromXmlReflection(XmlNode, Boolean)
Verse.DirectXmlLoader:DefFromNode(XmlNode, LoadableXmlAsset)
Verse.LoadedModManager:ParseAndProcessXML(XmlDocument, Dictionary`2)
Verse.LoadedModManager:LoadAllActiveMods()
Verse.PlayDataLoader:DoPlayLoad()
Verse.PlayDataLoader:LoadAllPlayData(Boolean)
Verse.<>c:<Start>b__6_1()
Verse.LongEventHandler:RunEventFromAnotherThread(Action)
Verse.<>c:<UpdateCurrentAsynchronousEvent>b__27_0()
System.Threading.ThreadHelper:ThreadStart_Context(Object)
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
System.Threading.ExecutionContext:Run(ExecutionContext, ContextCallback, Object, Boolean)
System.Threading.ExecutionContext:Run(ExecutionContext, ContextCallback, Object)
System.Threading.ThreadHelper:ThreadStart()
KristyG Jun 17, 2020 @ 4:43pm 
Also.....

SeedsPlease :: AJO_SeedSpectago has no sowable plant.
Verse.Log:Warning(String, Boolean)
SeedsPlease.SeedDef:ResolveReferences()
Verse.<>c__DisplayClass14_0:<ResolveAllReferences>b__0(SeedDef)
Verse.DefDatabase`1:ResolveAllReferences(Boolean, Boolean)
System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
System.Reflection.MethodBase:Invoke(Object, Object[])
Verse.GenGeneric:InvokeStaticMethodOnGenericType(Type, Type, String, Object[])
Verse.PlayDataLoader:DoPlayLoad()
Verse.PlayDataLoader:LoadAllPlayData(Boolean)
Verse.<>c:<Start>b__6_1()
Verse.LongEventHandler:RunEventFromAnotherThread(Action)
Verse.<>c:<UpdateCurrentAsynchronousEvent>b__27_0()
System.Threading.ThreadHelper:ThreadStart_Context(Object)
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
System.Threading.ExecutionContext:Run(ExecutionContext, ContextCallback, Object, Boolean)
System.Threading.ExecutionContext:Run(ExecutionContext, ContextCallback, Object)
System.Threading.ThreadHelper:ThreadStart()


SeedsPlease :: Some Seeds were autogenerated. Don't rely on autogenerated seeds, share the generated xml for proper support.


<!-- SeedsPlease :: Plant_Agave (Patched) Inserted to Seed_Agave-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_Agave</defName>
<label>agave seeds</label>
<sources>
<li>Plant_Agave</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_Agave</defName>
<label>extract agave seeds</label>
<description>Extract seeds from Agave</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>RawAgave</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>RawAgave</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_Agave>3</Seed_Agave>
</products>
</RecipeDef>

<!-- SeedsPlease :: GL_TreeA (solaris.furniturebase) Autogenerated as Seed_GL_A-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_GL_A</defName>
<label>gl_a seeds</label>
<sources>
<li>GL_TreeA</li>
</sources>
</SeedsPlease.SeedDef>

<!-- SeedsPlease :: GL_TreeB (solaris.furniturebase) Autogenerated as Seed_GL_B-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_GL_B</defName>
<label>gl_b seeds</label>
<sources>
<li>GL_TreeB</li>
</sources>
</SeedsPlease.SeedDef>

<!-- SeedsPlease :: MSI_SOG (bishop.smokeleafindustryreborn) Autogenerated as Seed_MSI_SOG-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_MSI_SOG</defName>
<label>msi_sog seeds</label>
<sources>
<li>MSI_SOG</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_MSI_SOG</defName>
<label>extract msi_sog seeds</label>
<description>Extract seeds from SmokeleafLeaves</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>SmokeleafLeaves</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>SmokeleafLeaves</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_MSI_SOG>3</Seed_MSI_SOG>
</products>
</RecipeDef>

<!-- SeedsPlease :: MSI_SCROG (bishop.smokeleafindustryreborn) Autogenerated as Seed_MSI_SCROG-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_MSI_SCROG</defName>
<label>msi_scrog seeds</label>
<sources>
<li>MSI_SCROG</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_MSI_SCROG</defName>
<label>extract msi_scrog seeds</label>
<description>Extract seeds from SmokeleafLeaves</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>SmokeleafLeaves</li>
</thingDefs>
</filter>
<count>5</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>SmokeleafLeaves</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_MSI_SCROG>3</Seed_MSI_SCROG>
</products>
</RecipeDef>

<!-- SeedsPlease :: Planteggplant (dismarzero.vgp.vgpmoreveggies) Inserted to Seed_Eggplant-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_Eggplant</defName>
<label>egg seeds</label>
<sources>
<li>Planteggplant</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_Eggplant</defName>
<label>extract eggplant seeds</label>
<description>Extract seeds from eggplant</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>Raweggplant</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>Raweggplant</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_Eggplant>3</Seed_Eggplant>
</products>
</RecipeDef>

<!-- SeedsPlease :: PlantCarrot (dismarzero.vgp.vgpmoreveggies) Inserted to Seed_Carrot-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_Carrot</defName>
<label>carrot seeds</label>
<sources>
<li>PlantCarrot</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_Carrot</defName>
<label>extract carrot seeds</label>
<description>Extract seeds from Carrots</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>RawCarrots</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>RawCarrots</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_Carrot>3</Seed_Carrot>
</products>
</RecipeDef>

<!-- SeedsPlease :: Plant_Barley (dismarzero.vgp.vgpvegetablegarden) Inserted to Seed_Barley-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_Barley</defName>
<label>barley seeds</label>
<sources>
<li>Plant_Barley</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_Barley</defName>
<label>extract barley seeds</label>
<description>Extract seeds from Barley</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>RawBarley</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>RawBarley</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_Barley>3</Seed_Barley>
</products>
</RecipeDef>

<!-- SeedsPlease :: Plantpineapple (dismarzero.vgp.vgpvegetablegarden) Inserted to Seed_Pineapple-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_Pineapple</defName>
<label>pineapple seeds</label>
<sources>
<li>Plantpineapple</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_Pineapple</defName>
<label>extract pineapple seeds</label>
<description>Extract seeds from pineapple</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>Rawpineapple</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>Rawpineapple</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_Pineapple>3</Seed_Pineapple>
</products>
</RecipeDef>

<!-- SeedsPlease :: Plantwheat (dismarzero.vgp.vgpgardengourmet) Inserted to Seed_Wheat-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_Wheat</defName>
<label>wheat seeds</label>
<sources>
<li>Plantwheat</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_Wheat</defName>
<label>extract wheat seeds</label>
<description>Extract seeds from wheat</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>Rawwheat</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>Rawwheat</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_Wheat>3</Seed_Wheat>
</products>
</RecipeDef>

<!-- SeedsPlease :: Plant_TreeRandom (dismarzero.vgp.xtratreesandflowers) Autogenerated as Seed_Random-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_Random</defName>
<label>random seeds</label>
<sources>
<li>Plant_TreeRandom</li>
</sources>
</SeedsPlease.SeedDef>

<!-- SeedsPlease :: IV_BloodStemPlant (knight.medicalivs) Autogenerated as Seed_IV_BloodStem-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_IV_BloodStem</defName>
<label>iv_bloodstem seeds</label>
<sources>
<li>IV_BloodStemPlant</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_IV_BloodStem</defName>
<label>extract iv_bloodstem seeds</label>
<description>Extract seeds from Bloodstem</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>Bloodstem</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>Bloodstem</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_IV_BloodStem>3</Seed_IV_BloodStem>
</products>
</RecipeDef>

<!-- SeedsPlease :: RC2_PlantTomato (crustypeanut.rc2.core) Inserted to Seed_Tomato-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_Tomato</defName>
<label>tomato seeds</label>
<sources>
<li>RC2_PlantTomato</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_Tomato</defName>
<label>extract tomato seeds</label>
<description>Extract seeds from RC2_Tomato</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>RC2_RawTomato</li>
</thingDefs>
</filter>
<count>6</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>RC2_RawTomato</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_Tomato>3</Seed_Tomato>
</products>
</RecipeDef>

<!-- SeedsPlease :: RC2_PlantTomatoHydro (crustypeanut.rc2.core) Autogenerated as Seed_TomatoHydro-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_TomatoHydro</defName>
<label>tomatohydro seeds</label>
<sources>
<li>RC2_PlantTomatoHydro</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_TomatoHydro</defName>
<label>extract tomatohydro seeds</label>
<description>Extract seeds from RC2_Tomato</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>RC2_RawTomato</li>
</thingDefs>
</filter>
<count>6</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>RC2_RawTomato</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_TomatoHydro>3</Seed_TomatoHydro>
</products>
</RecipeDef>

<!-- SeedsPlease :: DS-B_DEVILSTRAND-B_DEF (garbagedayisheretostay.devilstrandcolourbundle.gdihtsdscb) Autogenerated as Seed_DS-B_DEVILSTRAND-B_DEF-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_DS-B_DEVILSTRAND-B_DEF</defName>
<label>ds-b_devilstrand-b_def seeds</label>
<sources>
<li>DS-B_DEVILSTRAND-B_DEF</li>
</sources>
</SeedsPlease.SeedDef>

<!-- SeedsPlease :: DS-C_DEVILSTRAND-C_DEF (garbagedayisheretostay.devilstrandcolourbundle.gdihtsdscb) Autogenerated as Seed_DS-C_DEVILSTRAND-C_DEF-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_DS-C_DEVILSTRAND-C_DEF</defName>
<label>ds-c_devilstrand-c_def seeds</label>
<sources>
<li>DS-C_DEVILSTRAND-C_DEF</li>
</sources>
</SeedsPlease.SeedDef>
Last edited by KristyG; Jun 17, 2020 @ 4:44pm
KristyG Jun 17, 2020 @ 4:44pm 

<!-- SeedsPlease :: DS-G_DEVILSTRAND-G_DEF (garbagedayisheretostay.devilstrandcolourbundle.gdihtsdscb) Autogenerated as Seed_DS-G_DEVILSTRAND-G_DEF-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_DS-G_DEVILSTRAND-G_DEF</defName>
<label>ds-g_devilstrand-g_def seeds</label>
<sources>
<li>DS-G_DEVILSTRAND-G_DEF</li>
</sources>
</SeedsPlease.SeedDef>

<!-- SeedsPlease :: DS-K_DEVILSTRAND-K_DEF (garbagedayisheretostay.devilstrandcolourbundle.gdihtsdscb) Autogenerated as Seed_DS-K_DEVILSTRAND-K_DEF-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_DS-K_DEVILSTRAND-K_DEF</defName>
<label>ds-k_devilstrand-k_def seeds</label>
<sources>
<li>DS-K_DEVILSTRAND-K_DEF</li>
</sources>
</SeedsPlease.SeedDef>

<!-- SeedsPlease :: DS-O_DEVILSTRAND-O_DEF (garbagedayisheretostay.devilstrandcolourbundle.gdihtsdscb) Autogenerated as Seed_DS-O_DEVILSTRAND-O_DEF-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_DS-O_DEVILSTRAND-O_DEF</defName>
<label>ds-o_devilstrand-o_def seeds</label>
<sources>
<li>DS-O_DEVILSTRAND-O_DEF</li>
</sources>
</SeedsPlease.SeedDef>

<!-- SeedsPlease :: DS-P_DEVILSTRAND-P_DEF (garbagedayisheretostay.devilstrandcolourbundle.gdihtsdscb) Autogenerated as Seed_DS-P_DEVILSTRAND-P_DEF-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_DS-P_DEVILSTRAND-P_DEF</defName>
<label>ds-p_devilstrand-p_def seeds</label>
<sources>
<li>DS-P_DEVILSTRAND-P_DEF</li>
</sources>
</SeedsPlease.SeedDef>

<!-- SeedsPlease :: DS-Y_DEVILSTRAND-Y_DEF (garbagedayisheretostay.devilstrandcolourbundle.gdihtsdscb) Autogenerated as Seed_DS-Y_DEVILSTRAND-Y_DEF-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_DS-Y_DEVILSTRAND-Y_DEF</defName>
<label>ds-y_devilstrand-y_def seeds</label>
<sources>
<li>DS-Y_DEVILSTRAND-Y_DEF</li>
</sources>
</SeedsPlease.SeedDef>

<!-- SeedsPlease :: Plant_Flommel (flommels.dot.1.1) Autogenerated as Seed_Flommel-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_Flommel</defName>
<label>flommel seeds</label>
<sources>
<li>Plant_Flommel</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_Flommel</defName>
<label>extract flommel seeds</label>
<description>Extract seeds from FlommelFruit</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>RawFlommelFruit</li>
</thingDefs>
</filter>
<count>9</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>RawFlommelFruit</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_Flommel>3</Seed_Flommel>
</products>
</RecipeDef>

<!-- SeedsPlease :: AJO_PlantOutdoorSpectago (ben.ajolite) Autogenerated as Seed_AJO_OutdoorSpectago-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_AJO_OutdoorSpectago</defName>
<label>ajo_outdoorspectago seeds</label>
<sources>
<li>AJO_PlantOutdoorSpectago</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_AJO_OutdoorSpectago</defName>
<label>extract ajo_outdoorspectago seeds</label>
<description>Extract seeds from AJO_RainbowPetals</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>AJO_RainbowPetals</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>AJO_RainbowPetals</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_AJO_OutdoorSpectago>3</Seed_AJO_OutdoorSpectago>
</products>
</RecipeDef>

<!-- SeedsPlease :: CK_PlantTaro (mlie.tropickapprainforestmod) Autogenerated as Seed_CK_Taro-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_CK_Taro</defName>
<label>ck_taro seeds</label>
<sources>
<li>CK_PlantTaro</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_CK_Taro</defName>
<label>extract ck_taro seeds</label>
<description>Extract seeds from CK_TaroRoot</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>CK_TaroRoot</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>CK_TaroRoot</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_CK_Taro>3</Seed_CK_Taro>
</products>
</RecipeDef>

<!-- SeedsPlease :: CK_PlantJitterWeed (mlie.tropickapprainforestmod) Autogenerated as Seed_CK_JitterWeed-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_CK_JitterWeed</defName>
<label>ck_jitterweed seeds</label>
<sources>
<li>CK_PlantJitterWeed</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_CK_JitterWeed</defName>
<label>extract ck_jitterweed seeds</label>
<description>Extract seeds from CK_JitterBerries</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>CK_RawJitterBerries</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>CK_RawJitterBerries</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_CK_JitterWeed>3</Seed_CK_JitterWeed>
</products>
</RecipeDef>

<!-- SeedsPlease :: CK_PlantLemongrass (mlie.tropickapprainforestmod) Autogenerated as Seed_CK_Lemongrass-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_CK_Lemongrass</defName>
<label>ck_lemongrass seeds</label>
<sources>
<li>CK_PlantLemongrass</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_CK_Lemongrass</defName>
<label>extract ck_lemongrass seeds</label>
<description>Extract seeds from CK_Lemongrass</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>CK_RawLemongrass</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>CK_RawLemongrass</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_CK_Lemongrass>3</Seed_CK_Lemongrass>
</products>
</RecipeDef>

<!-- SeedsPlease :: CK_PlantTreeCoconutPalm (mlie.tropickapprainforestmod) Autogenerated as Seed_CK_CoconutPalm-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_CK_CoconutPalm</defName>
<label>ck_coconutpalm seeds</label>
<sources>
<li>CK_PlantTreeCoconutPalm</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_CK_CoconutPalm</defName>
<label>extract ck_coconutpalm seeds</label>
<description>Extract seeds from CK_Coconuts</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>CK_Coconuts</li>
</thingDefs>
</filter>
<count>15</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>CK_Coconuts</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_CK_CoconutPalm>3</Seed_CK_CoconutPalm>
</products>
</RecipeDef>

<!-- SeedsPlease :: CK_PlantTreeBanana (mlie.tropickapprainforestmod) Autogenerated as Seed_CK_Banana-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_CK_Banana</defName>
<label>ck_banana seeds</label>
<sources>
<li>CK_PlantTreeBanana</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_CK_Banana</defName>
<label>extract ck_banana seeds</label>
<description>Extract seeds from CK_Banana</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>CK_RawBanana</li>
</thingDefs>
</filter>
<count>17</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>CK_RawBanana</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_CK_Banana>3</Seed_CK_Banana>
</products>
</RecipeDef>

<!-- SeedsPlease :: CK_PlantBushDreamVine (mlie.tropickapprainforestmod) Autogenerated as Seed_CK_BushDreamVine-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_CK_BushDreamVine</defName>
<label>ck_bushdreamvine seeds</label>
<sources>
<li>CK_PlantBushDreamVine</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_CK_BushDreamVine</defName>
<label>extract ck_bushdreamvine seeds</label>
<description>Extract seeds from CK_DreamVineRoot</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>CK_DreamVineRoot</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>CK_DreamVineRoot</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_CK_BushDreamVine>3</Seed_CK_BushDreamVine>
</products>
</RecipeDef>

<!-- SeedsPlease :: CK_SpecialTreeApiary (mlie.tropickapprainforestmod) Autogenerated as Seed_CK_SpecialApiary-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_CK_SpecialApiary</defName>
<label>ck_specialapiary seeds</label>
<sources>
<li>CK_SpecialTreeApiary</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_CK_SpecialApiary</defName>
<label>extract ck_specialapiary seeds</label>
<description>Extract seeds from CK_Honeycomb</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>CK_Honeycomb</li>
</thingDefs>
</filter>
<count>20</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>CK_Honeycomb</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_CK_SpecialApiary>3</Seed_CK_SpecialApiary>
</products>
</RecipeDef>

<!-- SeedsPlease :: CK_PlantTreePalm (mlie.tropickapprainforestmod) Autogenerated as Seed_CK_Palm-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_CK_Palm</defName>
<label>ck_palm seeds</label>
<sources>
<li>CK_PlantTreePalm</li>
</sources>
</SeedsPlease.SeedDef>

<!-- SeedsPlease :: CK_PlantTreeWildCoconutPalm (mlie.tropickapprainforestmod) Inserted to Seed_CK_CoconutPalm-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_CK_CoconutPalm</defName>
<label>ck_coconutpalm seeds</label>
<sources>
<li>CK_PlantTreeWildCoconutPalm</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_CK_CoconutPalm</defName>
<label>extract ck_coconutpalm seeds</label>
<description>Extract seeds from CK_Coconuts</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>CK_Coconuts</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>CK_Coconuts</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_CK_CoconutPalm>3</Seed_CK_CoconutPalm>
</products>
</RecipeDef>

<!-- SeedsPlease :: CK_PlantTreeMahogany (mlie.tropickapprainforestmod) Autogenerated as Seed_CK_Mahogany-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_CK_Mahogany</defName>
<label>ck_mahogany seeds</label>
<sources>
<li>CK_PlantTreeMahogany</li>
</sources>
</SeedsPlease.SeedDef>

<!-- SeedsPlease :: CK_PlantTreeStranglerFig (mlie.tropickapprainforestmod) Autogenerated as Seed_CK_StranglerFig-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_CK_StranglerFig</defName>
<label>ck_stranglerfig seeds</label>
<sources>
<li>CK_PlantTreeStranglerFig</li>
</sources>
</SeedsPlease.SeedDef>

<!-- SeedsPlease :: CK_PlantTreeTreeStump (mlie.tropickapprainforestmod) Autogenerated as Seed_CK_Stump-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_CK_Stump</defName>
<label>ck_stump seeds</label>
<sources>
<li>CK_PlantTreeTreeStump</li>
</sources>
</SeedsPlease.SeedDef>

<!-- SeedsPlease :: CK_PlantTreeBamboo (mlie.tropickapprainforestmod) Autogenerated as Seed_CK_Bamboo-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_CK_Bamboo</defName>
<label>ck_bamboo seeds</label>
<sources>
<li>CK_PlantTreeBamboo</li>
</sources>
</SeedsPlease.SeedDef>

Verse.Log:Warning(String, Boolean)
SeedsPlease.DefGenerator_GenerateImpliedDefs_PostResolve_Patch:Postfix()
RimWorld.DefGenerator:DMD<DMD<GenerateImpliedDefs_PostResolve_Patch1>?269460480::GenerateImpliedDefs_PostResolve_Patch1>()
Verse.PlayDataLoader:DoPlayLoad()
Verse.PlayDataLoader:LoadAllPlayData(Boolean)
Verse.<>c:<Start>b__6_1()
Verse.LongEventHandler:RunEventFromAnotherThread(Action)
Verse.<>c:<UpdateCurrentAsynchronousEvent>b__27_0()
System.Threading.ThreadHelper:ThreadStart_Context(Object)
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
System.Threading.ExecutionContext:Run(ExecutionContext, ContextCallback, Object, Boolean)
System.Threading.ExecutionContext:Run(ExecutionContext, ContextCallback, Object)
System.Threading.ThreadHelper:ThreadStart()
Charlotte  [developer] Jun 18, 2020 @ 1:21pm 
Your modlist is bad. You have some mod adding textures to seedsplease and breaking it.
KristyG Jun 20, 2020 @ 1:24pm 
hmmm.... Could it be one of VGP mods?
[NewNet]*Akiyama Jul 2, 2020 @ 10:29am 
Nope, VGP is compatible. Mods like SeedsPleaseDrawingsPatch break it. But it´s only a error message. You will see one of both textures...
< >
Showing 1-6 of 6 comments
Per page: 1530 50