I'm making some custom food recipes, trying to test them out.
The recipes are recognised, but I can never click the Cook button.
Is this to do with progressions?
Here's my code:
<append xpath="/recipes">
<recipe name="StrawberryJamSandwich" count="50" craft_area="Campfire">
<ingredient name="StrawberryJam" count="50"/>
<ingredient name="Bread" count="50"/>
</recipe>
</append>
Laugh at me all you want!
It's just a test.
With all ingredients present and so on, I just can't figure out why the cook button is greyed out. All I can think is it must be something to do with the progressions XML.
Any help would be appreciated here.
And just so you know, I'm well aware that a Jam Sandwich isn't made in a campfire!!!!
Edit: this recipe works while crafting in backpack. This has to be to do with the progressions, right?
The recipes are recognised, but I can never click the Cook button.
Is this to do with progressions?
Here's my code:
<append xpath="/recipes">
<recipe name="StrawberryJamSandwich" count="50" craft_area="Campfire">
<ingredient name="StrawberryJam" count="50"/>
<ingredient name="Bread" count="50"/>
</recipe>
</append>
Laugh at me all you want!

With all ingredients present and so on, I just can't figure out why the cook button is greyed out. All I can think is it must be something to do with the progressions XML.
Any help would be appreciated here.
And just so you know, I'm well aware that a Jam Sandwich isn't made in a campfire!!!!
Edit: this recipe works while crafting in backpack. This has to be to do with the progressions, right?
Last edited by a moderator: