Variable dimensionTypeDisplayFormattingReadonly

dimensionTypeDisplayFormatting: {
    "minecraft:nether": "the nether";
    "minecraft:overworld": "the overworld";
    "minecraft:the_end": "the end";
    nether: "the nether";
    overworld: "the overworld";
    the_end: "the end";
}

Type declaration

  • minecraft:nether: "the nether"
  • minecraft:overworld: "the overworld"
  • minecraft:the_end: "the end"
  • nether: "the nether"
  • overworld: "the overworld"
  • the_end: "the end"

Maps the dimension IDs to lowercase names of the dimensions types that all include "The" before the dimension name.