Modding:Asset Type - Recipes (Clayforming): Difference between revisions

From Vintage Story Wiki
(Page creation.)
 
mNo edit summary
Line 2: Line 2:
<translate>
<translate>
== Usage ==
== Usage ==
'''Item Type''' assets are used to register new types of items within the game. Item type assets are written in JSON.   
'''Clayforming Recipe''' assets are used to add new recipes that can be made with the clayforming system. Clayforming recipe assets are written in JSON.   


=== Asset Location ===
=== Asset Location ===
New item type assets can be made by creating new JSON files in a folder called '''itemtypes''<nowiki/>' in your mod's domain.
New clayforming recipe assets can be made by creating new JSON files in a folder called '''recipes/clayforming''<nowiki/>' in your mod's domain.


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


* [https://github.com/anegostudios/vsessentialsmod/blob/2ad519acab8021ab3ffac4a031c8984a26944940/Loading/ItemType.cs#L14 ItemTypes on GitHub]
* [https://github.com/anegostudios/vssurvivalmod/blob/085907b5635e634fdf4b3624883c17bb14a734e5/Systems/Recipe/ClayFormingRecipe.cs Clayforming Recipes on GitHub]
* {{ll|Modding:Content Tutorial Simple Item|Content Tutorial Simple Item}}
* {{ll|Modding:Content_Tutorial_Further_Recipes#Clayforming_Recipes|Content Tutorial Further Recipes - Clayforming Recipes}}
* [[Modding:Content Tutorial Item Variants|Content Tutorial Item Variants]]


</translate>
</translate>
{{Navbox/contentmodding}}
{{Navbox/contentmodding}}

Revision as of 10:02, 19 July 2024

Other languages:
  • English

Usage

Clayforming Recipe assets are used to add new recipes that can be made with the clayforming system. Clayforming recipe assets are written in JSON.

Asset Location

New clayforming recipe assets can be made by creating new JSON files in a folder called 'recipes/clayforming' in your mod's domain.

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