Modding:Basic Block: Difference between revisions

From Vintage Story Wiki
No edit summary
No edit summary
Line 5: Line 5:
= A Simple Block =
= A Simple Block =


Let's add a simple block to the game.
Let's add a simple block to the game. In our example we will add a new wooden planks type.
 
== The Texture ==
 
First of all we need a texture


== The JSON file ==
== The JSON file ==
== The Texture ==


== Testing ==
== Testing ==

Revision as of 23:06, 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. If your block requires more than just a JSON file there is a tutorial for Advanced Blocks.

A Simple Block

Let's add a simple block to the game. In our example we will add a new wooden planks type.

The Texture

First of all we need a texture

The JSON file

Testing

Export a mod

Advanced Properties

Properties Overview

A complete list of all available properties:

  • Json File
    • code