Change Dimension Display Name

Started by Radikid on

Topic category: Feature requests and ideas for MCreator

Active 6 months ago
Joined Mar 2020
Points:
719

User statistics:

  • Modifications: 1
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 29
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).

Active 1 month ago
Joined May 2023
Points:
293

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 15
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?

Active 6 months ago
Joined Mar 2020
Points:
719

User statistics:

  • Modifications: 1
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 29
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?