Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-261832

The colon after "World Type" can't be removed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.19.4, 23w14a
    • Windows 11 Pro N
    • Confirmed
    • Internationalisation
    • Low
    • Platform

      When you change the language entry for "selectWorld.mapType", to, f.e. "", then the colon between "World Type" and f.e. "Default" is still present with no way to remove it.

       

      Code of the Vanilla language file (only relevant entries):

      "selectWorld.mapType": "World Type""generator.minecraft.amplified": "AMPLIFIED",
      "generator.minecraft.debug_all_block_states": "Debug Mode""generator.minecraft.flat": "Superflat""generator.minecraft.large_biomes": "Large Biomes""generator.minecraft.normal": "Default""generator.minecraft.single_biome_surface": "Single Biome",

      Changed code in my ressource pack:

       

      "selectWorld.mapType": "", 
      "generator.minecraft.normal": "Default",    
      "generator.minecraft.single_biome_surface": "Single Biome",    
      "generator.minecraft.amplified": "AMPLIFIED",
      "generator.minecraft.debug_all_block_states": "Debug Mode",    
      "generator.minecraft.flat": "Superflat",    
      "generator.minecraft.large_biomes": "Large Biomes",

       

      A seperate entry with just the colon could not be found in the files.

       

       

            Unassigned Unassigned
            Crafterchen2 Crafterchen2
            Votes:
            3 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              CHK: