Yamamoto80
Refugee
Greetings. Hopefully this is the most appropriate place to drop this question....
What I would like to have happen (as the title implies) is to receive multiple different items back from a recipe. Using the example script below, I would like the game's output for this recipe to be "foodCornBread" as well as "drinkJarEmpty", so that I am effectively using the jar of water and getting the empty jar back.
<recipe name="foodCornBread" count="1" craft_area="campfire" craft_tool="toolCookingPot" tags="perkMasterChef,learnable">
<ingredient name="foodCornMeal" count="1"/>
<ingredient name="drinkJarBoiledWater" count="1"/>
</recipe>
Any ideas?
What I would like to have happen (as the title implies) is to receive multiple different items back from a recipe. Using the example script below, I would like the game's output for this recipe to be "foodCornBread" as well as "drinkJarEmpty", so that I am effectively using the jar of water and getting the empty jar back.
<recipe name="foodCornBread" count="1" craft_area="campfire" craft_tool="toolCookingPot" tags="perkMasterChef,learnable">
<ingredient name="foodCornMeal" count="1"/>
<ingredient name="drinkJarBoiledWater" count="1"/>
</recipe>
Any ideas?