Skip to content

Other Data Types

JasperLorelai edited this page Jul 20, 2023 · 4 revisions

Block Data:

Block data is a pair of Material and its possible block states. The material part is case insensitive, meaning it could be lowercase. Format:

material[state_1=value_1, state_2=value_2, ...]

Examples:

# without state
block: "stone"
# with state
block: "quartz_stairs[waterlogged=true]"

Projectile types:

One of:

  • arrow
  • dragonfireball
  • egg
  • enderpearl
  • fireball
  • fishhook
  • largefireball
  • lingeringpotion
  • llamaspit
  • shulkerbullet
  • smallfireball
  • snowball
  • spectralarrow
  • splashpotion
  • thrownexpbottle
  • thrownpotion
  • tippedarrow
  • trident
  • witherskull
Clone this wiki locally