Difference between revisions of "BlockAPI"

From wiki.phychi.com
Jump to: navigation, search
(Created page with "[Category:API] 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...")
 
Line 1: Line 1:
[Category:API]
+
[[Category:API]]
 
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]].

Revision as of 11:46, 31 December 2016

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.