Modding:Basic Block: Difference between revisions

From Vintage Story Wiki
No edit summary
No edit summary
Line 1: Line 1:
__FORCETOC__
__FORCETOC__


This tutorial should introduce you into the basic of adding a block to the game using JSON files.
This tutorial should introduce you into the basic of adding a block to the game using JSON files. Down below you can find a complete list of all existing properties.


= A Simple Block =
= A Simple Block =
Line 7: Line 7:
Let's add a simple block to the game.
Let's add a simple block to the game.


== Creating the JSON file ==
== The JSON file ==


== The Texture ==
== The Texture ==
Line 13: Line 13:
== Testing ==
== Testing ==


== Releasing a mod ==
== Export a mod ==


= Advanced Properties =
= Advanced Properties =

Revision as of 22:59, 20 December 2016


This tutorial should introduce you into the basic of adding a block to the game using JSON files. Down below you can find a complete list of all existing properties.

A Simple Block

Let's add a simple block to the game.

The JSON file

The Texture

Testing

Export a mod

Advanced Properties

Properties Overview

A complete list of all available properties:

  • Json File
    • code