It looks from cooking.lua that it's supposed to be cookable in the crockpot, but because it has an alias mapping it from the actual prefab name to a name that isn't used anywhere else, it doesn't let you add it.
Steps to Reproduce
Try to add jellyjerky to the crock pot. c_give('jellyjerky'), c_spawn('cookpot'). If you comment out the alias in cooking.lua, you can add it.
Try to add jellyjerky to the crock pot. c_give('jellyjerky'), c_spawn('cookpot'). If you comment out the alias in cooking.lua, you can add it.
-
1