Change Dimension Display Name

Started by Radikid on

Topic category: Feature requests and ideas for MCreator

Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Change Dimension Display Name

Hey, when I originally started work on my mod, I made a dimension with a name that I ended up deciding against later. If I change the ID of my dimension it will certainly break everything in the mod. I would really appreciate if I could have the option to change the display name of dimensions (for instance shown when interacting with other mods, i.e., a mod that shows what dimension you're in).

Joined May 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Dimensions don't have…
Sat, 01/06/2024 - 11:13

Dimensions don't have display names. I know this is an old post, but i don't want to leave you hanging. Dimensions have IDs, that can be changed by right clicking them and choosing "Change registry name" ( i think). What part of your code would break for this?

Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm assuming everything that…
Thu, 10/10/2024 - 19:25

I'm assuming everything that has a reference to the dimension would break. Would it just update each reference automatically when I change the registry name?