Jump to content

Cannot Put Dried Kelp Into Crockpot


lakhnish
  • Fixed

Kelp Fronds and Cooked Kelp are now allowed in the crockpot.

This is not the case for Dried Kelp.

Its because in cooking.lua, Kelp is missing an extra "true" for the candry check:

AddIngredientValues(names, tags, cancook, candry)   -- Function

AddIngredientValues({"kelp"}, {veggie=.5}, true)           -- Currently missing candry check

AddIngredientValues({"kelp"}, {veggie=.5}, true, true)  -- Fixed version

 


Steps to Reproduce
Try putting Dried Kelp into the crockpot like with Kelp Fronds and Cooked Kelp. Can't do it. See that in cooking.lua, Kelp is missing an extra "true" for the candry check.
  • Like 2
  • Thanks 1



User Feedback


A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.

There are no comments to display.



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...