Block

Blocks in MMOBlock can be placed around custom entities to create interactive environments. These blocks are invulnerable to damage and can be configured to have specific types and dimensions.

block:
  wide: 1  # The width of the block area around the entity.
  height: 1  # The height of the block area around the entity.
  type: STONE  # The type of block to place. This can be a vanilla Minecraft block or a custom block from ItemsAdder.

Last updated