Cooking Basics - Vanilla-Expanded/VanillaExpandedFramework GitHub Wiki

Most of the code in the cuisine mods (Cooking, Brewing, Plants and Fishing) is very specific to the mods, so we haven't included it in the framework, but there are a bunch of things that we think could be useful for other people:

How do I use this code?

Most of the code in this module is structured in comp classes, so you just add them in XML in the <comps> tag. Examples are provided in each section.

Inside the framework, the namespace to access all the Cuisine classes is "VEF.Cooking"

⚠️ **GitHub.com Fallback** ⚠️