Uploaded image for project: 'Spigot'
  1. Spigot
  2. SPIGOT-7206

WorldCreator creates world as super flat, when specified as normal.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Major Major
    • None
    • None
    • None
    • This server is running Paper version git-Paper-325 (MC: 1.19.3) (Implementing API version 1.19.3-R0.1-SNAPSHOT) (Git: 0148283)
    • Yes

      I've been using this code to create a world weekly for a few years. I started having this problem after the update to 1.19.3.

      My code:

      WorldCreator creator = new WorldCreator("sampleWorld").type(WorldType.NORMAL).environment(Environment.NORMAL).generateStructures(true);this.plugin.sampleWorld = this.plugin.getServer().createWorld(creator);

       

      I fully deleted my world and re-created it this this, but it's super flat mode instead of normal. My only WILD GUESS is that it might be related to my default world's mode, which is super flat.

      It should be unrelated, but I have specified minecraft:normal in server.properties.

      I'm stuck in a big way because my players need this additional world for resources.

            Unassigned Unassigned
            BigScary Ryan Hamshire
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: