Jump to content

Recommended Posts

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.

image.thumb.png.be15a1c8545503d1390999769fbc38f3.png

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.

image.png.dfb96a6d88d73842fb71b32ca686f3f4.png

 

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 by Kryz
erase some images that i dont use in this post

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...