Variable dimensionTypeDisplayFormattingCReadonly
dimensionTypeDisplayFormattingC: {
"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"
Remarks
Maps the dimension IDs to titlecase names of the dimensions types that all include "The" before the dimension name.