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

Custom dimension option "disable_mob_generation" does not appear to work

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • None
    • 1.16 Pre-release 3
    • None
    • Ubuntu Server 18.04, Java 11.07.
    • Plausible
    • Custom Worlds, Mob spawning

      Setting the custom dimension option "disable_mob_generation" to false in a custom dimension does not appear to stop mobs from spawning, both passive and hostiles still spawn.

      This option should be respected, better yet, there should be options for different groups of mobs or the ability to disable on a per mob basis. Cod and other such mobs cause a lot of lag but don't provide much additional gameplay, it would be good to be able to disable them in certain dimensions.

       

      .../custom/void.json

      {
          "generator": {
          "settings": {
              "disable_mob_generation": true,
              "structures": {
                  "structures": {}
              },
              "layers": [{
                  "height": 1,
                  "block": "minecraft:air"
              }],
              "biome": "minecraft:the_void"
              },
              "type": "minecraft:flat"
          },
          "type": "minecraft:overworld"
      }
      

       

            Unassigned Unassigned
            craftymyner Alex
            Votes:
            10 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: