Modding:Asset Type - Recipes: Difference between revisions

From Vintage Story Wiki
mNo edit summary
mNo edit summary
Line 6: Line 6:
=== Types ===
=== Types ===


* [[Modding:Asset Type - Recipes (Alloy)|Asset Type - Recipes (Alloy)]] - Registers new metal alloy combinations.
* {{ll|Modding:Asset Type - Recipes (Alloy)|Asset Type - Recipes (Alloy)|nsp=0}} - Registers new metal alloy combinations.
* [[Modding:Asset Type - Recipes (Barrel)|Asset Type - Recipes (Barrel)]] - Adds recipes that can be made in barrels.  
* {{ll|Modding:Asset Type - Recipes (Barrel)|Asset Type - Recipes (Barrel)|nsp=0}} - Adds recipes that can be made in barrels.  
* [[Modding:Asset Type - Recipes (Clayforming)|Asset Type - Recipes (Clayforming)]] - Adds recipes that can be made by using clay forming.
* {{ll|Modding:Asset Type - Recipes (Clayforming)|Asset Type - Recipes (Clayforming)|nsp=0}} - Adds recipes that can be made by using clay forming.
* [[Modding:Asset Type - Recipes (Cooking)|Asset Type - Recipes (Cooking)]] - Registers items that can be made within a cooking pot.
* {{ll|Modding:Asset Type - Recipes (Cooking)|Asset Type - Recipes (Cooking)|nsp=0}} - Registers items that can be made within a cooking pot.
* [[Modding:Asset Type - Recipes (Grid)|Asset Type - Recipes (Grid)]] - Adds recipes that can be made using the inventory crafting grid.
* {{ll|Modding:Asset Type - Recipes (Grid)|Asset Type - Recipes (Grid)|nsp=0}} - Adds recipes that can be made using the inventory crafting grid.
* [[Modding:Asset Type - Recipes (Knapping)|Asset Type - Recipes (Knapping)]] - Adds recipes that can be made by using flint/stone knapping.
* {{ll|Modding:Asset Type - Recipes (Knapping)|Asset Type - Recipes (Knapping)|nsp=0}} - Adds recipes that can be made by using flint/stone knapping.
* [[Modding:Asset Type - Recipes (Smithing)|Asset Type - Recipes (Smithing)]] - Adds recipes that can be made by using anvil smithing.
* {{ll|Modding:Asset Type - Recipes (Smithing)|Asset Type - Recipes (Smithing)|nsp=0}} - Adds recipes that can be made by using anvil smithing.


== See Also ==
== See Also ==

Revision as of 10:34, 19 July 2024

Other languages:
  • English

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

See Also


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
Icon Sign.png

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 ItemEntityBlockBlock BehaviorsBlock ClassesBlock EntitiesBlock Entity BehaviorsWorld properties
Workflows & Infrastructure Modding Efficiency TipsMod-engine compatibilityMod ExtensibilityVS Engine
Additional Resources Community Resources Modding API Updates Programming Languages List of server commandsList of client commandsClient startup parametersServer startup parameters
Example ModsAPI DocsGitHub Repository