Blocks & World

Examples of types

BLOCK_BREAK

Break specific blocks.

objective:
  type: "BLOCK_BREAK"
  amount: 16
  target-materials:
    - STONE

BLOCK_PLACE

Place specific blocks.

objective:
  type: "BLOCK_PLACE"
  amount: 16
  target-materials:
    - COBBLESTONE

INTERACT_BLOCK

Right-click a block.

objective:
  type: "INTERACT_BLOCK"
  amount: 1
  target-materials:
    - BEDROCK

FILL_BUCKET

Fill a bucket with a fluid.

EMPTY_BUCKET

Empty a bucket.

TILL_SOIL

Till soil with a hoe.

PLANT_SEED

Plant seeds/saplings.

HARVEST_CROP

Harvest crops.

BONE_MEAL_USE

Use bone meal on a block.

STRIP_LOG

Strip logs with an axe.

WAX_ON

Apply wax to copper.

WAX_OFF

Remove wax from copper.

OPEN_CONTAINER

Open a container (chest, barrel, etc.).

SIGN_EDIT

Edit a sign.

Last updated