Modding:Asset Type - Recipes: Difference between revisions

From Vintage Story Wiki
mNo edit summary
(Marked this version for translation)
 
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>
== Usage ==
== Usage == <!--T:1-->
'''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.   
'''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 ===
=== Types === <!--T:2-->


<!--T:3-->
* {{ll|Modding:Asset Type - Recipes (Alloy)|Asset Type - Recipes (Alloy)|nsp=0}} - Registers new metal alloy combinations.
* {{ll|Modding:Asset Type - Recipes (Alloy)|Asset Type - Recipes (Alloy)|nsp=0}} - Registers new metal alloy combinations.
* {{ll|Modding:Asset Type - Recipes (Barrel)|Asset Type - Recipes (Barrel)|nsp=0}} - 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.  
Line 14: Line 15:
* {{ll|Modding:Asset Type - Recipes (Smithing)|Asset Type - Recipes (Smithing)|nsp=0}} - 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 == <!--T:4-->


<!--T:5-->
* [https://github.com/anegostudios/vssurvivalmod/blob/085907b5635e634fdf4b3624883c17bb14a734e5/Systems/Recipe/RecipeLoader.cs RecipeLoader on GitHub]
* [https://github.com/anegostudios/vssurvivalmod/blob/085907b5635e634fdf4b3624883c17bb14a734e5/Systems/Recipe/RecipeLoader.cs RecipeLoader on GitHub]
* {{ll|Modding:Content_Tutorial_Simple_Recipe|Content Tutorial Simple Recipe (Grid)}}
* {{ll|Modding:Content_Tutorial_Simple_Recipe|Content Tutorial Simple Recipe (Grid)}}

Latest revision as of 12:39, 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