MMD OreSpawn

MMD OreSpawn

11M Downloads

Normal Cloud Generator does not work at all

D3nnis3n opened this issue ยท 3 comments

commented

My config:

    "uranium-92": {
        "biomes": { 
            "excludes": [ ] 
        },
        "blocks": [
            { 
                "chance": 100,
                "name": "modernmetals:uranium_ore"
            }
        ],
        "dimensions":  [ 0 ],
        "enabled": true,
        "feature": "normal-cloud",
        "replaces": "minecraft:stone",
        "retrogen": false,
        "parameters": {
            "attempts": 4,
            "frequency": 100,
            "maxSpread" 3,
            "maxHeight": 48,
            "minHeight": 32,
            "medianSize": 13,
            "variation": 0
        }
    },

Result: No ores spawned.

commented

you told it to spawn a variant of the ore that doesn't exist, so when it got back a null, it discarded the spawn

commented

Work has been done - does the latest Maven code have this fixed ?

commented

Testing shows normal-cloud functional - closing