• Basic Recipe
  • Basic Recipe Structure
  • Required Using Statements
  • Create Recipe and Assign Recipe Result
  • Add Recipe Ingredients
  • Using Vanilla vs Modded Ingredients and Tiles
  • Full Basic Recipe Example
  • Chain Syntax
  • Recipe Groups
  • Conditions
  • Water, Honey, Lava
  • Custom Condition
  • RecipeAvailable
  • Multiple Recipes
  • Making an "upgraded" vanilla tile
  • Complete Examples
  • ModItem Example
  • Mod Example
  • Common Errors
  • Error CS0117 'ItemID' (or TileID) does not contain a definition for 'MyModItem'
  • Error CS0103 The name 'recipe' does not exist in the current context
  • Error CS0128 A local variable named 'recipe' is already defined in this scope
  • My recipes aren't in game
  • No suitable method to override
  • Relevant References
  • Not covered in Basic level