Cannot configurate custom ore generation

Issue #349 closed
LocusAzzurro created an issue

Plugin version: 7.2.29

Spigot username: LocusAzzurro

Issue: Unable to limit ore generation in a newly generated world (need only coal ores generated and none of other ores). The sections for the generation of other ores are removed in the settings of the enabled biomes. (The ore generation is checked with WE command //distr selection a random section of the generated world).

Link to settings file (world-settings.json, possibly also biome settings if you have created your own): world-settings.json: https://pastebin.com/WyXfWRBG One of the biome settings: https://pastebin.com/JWh69QR7

Comments (3)

  1. minelazz

    In each of the biome config files. Set ores to the following:

    {
    "ores": [
        {
          "type": "COAL_ORE",
          "data": 0,
          "size": 17,
          "count": 10,
          "minHeight": 0,
          "maxHeight": 128
        }
      ],
    }
    
  2. LocusAzzurro reporter

    Tried it..no... it doesn't work, with the above configuration.. it looks like it's even worse...

    ^ first impression

    With some testing and investigation, I think it might be the custom biomes not obeying the config somehow (was using the vanilla enchanted pack as a start point to change stuff) With a world generated with only one default biome enabled with the ore configuration I had in the beginning there was no problems.

  3. Log in to comment