Jump to content

Custom Crockpot Recipe - Help Needed


Recommended Posts

Hello. So I've managed to create a custom crockpot recipe for butter, and everything works great. The only issue is that when the butter is cooked and ready to be harvested from the crockpot, no image shows. It's just an open, empty crockpot standing there, but I can harvest it normally and get the butter.

From my modmain: (cooktime is low so I can test it)

local butter =
    {
    name = "butter",
    test = function(cooker, names, tags) return names.butterflywings and names.butterflywings > 3 end,
    priority = 1,
    weight = 1,
    cooktime = .1,
    }

function recipepostinit()
    AddCookerRecipe("cookpot", butter)
end

AddGamePostInit(recipepostinit)

 Could anyone please let me know what should I do for the cooked butter to show up?

Thank you for your time!

but1.jpg

but2.jpg

but3.jpg

Link to comment
Share on other sites

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
 Share

×
  • Create New...