Mineshafts

Issue #304 on hold
Bitconion created an issue

Spigot username: Bitconion

I am using EWG 8.0.0, PRE-RELEASE-2 in a 1.12.1 spigot server, I want to create a world with no dungeons, no ores, no caves and no mineshafts but Mineshafts and caves keep generating even when I set "mineshaftChance": 0.0 in world-settings.json, and "useMineShafts": false.

Files: http://www.mediafire.com/file/dgs4f3dads3e8qo/settings.zip

There is no error log.

Comments (5)

  1. Kyle

    Tried a few other things like setting these options in world-settings:

      "mineshaftChance": 0.00001,
      "maxCaveHeight": 2,
      "minCaveHeight": 1,
    

    Seems to minimize the caves, but caves do still stretch quite a bit higher than the specified max. Also tried

    generate-structures=false
    

    in server.properties, but it hasn't made a difference. Mines, strongholds, ocean monuments, etc. are all gone as expected. Just mineshafts and caves still present after disabling them in all biomes as the op reported.

  2. Log in to comment