Skip to main content

Material Names

material_en.json maps Minecraft material ids to readable names.

Example:

{
"minecraft:air": "Air",
"minecraft:grass_block": "Grass Block",
"minecraft:lava": "Lava"
}

Where it is used

The extension uses these names when rendering block/material labels in menus, especially saved-location safety displays.

Bundled examples

The bundled file includes names for:

  • air variants
  • terrain blocks
  • planks
  • water and lava
  • unsafe blocks such as cactus, campfire, magma block, powder snow, and dripstone
  • common logs and wool blocks
Page note

Keys use namespaced Minecraft ids such as minecraft:grass_block.