Craft - Provisioner recipe issue

Zamu

Well-Known Member
When I try to add the lvl 41 provisioner recipe "White Peach Cheesecake" to the recipe list it shows two error dialogs: "WARNING! Unable to find cream cheese in Resources.xml" and "WARNING! Unable to find white peach in Resources.xml".

The recipe asks for:
Primary component: white peach
Build components: 2 cream cheese, 1 sugar

Cream Cheese is vendor bought and it is in the Common.xml file under "List of Vendor bought Components".

If I add an entry to Resources.xml like

<Setting Name="White Peach">White Peach</Setting>

I only get the error about the Cream Cheese.

How can I fix this?
 

Valerian

ISX Specialist
How can I fix this?
add cream cheese to resources xml the same way you added White Peach. Resources.xml is a bit of a misnomer now, those entries actually convert from what a recipe calls for (SOE-fscked-up-text) to the actual ingredient name (as seen in the inventory.) Every ingredient of every recipe should have an entry in resources.xml, whether it's a harvested resource or a vendor bought component.

<Setting Name="cream cheese">cream cheese</Setting>
 
Top Bottom