Modding:Asset Type - Recipes (Smithing)

From Vintage Story Wiki
This page contains changes which are not marked for translation.
Other languages:
  • English

This page was last verified for Vintage Story version 1.19.8.

Usage

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

Asset Location

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

Json Documentation

All JSON properties for smithing recipes are currently documented on the JSON Reference.

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 ItemEntityEntity BehaviorsBlockBlock BehaviorsBlock ClassesBlock EntitiesBlock Entity BehaviorsCollectible 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