Kryz Posted July 7, 2023 Share Posted July 7, 2023 (edited) Hello, I made some dishes from the Gorge in DST, but the thing is that they don't show me the ingredients that i used, when I check the cookbook. For example, when I make the syrup with 3 saps, it shows to me the recipe and stats, but it doesn't show me the ingredients that were used to prepare it, in the cookbook. Someone could help me? this is the code for the syrup, but i think i forget something on the code for show the ingredients in the cookbook. Spoiler local b_foods = { syrup = { test = function(cooker, names, tags) return names.sap and names.sap >= 3 end, priority = 1, weight = 1, foodtype = "GENERIC", cookers = {"pot"}, health = 10.0, hunger = 5.0, sanity = 25.0, perishtime = TUNING.PERISH_SLOW, cooktime = 2, cookbook_atlas = "images/inventoryimages/syrup.xml", cookbook_tex = "syrup.tex", tags = {}, }, } Edited July 7, 2023 by Kryz erase some images that i dont use in this post Link to comment https://forums.kleientertainment.com/forums/topic/149131-help-cookbook-dont-show-me-the-ingredients-i-use-for-dishes/ Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now