Modding:Basic Item: Difference between revisions

From Vintage Story Wiki
No edit summary
No edit summary
Line 2: Line 2:


This tutorial should introduce you into the basic of adding an item to the game using JSON files. If you want to add a block with functionality you should check out the tutorial for [[Advanced Items]]. There is a full list of all properties which can be defined inside the json file [[Item Json Properties]].
This tutorial should introduce you into the basic of adding an item to the game using JSON files. If you want to add a block with functionality you should check out the tutorial for [[Advanced Items]]. There is a full list of all properties which can be defined inside the json file [[Item Json Properties]].
= A Simple Item =
== The Texture ==
== The Json File ==
== Testing ==
== Naming the Item ==
== Distributing a mod ==
= Advanced Properties =
== Multiple Item Variants ==
== Texture Overlays ==
== Mining Properties ==

Revision as of 11:46, 30 January 2017


This tutorial should introduce you into the basic of adding an item to the game using JSON files. If you want to add a block with functionality you should check out the tutorial for Advanced Items. There is a full list of all properties which can be defined inside the json file Item Json Properties.

A Simple Item

The Texture

The Json File

Testing

Naming the Item

Distributing a mod

Advanced Properties

Multiple Item Variants

Texture Overlays

Mining Properties