name

The name of the block that displays in-game. Example:name=”Super Laser”, Make sure your name text is in quotes. Data type: string

group

The group is the faction that the block belongs to. A block must be labeled with the correct group to appear in the faction’s palette.The … Read more

scale

Scale is the block size. This is linked to the shape.lua data. Each shape definition includes available scales for each size of block. If no … Read more

shape

Defined shape of the block. If no shape is defined, the block will be a SQUARE. Example:shape=SQUARE, Default block shapes are identified by names in … Read more

id

The block id is the unique number that identifies a block.Every block needs an id. Example:id=17000, Block ids should be between 1-199 OR 17000-26000.Numbers in … Read more