Variable dimensionTypeDisplayFormattingEReadonly
dimensionTypeDisplayFormattingE: {
"minecraft:nether": "§cNether";
"minecraft:overworld": "§aOverworld";
"minecraft:the_end": "§dThe End";
nether: "§cNether";
overworld: "§aOverworld";
the_end: "§dThe End";
}
Type declaration
minecraft:nether: "§cNether"
minecraft:overworld: "§aOverworld"
minecraft:the_end: "§dThe End"
nether: "§cNether"
overworld: "§aOverworld"
the_end: "§dThe End"
Remarks
Maps the dimension IDs to titlecase names of the dimensions types that have formatting codes.