Skip to content

Structures

Marios F edited this page Aug 24, 2017 · 1 revision

How to generate structures/multi-blocks

All structures are located inside the 'assets/structures/' directory, each file ending with '*.str' extension. The format of each of these files is quite simple:

block_name X Y Z
block_name2 X2 Y2 Z2
block_name3 X3 Y3 Z3
.....

'block_name*' must be one of the defined blocks in 'assets/blocks/blocks.cfg'
'X*', 'Y*' and 'Z*' are relative to the center of your structure

Clone this wiki locally