Modding:Asset Type - Recipes
From Vintage Story Wiki
Usage
Recipe assets are used to add new recipes to the game. There are a number of recipe types available. All recipe assets are written in JSON.
Types
- Asset Type - Recipes (Alloy) - Registers new metal alloy combinations.
- Asset Type - Recipes (Barrel) - Adds recipes that can be made in barrels.
- Asset Type - Recipes (Clayforming) - Adds recipes that can be made by using clay forming.
- Asset Type - Recipes (Cooking) - Registers items that can be made within a cooking pot.
- Asset Type - Recipes (Grid) - Adds recipes that can be made using the inventory crafting grid.
- Asset Type - Recipes (Knapping) - Adds recipes that can be made by using flint/stone knapping.
- Asset Type - Recipes (Smithing) - Adds recipes that can be made by using anvil smithing.
See Also
- RecipeLoader on GitHub
- Content Tutorial Simple Recipe (Grid)
- Content Tutorial Complex Grid Recipes
- Content Tutorial Further Recipes
Content Modding | |||||||||
---|---|---|---|---|---|---|---|---|---|
Basics | Content Mods • Developing a Content Mod • Packaging & Release | ||||||||
Tutorials |
|
||||||||
Concepts | Modding Concepts • Modinfo • Variants • Domains • Patching • Remapping • World Properties | ||||||||
Moddable Assets |
|
||||||||
Uncategorized |
|
Wondering where some links have gone?
The modding navbox is going through some changes! Check out Navigation Box Updates for more info and help finding specific pages.
Modding | |
---|---|
Modding Introduction | Getting Started • Theme Pack |
Content Modding | Content Mods • Developing a Content Mod • Basic Tutorials • Intermediate Tutorials • Advanced Tutorials • Content Mod Concepts |
Code Modding | Code Mods • Setting up your Development Environment |
Property Overview | Item • Entity • Entity Behaviors • Block • Block Behaviors • Block Classes • Block Entities • Block Entity Behaviors • Collectible Behaviors • World properties |
Workflows & Infrastructure | Modding Efficiency Tips • Mod-engine compatibility • Mod Extensibility • VS Engine |
Additional Resources | Community Resources • Modding API Updates • Programming Languages • List of server commands • List of client commands • Client startup parameters • Server startup parameters Example Mods • API Docs • GitHub Repository |