block

A block item from the game.

GRASS;

Parameters

  • block: the block

Example

Place a block of diamond near the player.

blocks.place(DIAMOND_BLOCK, pos(1, 0, 0));

See Also

||blocks:item||