Variable dimensionTypeDisplayFormattingDReadonly

dimensionTypeDisplayFormattingD: {
    "minecraft:nether": "Nether";
    "minecraft:overworld": "Overworld";
    "minecraft:the_end": "The End";
    nether: "Nether";
    overworld: "Overworld";
    the_end: "The End";
}

Type declaration

  • minecraft:nether: "Nether"
  • minecraft:overworld: "Overworld"
  • minecraft:the_end: "The End"
  • nether: "Nether"
  • overworld: "Overworld"
  • the_end: "The End"

Maps the dimension IDs to titlecase names of the dimensions types.