Modding:Asset Type - BlockTypes

From Vintage Story Wiki
Other languages:
  • English

This page was last verified for Vintage Story version 1.19.8.

Usage

Block Type assets are used to register new types of blocks within the game. Block type assets are written in JSON. Blocks often add block behaviors. Advanced blocks may also add block entity behaviors.

Asset Location

New block type assets can be made by adding new JSON files in a folder called 'blocktypes' in your mod's domain.

Json Documentation

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

See Also