Difference between revisions of "BlockAPI"

From wiki.phychi.com
Jump to: navigation, search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
[[Category:API]]
 
[[Category:API]]
 +
[[Category:Blocks]]
 
The BlockAPI allows you to manipulate blocks, the world, and to add new blocks to the game.
 
The BlockAPI allows you to manipulate blocks, the world, and to add new blocks to the game.
 
This article is about how to manipulate blocks, how to make new ones and not about [[WorldAPI|how to access them]].
 
This article is about how to manipulate blocks, how to make new ones and not about [[WorldAPI|how to access them]].
 +
 +
Since the game is only in the alpha, and the block api still developed, I won't write that much here until a beta(=sounds + useable modding and plugin systems) is out.

Latest revision as of 09:53, 18 January 2017

The BlockAPI allows you to manipulate blocks, the world, and to add new blocks to the game. This article is about how to manipulate blocks, how to make new ones and not about how to access them.

Since the game is only in the alpha, and the block api still developed, I won't write that much here until a beta(=sounds + useable modding and plugin systems) is out.