Psychite Pekoe?

Started by AileTheAlien, July 11, 2018, 10:08:21 PM

Previous topic - Next topic

AileTheAlien

I can't seem to find what makes this recipe available to stoves. Both electric and fueled have these listed recipes, but no mention of a tea recipe in their XML:

<recipes>
  <li>CookMealSimple</li>
  <li>CookMealFine</li>
  <li>CookMealLavish</li>
  <li>CookMealSurvival</li>
  <li>Make_Pemmican</li>
</recipes>


In fact, I can't even seem to find any mention of the recipe in the Core mod XML at all, not even its ingredients or work amount... I wanted to make this recipe available to portable-stoves in my mod. :S

Karthas077

Psychite Pekoe is made at the Crafting Spot. (recipeUsers in Psychite_Pekoe.xml) It's one of the few random ThingDef's that make use of recipeMaker tag to declare recipeUsers within the ThingDef instead of having it in a separate RecipeDef.

AileTheAlien

The one thing I didn't regex-search for - psychite.*?tea. (I tried psychite pekoe, pekoe tea...) Thanks!