Modding:Asset Type - ItemTypes

From Vintage Story Wiki
Other languages:
  • English

This page was last verified for Vintage Story version 1.19.8.

Usage

Item Type assets are used to register new types of items within the game. Item type assets are written in JSON. Items can also have collectible behaviors.

Asset Location

New item type assets can be made by creating new JSON files in a folder called 'itemtypes' in your mod's domain.

Json Documentation

All JSON properties for ItemTypes are currently documented on the JSON Reference.

See Also