{"id":4910,"date":"2025-07-08T18:44:19","date_gmt":"2025-07-08T18:44:19","guid":{"rendered":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/?p=4910"},"modified":"2025-07-12T12:04:58","modified_gmt":"2025-07-12T12:04:58","slug":"chef-recipe-list","status":"publish","type":"post","link":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/","title":{"rendered":"Chef Recipe List and Material-to-Recipe Finder Tool"},"content":{"rendered":"<p><!-- Once Human Material-to-Recipe Finder Tool with Dropdown and Checkbox Matching --><\/p>\n<h2>Welcome to the Ultimate Chef Class Recipe Guide for Once Human!<\/h2>\n<p>Ready to cook your way to victory in <em>Once Human<\/em>? The Chef Class, introduced in the Annual Version 2.0 Dreamveil update, revolutionizes survival with its Creative Cooking ability, letting you craft unique dishes that pack powerful buffs. Whether you\u2019re boosting your stamina for exploration, enhancing combat prowess, or surviving the icy tundras of The Way of Winter, mastering the Chef Class is your key to thriving in Nalcott\u2019s post-apocalyptic world. In this guide, we\u2019ve compiled every known recipe, from standard dishes to gourmet finds, complete with two interactive tools: a Recipe Dropdown Tool and a Material-Based Finder to help you plan your culinary creations. Dive in, experiment with ingredients, fill up your gourmet atlas, and become the ultimate Chef on our <em>Once Human<\/em> fansite!<\/p>\n<p>Note: MAKE SURE TO USE <strong>Campfire Stove<\/strong> for recipes listed here, Adv Stoves appear to have different formula&#8217;s. Also if you do not see Materials \/ Ingredients section showing up, we haven&#8217;t found it yet&#8230; still many are missing!<br \/>\n<!-- Dropdown-Based Recipe Viewer --><\/p>\n<h2>Recipe Crafting Tool (By Dish)<\/h2>\n<div class=\"recipe-section\">\n<h3>Select Recipe:<\/h3>\n<p>  <select id=\"recipeSelect\" onchange=\"updateDetails()\"><option value=\"\">&#8212; Select a Recipe &#8212;<\/option><\/select>\n<\/div>\n<div id=\"recipeDetails\" class=\"details\"><\/div>\n<div id=\"materialsSection\" class=\"materials\" style=\"display:none;\">\n<h3>Materials \/ Ingredients:<\/h3>\n<\/div>\n<p><!-- Ingredient-Based Recipe Finder Tool --><\/p>\n<h2>Find Recipes Based on Your Materials<\/h2>\n<p>Select the ingredients you currently have below. The tool will instantly show which recipes you can craft with your selected items. Partial match detection is enabled by default, so even if you&#8217;re missing a few ingredients, you can explore your crafting potential. Ingredient options marked with <code>|<\/code> mean you can use any of those materials in that slot (e.g., <strong>Corn | Wheat<\/strong>). Ingredient effects now appear directly under their names to help you make informed buff choices.<\/p>\n<div class=\"tool-controls\">\n  <label><input type=\"checkbox\" id=\"partialMatchToggle\" checked> Show Partial Matches<\/label>\n<\/div>\n<div class=\"recipe-section material-search-section\">\n<h3>Search and Select Materials:<\/h3>\n<div class=\"material-input\">\n  <input type=\"text\" id=\"materialSearch\" placeholder=\"Search materials...\"><br \/>\n  <button onclick=\"addMaterial()\"><i class=\"fa fa-plus\"><\/i><\/button>\n<\/div>\n<div id=\"materialSuggestions\" class=\"suggestions\"><\/div>\n<\/div>\n<div class=\"recipe-section selected-materials-section\">\n<h3>Selected Materials:<\/h3>\n<div id=\"selectedMaterials\" class=\"selected-materials\"><\/div>\n<\/div>\n<div style=\"margin-top: 20px;\">\n  <button onclick=\"calculateRecipes()\" class=\"calculate-button\">Find Recipes<\/button>\n<\/div>\n<div id=\"results\" class=\"results\" style=\"display: none;\"><\/div>\n<h2>How to Use the Recipe Crafting Tool<\/h2>\n<p>Our interactive Recipe Crafting Tool is your go-to companion for mastering the Chef Class in <em>Once Human<\/em>! Use the dropdown to explore every known recipe and view their full material requirements, effects, and acquisition methods. Or use the checkbox-based system to match recipes based on what you already have. Ingredient options with a vertical bar (<code>|<\/code>) mean any of those materials can be used in that slot. Hover over ingredients to view buffs and build dishes that fit your playstyle. Help us improve by contributing missing combinations in the comments!<\/p>\n<p><!-- Modal for category popup --><\/p>\n<div id=\"categoryModal\" class=\"modal\" style=\"display:none;\">\n<div class=\"modal-content\">\n    <span class=\"close-button\">&times;<\/span><\/p>\n<h4 id=\"modal-title\"><\/h4>\n<ul id=\"modal-list\"><\/ul>\n<\/p><\/div>\n<\/div>\n<style>\n\/* RECIPE TOOL STYLES *\/\n.recipe-section {\n  background: #1a1f2a;\n  border: 1px solid #3b82f6;\n  border-radius: 8px;\n  padding: 10px;\n  margin: 10px 0;\n  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);\n  width: 100%;\n  margin-left: auto;\n  margin-right: auto;\n  transition: transform 0.2s ease;\n  box-sizing: border-box;\n}\n.recipe-section:hover {\n  transform: translateY(-5px);\n}\n.recipe-section h3 {\n  color: #3b82f6;\n  font-size: 1.5em;\n  margin-bottom: 10px;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n.recipe-section select {\n  width: 100%;\n  padding: 10px;\n  font-size: 1.1em;\n  background: #2a2f3a;\n  color: #ffffff;\n  border: 1px solid #3b82f6;\n  border-radius: 6px;\n  appearance: none;\n  background-image: url('data:image\/svg+xml;utf8,<svg fill=\"%233b82f6\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M7 10l5 5 5-5z\"\/><\/svg>');\n  background-repeat: no-repeat;\n  background-position: right 10px top 50%;\n  cursor: pointer;\n  transition: border-color 0.3s ease;\n}\n.recipe-section select:hover,\n.recipe-section select:focus {\n  border-color: #60a5fa;\n  outline: none;\n}\n.details {\n  background: #2a2f3a;\n  border-radius: 6px;\n  padding: 10px;\n  margin-top: 10px;\n  color: #e5e7eb;\n  display: none;\n  width: 100%;\n  box-sizing: border-box;\n}\n.details h4 {\n  color: #3b82f6;\n  margin-bottom: 5px;\n}\n.details p {\n  margin: 5px 0;\n  line-height: 1.5;\n}\n.details p strong {\n  color: #60a5fa;\n}\n.materials {\n  margin-top: 10px;\n  padding: 10px;\n  background: #2a2f3a;\n  border-radius: 6px;\n  color: #e5e7eb;\n  width: 100%;\n  margin-left: auto;\n  margin-right: auto;\n  box-sizing: border-box;\n  min-width: 300px;\n  overflow-x: auto;\n}\n.materials h3 {\n  color: #3b82f6;\n  margin-bottom: 5px;\n}\n.materials .rows {\n  display: grid;\n  gap: 1px;\n}\n.materials .row {\n  display: flex;\n  gap: 10px;\n  padding: 5px 0;\n  border-bottom: 1px solid #3b82f6;\n  min-height: 50px;\n  box-sizing: border-box;\n}\n.materials .cell {\n  flex: 1 1 0;\n  min-width: 0;\n  max-width: 25%;\n  display: flex;\n  flex-direction: column;\n  gap: 2px;\n  font-size: 0.85em;\n  justify-content: flex-start;\n  white-space: normal;\n  word-break: break-word;\n  overflow-wrap: break-word;\n}\n.materials .cell.empty {\n  display: block;\n  color: #4b5563;\n  font-style: italic;\n  opacity: 0.6;\n  justify-content: center;\n  align-items: center;\n  min-height: 40px;\n}\n.materials .cell .name-wrapper {\n  display: flex;\n  align-items: center;\n  gap: 1px;\n  white-space: normal;\n  word-wrap: break-word;\n  overflow: hidden;\n  text-overflow: ellipsis;\n}\n.materials .cell .effect {\n  font-size: 0.8em;\n  color: #a1a1aa;\n  white-space: normal;\n  word-wrap: break-word;\n  line-height: 1.1;\n}\n.materials input[type=\"checkbox\"] {\n  accent-color: #3b82f6;\n  margin: 0;\n  flex-shrink: 0;\n}\n.materials label {\n  font-size: 0.85em;\n  white-space: normal;\n  word-wrap: break-word;\n  overflow: hidden;\n  text-overflow: ellipsis;\n  max-width: 100%;\n}\n.material-select {\n  max-width: 100%;\n  white-space: normal;\n  word-wrap: break-word;\n  overflow-wrap: break-word;\n  width: 100%;\n}<\/p>\n<p>.material-select option {\n  white-space: normal !important;\n  word-wrap: break-word;\n  overflow-wrap: break-word;\n  max-width: 100%;\n}\n.material-select:focus {\n  border-color: #60a5fa;\n  outline: none;\n}<\/p>\n<p>\/* FIND RECIPES TOOL STYLES *\/\n.tool-controls {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 15px;\n  margin-bottom: 10px;\n  align-items: center;\n  color: #e5e7eb;\n}\n.tool-controls input[type=\"checkbox\"] {\n  accent-color: #3b82f6;\n  margin-right: 5px;\n}\n.material-selector {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  background: #1a1f2a;\n  padding: 15px;\n  border: 1px solid #3b82f6;\n  border-radius: 8px;\n  margin-bottom: 20px;\n}\n.material-selector label {\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  background: #2a2f3a;\n  border: 1px solid #3b82f6;\n  border-radius: 6px;\n  padding: 5px 10px;\n  cursor: pointer;\n  color: #e5e7eb;\n  font-size: 0.95em;\n  max-width: 150px;\n}\n.material-selector input[type=\"checkbox\"] {\n  margin-bottom: 3px;\n  align-self: flex-start;\n}\n.material-selector .effect {\n  font-size: 0.75em;\n  color: #a1a1aa;\n  margin-top: 2px;\n}\n.calculate-button {\n  background: #3b82f6;\n  color: #fff;\n  padding: 10px 20px;\n  font-size: 1em;\n  border: none;\n  border-radius: 6px;\n  cursor: pointer;\n  transition: background 0.3s ease;\n  position: relative;\n  z-index: 1; \/* keep it under suggestions *\/\n}\n.calculate-button:hover {\n  background: #60a5fa;\n}\n.results {\n  background: #2a2f3a;\n  border-radius: 8px;\n  padding: 15px;\n  border: 1px solid #3b82f6;\n  color: #e5e7eb;\n}\n.recipe-entry {\n  margin-bottom: 15px;\n  padding-bottom: 10px;\n  border-bottom: 1px dashed #3b82f6;\n}\n.recipe-entry h4 {\n  color: #60a5fa;\n  margin-bottom: 5px;\n}\n.matched-materials {\n  font-size: 0.9em;\n  color: #a1a1aa;\n}\n.missing-materials {\n  font-size: 0.9em;\n  color: #f87171;\n}\n.recipe-formula {\n  margin-left: 10px;\n  margin-bottom: 10px;\n  padding: 5px;\n  background: #1f2937;\n  border-radius: 4px;\n  border: 1px solid #3b82f6;\n}<\/p>\n<p>\/* Material Search Section *\/\n.material-search-section {\n  position: relative;\n  z-index: 10; \/* separate from calculate button *\/\n}\n.material-input {\n  display: flex;\n  flex-direction: row;\n  align-items: center;\n  gap: 10px;\n  flex-wrap: nowrap;\n  width: 100%;\n}\n#materialSearch {\n  flex-grow: 1;\n  padding: 10px;\n  font-size: 1em;\n  background: #2a2f3a;\n  color: #ffffff;\n  border: 1px solid #3b82f6;\n  border-radius: 6px;\n  min-width: 0;\n}\n.material-input button {\n  flex-shrink: 0;\n  width: 40px;\n  height: 40px;\n  padding: 0;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  background: #ef4444;\n  color: white;\n  border: none;\n  border-radius: 6px;\n  cursor: pointer;\n  transition: background 0.3s ease;\n}\n.material-input button i {\n  font-size: 1.2em;\n  line-height: 1;\n  pointer-events: none;\n}\n.material-input button:hover {\n  background: #f87171;\n}<\/p>\n<p>\/* FIXED SUGGESTION BOX *\/\n.suggestions {\n  position: absolute;\n  top: 100%;\n  left: 0;\n  width: 100%;\n  background: #2a2f3a;\n  border: 1px solid #3b82f6;\n  border-top: none;\n  border-radius: 0 0 6px 6px;\n  max-height: 300px;\n  overflow-y: auto;\n  z-index: 9999;\n  padding: 5px 0;\n  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);\n}\n.suggestion-item {\n  padding: 10px 15px;\n  cursor: pointer;\n  border-bottom: 1px solid #3b82f6;\n  font-size: 0.95em;\n  background: #2a2f3a;\n}\n.suggestion-item:hover {\n  background: #1f2737;\n}\n.suggestion-item .effect {\n  display: block;\n  font-size: 0.8em;\n  color: #a1a1aa;\n  margin-top: 3px;\n}<\/p>\n<p>\/* Selected Materials Section *\/\n.selected-materials-section {\n  margin-top: 20px;\n  position: relative;\n  z-index: 0;\n}\n.selected-materials {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  min-height: 40px;\n}<\/p>\n<p>.modal {\n  position: fixed;\n  z-index: 1000;\n  left: 0;\n  top: 0;\n  width: 100%;\n  height: 100%;\n  overflow: auto;\n  background-color: rgba(0, 0, 0, 0.6);\n}\n.modal-content {\n  background-color: #1a1f2a;\n  color: #e5e7eb;\n  margin: 10% auto;\n  padding: 20px;\n  width: 90%;\n  max-width: 500px;\n  border-radius: 8px;\n  border: 1px solid #3b82f6;\n}\n.close-button {\n  float: right;\n  font-size: 24px;\n  cursor: pointer;\n  color: #ef4444;\n}\n.close-button:hover {\n  color: #f87171;\n}\n#modal-title {\n  color: #60a5fa;\n  margin-bottom: 10px;\n}\n#modal-list li {\n  margin: 5px 0;\n  line-height: 1.4;\n  border-bottom: 1px dashed #3b82f6;\n  padding-bottom: 5px;\n}\n.category-link {\n  color: #facc15;\n  font-weight: bold;\n  text-decoration: underline;\n  cursor: pointer;\n}\n.category-link:hover {\n  color: #fde047;\n}<\/p>\n<p>.chip {\n  background: #3b82f6;\n  color: white;\n  padding: 8px 12px;\n  border-radius: 20px;\n  display: flex;\n  flex-direction: column;\n  gap: 2px;\n  font-size: 0.9em;\n  max-width: 200px;\n  animation: fadeIn 0.3s ease;\n}\n@keyframes fadeIn {\n  from { opacity: 0; transform: scale(0.95); }\n  to { opacity: 1; transform: scale(1); }\n}\n.chip-name {\n  font-weight: bold;\n}\n.chip-effect {\n  font-size: 0.75em;\n  opacity: 0.8;\n  white-space: nowrap;\n  overflow: hidden;\n  text-overflow: ellipsis;\n}\n.remove-chip {\n  cursor: pointer;\n  font-weight: bold;\n  margin-left: auto;\n  align-self: flex-start;\n}\n.remove-chip:hover {\n  color: #ef4444;\n}\n<\/style>\n<p><!-- Combined Recipe Viewer and Material Finder JS --><br \/>\n<script src=\"https:\/\/gamingwithdaopa.ellatha.com\/media\/oncehumanmap\/combined-recipe-tool-2.js\"><\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Welcome to the Ultimate Chef Class Recipe Guide for Once Human! Ready to cook your way to victory in Once Human? The Chef Class, introduced in the Annual Version 2.0 Dreamveil update, revolutionizes survival with its Creative Cooking ability, letting you craft unique dishes that pack powerful buffs. Whether you\u2019re boosting your stamina for exploration, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":4919,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-4910","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-guides"],"yoast_head":"<!-- Meta Tags -->\r\n<title>Chef Recipe List and Material-to-Recipe Finder Tool - Once Human Game<\/title>\r\n<meta name=\"description\" content=\"Welcome to the Ultimate Chef Class Recipe Guide for Once Human! Ready to cook your way to victory in Once Human? The Chef Class, introduced in the Annual\" \/>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Chef Recipe List and Material-to-Recipe Finder Tool - Once Human Game\" \/>\r\n<meta property=\"og:description\" content=\"Welcome to the Ultimate Chef Class Recipe Guide for Once Human! Ready to cook your way to victory in Once Human? The Chef Class, introduced in the Annual\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/\" \/>\r\n<meta property=\"og:site_name\" content=\"Once Human Game\" \/>\r\n<meta property=\"article:publisher\" content=\"facebook.com\/gamingwithdaopa\/\" \/>\r\n<meta property=\"article:author\" content=\"facebook.com\/gamingwithdaopa\/\" \/>\r\n<meta property=\"article:published_time\" content=\"2025-07-08T18:44:19+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2025-07-12T12:04:58+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/wp-content\/uploads\/sites\/23\/2025\/07\/Once-Human-Chef-Recipes-List.jpg\" \/>\r\n\t<meta property=\"og:image:width\" content=\"400\" \/>\r\n\t<meta property=\"og:image:height\" content=\"263\" \/>\r\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\r\n<meta name=\"author\" content=\"daopa\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:creator\" content=\"@gamingwithdaopa\" \/>\r\n<meta name=\"twitter:site\" content=\"@gamingwithdaopa\" \/>\r\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"daopa\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/\"},\"author\":{\"name\":\"daopa\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/#\/schema\/person\/fb03a927907d90f409fac550ba375638\"},\"headline\":\"Chef Recipe List and Material-to-Recipe Finder Tool\",\"datePublished\":\"2025-07-08T18:44:19+00:00\",\"dateModified\":\"2025-07-12T12:04:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/\"},\"wordCount\":389,\"commentCount\":14,\"publisher\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/#\/schema\/person\/fb03a927907d90f409fac550ba375638\"},\"image\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/wp-content\/uploads\/sites\/23\/2025\/07\/Once-Human-Chef-Recipes-List.jpg\",\"articleSection\":[\"Guides\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/\",\"url\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/\",\"name\":\"Chef Recipe List and Material-to-Recipe Finder Tool - Once Human Game\",\"isPartOf\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/wp-content\/uploads\/sites\/23\/2025\/07\/Once-Human-Chef-Recipes-List.jpg\",\"datePublished\":\"2025-07-08T18:44:19+00:00\",\"dateModified\":\"2025-07-12T12:04:58+00:00\",\"description\":\"Welcome to the Ultimate Chef Class Recipe Guide for Once Human! Ready to cook your way to victory in Once Human? The Chef Class, introduced in the Annual\",\"breadcrumb\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/#primaryimage\",\"url\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/wp-content\/uploads\/sites\/23\/2025\/07\/Once-Human-Chef-Recipes-List.jpg\",\"contentUrl\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/wp-content\/uploads\/sites\/23\/2025\/07\/Once-Human-Chef-Recipes-List.jpg\",\"width\":400,\"height\":263,\"caption\":\"Once Human Chef Recipes List\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Chef Recipe List and Material-to-Recipe Finder Tool\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/#website\",\"url\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/\",\"name\":\"Once Human Game\",\"description\":\"Explore DaOpa&#039;s Once Human fansite for a rich collection of videos, comprehensive guides, detailed maps, and an array of game-related insights and articles.\",\"publisher\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/#\/schema\/person\/fb03a927907d90f409fac550ba375638\"},\"alternateName\":\"once human\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/#\/schema\/person\/fb03a927907d90f409fac550ba375638\",\"name\":\"daopa\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/wp-content\/uploads\/sites\/23\/2023\/12\/Georgie-Peri.jpg\",\"contentUrl\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/wp-content\/uploads\/sites\/23\/2023\/12\/Georgie-Peri.jpg\",\"width\":116,\"height\":172,\"caption\":\"daopa\"},\"logo\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/#\/schema\/person\/image\/\"},\"description\":\"DaOpa has been variety streamer since 2009 with game focuses on primarily MMOs, Sandbox, RPG and FPS genres. For inquires comment in the comments sections. This channel is syndicated across various micro niche gaming related blogs operated by DaOpa. He creates fansites, guides, tools for gamers\",\"sameAs\":[\"https:\/\/gamingwithdaopa.ellatha.com\",\"facebook.com\/gamingwithdaopa\/\",\"https:\/\/x.com\/gamingwithdaopa\",\"youtube.com\/@daopa\"],\"url\":\"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/author\/daopa\/\"}]}<\/script>","yoast_head_json":{"title":"Chef Recipe List and Material-to-Recipe Finder Tool - Once Human Game","description":"Welcome to the Ultimate Chef Class Recipe Guide for Once Human! Ready to cook your way to victory in Once Human? The Chef Class, introduced in the Annual","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/","og_locale":"en_US","og_type":"article","og_title":"Chef Recipe List and Material-to-Recipe Finder Tool - Once Human Game","og_description":"Welcome to the Ultimate Chef Class Recipe Guide for Once Human! Ready to cook your way to victory in Once Human? The Chef Class, introduced in the Annual","og_url":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/","og_site_name":"Once Human Game","article_publisher":"facebook.com\/gamingwithdaopa\/","article_author":"facebook.com\/gamingwithdaopa\/","article_published_time":"2025-07-08T18:44:19+00:00","article_modified_time":"2025-07-12T12:04:58+00:00","og_image":[{"width":400,"height":263,"url":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/wp-content\/uploads\/sites\/23\/2025\/07\/Once-Human-Chef-Recipes-List.jpg","type":"image\/jpeg"}],"author":"daopa","twitter_card":"summary_large_image","twitter_creator":"@gamingwithdaopa","twitter_site":"@gamingwithdaopa","twitter_misc":{"Written by":"daopa","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/#article","isPartOf":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/"},"author":{"name":"daopa","@id":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/#\/schema\/person\/fb03a927907d90f409fac550ba375638"},"headline":"Chef Recipe List and Material-to-Recipe Finder Tool","datePublished":"2025-07-08T18:44:19+00:00","dateModified":"2025-07-12T12:04:58+00:00","mainEntityOfPage":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/"},"wordCount":389,"commentCount":14,"publisher":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/#\/schema\/person\/fb03a927907d90f409fac550ba375638"},"image":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/#primaryimage"},"thumbnailUrl":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/wp-content\/uploads\/sites\/23\/2025\/07\/Once-Human-Chef-Recipes-List.jpg","articleSection":["Guides"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/","url":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/","name":"Chef Recipe List and Material-to-Recipe Finder Tool - Once Human Game","isPartOf":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/#primaryimage"},"image":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/#primaryimage"},"thumbnailUrl":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/wp-content\/uploads\/sites\/23\/2025\/07\/Once-Human-Chef-Recipes-List.jpg","datePublished":"2025-07-08T18:44:19+00:00","dateModified":"2025-07-12T12:04:58+00:00","description":"Welcome to the Ultimate Chef Class Recipe Guide for Once Human! Ready to cook your way to victory in Once Human? The Chef Class, introduced in the Annual","breadcrumb":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/#primaryimage","url":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/wp-content\/uploads\/sites\/23\/2025\/07\/Once-Human-Chef-Recipes-List.jpg","contentUrl":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/wp-content\/uploads\/sites\/23\/2025\/07\/Once-Human-Chef-Recipes-List.jpg","width":400,"height":263,"caption":"Once Human Chef Recipes List"},{"@type":"BreadcrumbList","@id":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/chef-recipe-list\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/"},{"@type":"ListItem","position":2,"name":"Chef Recipe List and Material-to-Recipe Finder Tool"}]},{"@type":"WebSite","@id":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/#website","url":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/","name":"Once Human Game","description":"Explore DaOpa&#039;s Once Human fansite for a rich collection of videos, comprehensive guides, detailed maps, and an array of game-related insights and articles.","publisher":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/#\/schema\/person\/fb03a927907d90f409fac550ba375638"},"alternateName":"once human","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/#\/schema\/person\/fb03a927907d90f409fac550ba375638","name":"daopa","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/#\/schema\/person\/image\/","url":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/wp-content\/uploads\/sites\/23\/2023\/12\/Georgie-Peri.jpg","contentUrl":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/wp-content\/uploads\/sites\/23\/2023\/12\/Georgie-Peri.jpg","width":116,"height":172,"caption":"daopa"},"logo":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/#\/schema\/person\/image\/"},"description":"DaOpa has been variety streamer since 2009 with game focuses on primarily MMOs, Sandbox, RPG and FPS genres. For inquires comment in the comments sections. This channel is syndicated across various micro niche gaming related blogs operated by DaOpa. He creates fansites, guides, tools for gamers","sameAs":["https:\/\/gamingwithdaopa.ellatha.com","facebook.com\/gamingwithdaopa\/","https:\/\/x.com\/gamingwithdaopa","youtube.com\/@daopa"],"url":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/author\/daopa\/"}]}},"_links":{"self":[{"href":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/wp-json\/wp\/v2\/posts\/4910","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/wp-json\/wp\/v2\/comments?post=4910"}],"version-history":[{"count":3,"href":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/wp-json\/wp\/v2\/posts\/4910\/revisions"}],"predecessor-version":[{"id":4948,"href":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/wp-json\/wp\/v2\/posts\/4910\/revisions\/4948"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/wp-json\/wp\/v2\/media\/4919"}],"wp:attachment":[{"href":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/wp-json\/wp\/v2\/media?parent=4910"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/wp-json\/wp\/v2\/categories?post=4910"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/once-human\/wp-json\/wp\/v2\/tags?post=4910"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}